Home
last modified time | relevance | path

Searched defs:request_info (Results 1 – 4 of 4) sorted by relevance

/civetweb-2.7.6/examples/_obsolete/chat/
Dchat.c74 static void get_qsvar(const struct mg_request_info *request_info, in get_qsvar()
122 const struct mg_request_info *request_info) in handle_jsonp()
137 const struct mg_request_info *request_info) in ajax_get_messages()
174 const struct mg_request_info *request_info) in ajax_send_message()
208 const struct mg_request_info *request_info) in redirect_to_login()
268 const struct mg_request_info *request_info) in authorize()
307 const struct mg_request_info *request_info) in is_authorized()
333 const struct mg_request_info *request_info) in redirect_to_ssl()
347 const struct mg_request_info *request_info = mg_get_request_info(conn); in begin_request_handler() local
/civetweb-2.7.6/src/
DCivetServer.cpp124 const struct mg_request_info *request_info = mg_get_request_info(conn); in requestHandler() local
163 const struct mg_request_info *request_info = mg_get_request_info(conn); in authHandler() local
189 const struct mg_request_info *request_info = mg_get_request_info(conn); in webSocketConnectionHandler() local
210 const struct mg_request_info *request_info = mg_get_request_info(conn); in webSocketReadyHandler() local
233 const struct mg_request_info *request_info = mg_get_request_info(conn); in webSocketDataHandler() local
255 const struct mg_request_info *request_info = mg_get_request_info(conn); in webSocketCloseHandler() local
Dcivetweb.c2752 struct mg_request_info request_info; member
13573 const struct mg_request_info *request_info = mg_get_request_info(conn); local
/civetweb-2.7.6/examples/_obsolete/hello/
Dhello.c8 const struct mg_request_info *request_info = mg_get_request_info(conn); in begin_request_handler() local