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

Definition at line 2250 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
 
int64_t ssl_cert_last_mtime
 
SSL_CTXssl_ctx
 

Member Data Documentation

◆ auth_nonce_mask

uint64_t mg_domain_context::auth_nonce_mask

Definition at line 2257 of file civetweb.c.

◆ config

char* mg_domain_context::config[NUM_OPTIONS]

Definition at line 2252 of file civetweb.c.

◆ handlers

struct mg_handler_info* mg_domain_context::handlers

Definition at line 2253 of file civetweb.c.

◆ next

struct mg_domain_context* mg_domain_context::next

Definition at line 2266 of file civetweb.c.

◆ nonce_count

unsigned long mg_domain_context::nonce_count

Definition at line 2258 of file civetweb.c.

◆ ssl_cert_last_mtime

int64_t mg_domain_context::ssl_cert_last_mtime

Definition at line 2254 of file civetweb.c.

◆ ssl_ctx

SSL_CTX* mg_domain_context::ssl_ctx

Definition at line 2251 of file civetweb.c.

Collaboration diagram for mg_domain_context:
[legend]

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