Lines Matching defs:MHD_Daemon
906 struct MHD_Daemon struct
912 MHD_AccessHandlerCallback default_handler;
917 void *default_handler_cls;
922 struct MHD_Connection *connections_head;
927 struct MHD_Connection *connections_tail;
932 struct MHD_Connection *suspended_connections_head;
937 struct MHD_Connection *suspended_connections_tail;
942 struct MHD_Connection *cleanup_head;
947 struct MHD_Connection *cleanup_tail;
953 struct MHD_Connection *eready_head;
958 struct MHD_Connection *eready_tail;
973 struct MHD_Connection *normal_timeout_head;
979 struct MHD_Connection *normal_timeout_tail;
986 struct MHD_Connection *manual_timeout_head;
992 struct MHD_Connection *manual_timeout_tail;
998 MHD_AcceptPolicyCallback apc;
1003 void *apc_cls;
1009 MHD_RequestCompletedCallback notify_completed;
1014 void *notify_completed_cls;
1020 MHD_NotifyConnectionCallback notify_connection;
1025 void *notify_connection_cls;
1034 LogCallback uri_log_callback;
1039 void *uri_log_callback_cls;
1067 struct MHD_Daemon *master; argument
1072 struct MHD_Daemon *worker_pool; argument
1077 void *per_ip_connection_count;
1082 size_t pool_size;
1087 size_t pool_increment;
1092 size_t thread_stack_size;
1097 unsigned int worker_pool_size;
1102 MHD_thread_handle_ pid;
1107 MHD_mutex_ per_ip_connection_mutex;
1112 MHD_mutex_ cleanup_connection_mutex;
1117 MHD_socket socket_fd;
1126 int listening_address_reuse;
1132 int epoll_fd;
1138 int listen_socket_in_epoll;
1148 MHD_pipe wpipe[2];
1153 int shutdown;
1158 int resuming;
1163 unsigned int connections;
1168 unsigned int connection_limit;
1174 unsigned int connection_timeout;
1180 unsigned int per_ip_connection_limit;
1185 enum MHD_FLAG options;
1190 uint16_t port;
1193 SSL_CTX* tls_context;
1197 const char *https_mem_key;
1202 const char *https_mem_cert;
1207 const char *https_key_password;
1212 const char *https_mem_trust;
1217 const char *https_mem_dhparams;
1222 const char *https_mem_cipher;
1230 unsigned int num_tls_read_ready;
1239 const char *digest_auth_random;
1244 struct MHD_NonceNc *nnc;
1249 MHD_mutex_ nnc_lock;
1254 size_t digest_auth_rand_size;
1259 unsigned int nonce_nc_size;
1267 unsigned int fastopen_queue_size;