Home
last modified time | relevance | path

Searched refs:mg_unlock_context (Results 1 – 11 of 11) sorted by relevance

/civetweb-2.7.6/examples/_obsolete/websocket/
DWebSockCallbacks.c39 mg_unlock_context(ctx); in send_to_all_websockets()
68 mg_unlock_context(ctx); in websocket_ready_handler()
113 mg_unlock_context(ctx); in websocket_data_handler()
130 mg_unlock_context(ctx); in websocket_data_handler()
137 mg_unlock_context(ctx); in websocket_data_handler()
144 mg_unlock_context(ctx); in websocket_data_handler()
148 mg_unlock_context(ctx); in websocket_data_handler()
165 mg_unlock_context(ctx); in connection_close_handler()
/civetweb-2.7.6/docs/api/
Dmg_lock_context.md17 …context wide. The lock must be released with a call to [`mg_unlock_context()`](mg_unlock_context.m…
23 * [`mg_unlock_context();`](mg_unlock_context.md)
Dmg_unlock_connection.md24 * [`mg_unlock_context();`](mg_unlock_context.md)
Dmg_lock_connection.md23 * [`mg_unlock_context();`](mg_unlock_context.md)
Dmg_unlock_context.md3 ### `mg_unlock_context( ctx );`
/civetweb-2.7.6/src/
DCivetServer.cpp135 mg_unlock_context(me->context); in requestHandler()
174 mg_unlock_context(me->context); in authHandler()
347 mg_unlock_context(me->context); in closeHandler()
477 mg_unlock_context(me->context); in getParam()
Dcivetweb.c12140 mg_unlock_context(struct mg_context *ctx) function
13396 mg_unlock_context(phys_ctx);
13406 mg_unlock_context(phys_ctx);
13415 mg_unlock_context(phys_ctx);
13423 mg_unlock_context(phys_ctx);
13434 mg_unlock_context(phys_ctx);
13440 mg_unlock_context(phys_ctx);
13462 mg_unlock_context(phys_ctx);
13605 mg_unlock_context(conn->phys_ctx);
13632 mg_unlock_context(conn->phys_ctx);
[all …]
Dmod_lua.inl2596 mg_unlock_context(conn->phys_ctx);
2607 mg_unlock_context(conn->phys_ctx);
2638 mg_unlock_context(conn->phys_ctx);
/civetweb-2.7.6/examples/embedded_c/
Dembedded_c.c753 mg_unlock_context(ctx); in WebSocketConnectHandler()
831 mg_unlock_context(ctx); in WebSocketCloseHandler()
858 mg_unlock_context(ctx); in InformWebsockets()
/civetweb-2.7.6/docs/
DAPIReference.md68 * [`mg_unlock_context( ctx );`](api/mg_unlock_context.md)
/civetweb-2.7.6/include/
Dcivetweb.h846 CIVETWEB_API void mg_unlock_context(struct mg_context *ctx);