Home
last modified time | relevance | path

Searched refs:mg_stop (Results 1 – 22 of 22) sorted by relevance

/civetweb-2.7.6/docs/api/
Dmg_get_context.md24 * [`mg_stop();`](mg_stop.md)
Dmg_stop.md3 ### `mg_stop( ctx );`
17 The function `mg_stop()` is used to stop and cleanup a running webserver. A pointer to the context …
Dmg_start.md39 * [`mg_stop();`](mg_stop.md)
Dmg_callbacks.md65 * [`mg_stop();`](mg_stop.md)
/civetweb-2.7.6/examples/_obsolete/hello/
Dhello.c50 mg_stop(ctx); in main()
/civetweb-2.7.6/examples/_obsolete/websocket/
Dwebsocket.c62 mg_stop(ctx); in main()
/civetweb-2.7.6/examples/_obsolete/post/
Dpost.c55 mg_stop(ctx); in main()
/civetweb-2.7.6/examples/_obsolete/upload/
Dupload.c107 mg_stop(ctx); in main()
/civetweb-2.7.6/conan/test_package/
Dtest_package.cpp100 mg_stop(ctx); in main()
/civetweb-2.7.6/docs/
DAPIReference.md57 * [`mg_stop( ctx );`](api/mg_stop.md)
DEmbedding.md69 - Use `mg_stop()` to stop the server.
256 mg_stop(ctx);
/civetweb-2.7.6/examples/rest/
Drest.c288 mg_stop(ctx); in main()
/civetweb-2.7.6/examples/_obsolete/ws_server/
Dws_server.c268 mg_stop(ctx); in main()
/civetweb-2.7.6/examples/_obsolete/chat/
Dchat.c397 mg_stop(ctx); in main()
/civetweb-2.7.6/examples/_obsolete/websocket_client/
Dwebsocket_client.c413 mg_stop(ctx); in main()
/civetweb-2.7.6/include/
Dcivetweb.h437 CIVETWEB_API void mg_stop(struct mg_context *);
/civetweb-2.7.6/unittest/
Dpublic_func.c141 mg_stop(ctx); in START_TEST()
Dpublic_server.c313 mg_stop(ctx); in test_mg_stop()
319 mg_stop(ctx); in test_mg_stop()
/civetweb-2.7.6/src/
DCivetServer.cpp398 mg_stop(context); in close()
Dmain.c1415 mg_stop(g_ctx); in stop_civetweb()
Dcivetweb.c18415 mg_stop(struct mg_context *ctx) function
/civetweb-2.7.6/examples/embedded_c/
Dembedded_c.c1159 mg_stop(ctx); in main()