Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
mg_match_context Struct Reference

#include <civetweb.h>

Data Fields

int case_sensitive
 
size_t num_matches
 
struct mg_match_element match [MG_MATCH_CONTEXT_MAX_MATCHES]
 

Detailed Description

Definition at line 1378 of file civetweb.h.

Field Documentation

◆ case_sensitive

int mg_match_context::case_sensitive

Definition at line 1379 of file civetweb.h.

◆ match

struct mg_match_element mg_match_context::match[MG_MATCH_CONTEXT_MAX_MATCHES]

Definition at line 1381 of file civetweb.h.

◆ num_matches

size_t mg_match_context::num_matches

Definition at line 1380 of file civetweb.h.


The documentation for this struct was generated from the following file: