NVIDIA DeepStream SDK API Reference

6.4 Release
mg_match_context Struct Reference

Detailed Description

Definition at line 1378 of file civetweb.h.

Collaboration diagram for mg_match_context:

Data Fields

int case_sensitive
 
size_t num_matches
 
struct mg_match_element match [MG_MATCH_CONTEXT_MAX_MATCHES]
 

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: