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

Data Fields

struct mg_connectionconn
 
struct ah ah
 
const char * domain
 
char buf [256+256+40]
 
const char * f_user
 
const char * f_domain
 
const char * f_ha1
 

Detailed Description

Definition at line 8721 of file civetweb.c.

Field Documentation

◆ ah

struct ah read_auth_file_struct::ah

Definition at line 8723 of file civetweb.c.

Referenced by authorize(), and read_auth_file().

◆ buf

char read_auth_file_struct::buf[256+256+40]

Definition at line 8725 of file civetweb.c.

Referenced by authorize(), and read_auth_file().

◆ conn

struct mg_connection* read_auth_file_struct::conn

Definition at line 8722 of file civetweb.c.

Referenced by authorize(), and read_auth_file().

◆ domain

const char* read_auth_file_struct::domain

Definition at line 8724 of file civetweb.c.

Referenced by authorize(), and read_auth_file().

◆ f_domain

const char* read_auth_file_struct::f_domain

Definition at line 8727 of file civetweb.c.

Referenced by read_auth_file().

◆ f_ha1

const char* read_auth_file_struct::f_ha1

Definition at line 8728 of file civetweb.c.

Referenced by read_auth_file().

◆ f_user

const char* read_auth_file_struct::f_user

Definition at line 8726 of file civetweb.c.

Referenced by read_auth_file().


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