Data Fields | |
isc_mem_t * | mctx |
isc_socket_t * | sock |
listening socket | |
isc_task_t * | task |
owning task | |
isc_timermgr_t * | timermgr |
isc_httpdclientok_t * | client_ok |
client validator | |
isc_httpdondestroy_t * | ondestroy |
cleanup callback | |
void * | cb_arg |
argument for the above | |
unsigned int | flags |
Definition at line 125 of file httpd.c.
Definition at line 126 of file httpd.c.
Referenced by destroy_client(), grow_headerspace(), httpdmgr_destroy(), isc_httpd_accept(), isc_httpdmgr_addurl2(), and isc_httpdmgr_create().
listening socket
Definition at line 127 of file httpd.c.
Referenced by httpdmgr_destroy(), isc_httpd_accept(), isc_httpdmgr_create(), and isc_httpdmgr_shutdown().
owning task
Definition at line 128 of file httpd.c.
Referenced by httpdmgr_destroy(), isc_httpdmgr_create(), and isc_httpdmgr_shutdown().
Definition at line 129 of file httpd.c.
Referenced by httpdmgr_destroy(), and isc_httpdmgr_create().
client validator
Definition at line 131 of file httpd.c.
Referenced by isc_httpd_accept(), and isc_httpdmgr_create().
cleanup callback
Definition at line 132 of file httpd.c.
Referenced by httpdmgr_destroy(), and isc_httpdmgr_create().
void* isc_httpdmgr::cb_arg |
argument for the above
Definition at line 133 of file httpd.c.
Referenced by httpdmgr_destroy(), isc_httpd_accept(), and isc_httpdmgr_create().
unsigned int isc_httpdmgr::flags |