Searched refs:mg_unlock_context (Results 1 – 11 of 11) sorted by relevance
39 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()
17 …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)
24 * [`mg_unlock_context();`](mg_unlock_context.md)
23 * [`mg_unlock_context();`](mg_unlock_context.md)
3 ### `mg_unlock_context( ctx );`
135 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()
12140 mg_unlock_context(struct mg_context *ctx) function13396 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 …]
2596 mg_unlock_context(conn->phys_ctx);2607 mg_unlock_context(conn->phys_ctx);2638 mg_unlock_context(conn->phys_ctx);
753 mg_unlock_context(ctx); in WebSocketConnectHandler()831 mg_unlock_context(ctx); in WebSocketCloseHandler()858 mg_unlock_context(ctx); in InformWebsockets()
68 * [`mg_unlock_context( ctx );`](api/mg_unlock_context.md)
846 CIVETWEB_API void mg_unlock_context(struct mg_context *ctx);