Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
mg_domain_context Struct Reference

Definition at line 2570 of file civetweb.c.

Public Attributes

uint64_t auth_nonce_mask
 
char * config [NUM_OPTIONS]
 
struct mg_handler_infohandlers
 
struct mg_domain_contextnext
 
unsigned long nonce_count
 
SSL_CTXssl_ctx
 

Member Data Documentation

◆ auth_nonce_mask

uint64_t mg_domain_context::auth_nonce_mask

Definition at line 2576 of file civetweb.c.

◆ config

char* mg_domain_context::config[NUM_OPTIONS]

Definition at line 2572 of file civetweb.c.

◆ handlers

struct mg_handler_info* mg_domain_context::handlers

Definition at line 2573 of file civetweb.c.

◆ next

struct mg_domain_context* mg_domain_context::next

Definition at line 2585 of file civetweb.c.

◆ nonce_count

unsigned long mg_domain_context::nonce_count

Definition at line 2577 of file civetweb.c.

◆ ssl_ctx

SSL_CTX* mg_domain_context::ssl_ctx

Definition at line 2571 of file civetweb.c.

Collaboration diagram for mg_domain_context:
[legend]

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