Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
struct mg_connection * | conn |
struct ah | ah |
const char * | domain |
char | buf [256+256+40] |
const char * | f_user |
const char * | f_domain |
const char * | f_ha1 |
Definition at line 8721 of file civetweb.c.
struct ah read_auth_file_struct::ah |
Definition at line 8723 of file civetweb.c.
Referenced by authorize(), and read_auth_file().
char read_auth_file_struct::buf[256+256+40] |
Definition at line 8725 of file civetweb.c.
Referenced by authorize(), and read_auth_file().
struct mg_connection* read_auth_file_struct::conn |
Definition at line 8722 of file civetweb.c.
Referenced by authorize(), and read_auth_file().
const char* read_auth_file_struct::domain |
Definition at line 8724 of file civetweb.c.
Referenced by authorize(), and read_auth_file().
const char* read_auth_file_struct::f_domain |
Definition at line 8727 of file civetweb.c.
Referenced by read_auth_file().
const char* read_auth_file_struct::f_ha1 |
Definition at line 8728 of file civetweb.c.
Referenced by read_auth_file().
const char* read_auth_file_struct::f_user |
Definition at line 8726 of file civetweb.c.
Referenced by read_auth_file().