Home
last modified time | relevance | path

Searched refs:call_user (Results 1 – 25 of 34) sorted by relevance

12

/dports/net/sems/sems-f89581a/apps/webconference/pyqtgui/
H A Dwebconference.py93 self.call_user = USER
105 self.call_user = str(dlg_cb.e_user.text())
106 self.call_auth_user = self.call_user
177 self.call_user, self.call_domain, self.call_auth_user, self.call_pwd)
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dfunction_types.hpp430 lua_CFunction cf = call_detail::call_user<void, false, false, protect_t<T>, 2>; in push()
438 lua_CFunction cf = call_detail::call_user<void, false, false, protect_t<T>, 2>; in push()
567 lua_CFunction cf = call_detail::call_user<T, false, false, constructor_wrapper<Fxs...>, 2>; in push()
609 lua_CFunction cf = call_detail::call_user<T, false, false, destructor_wrapper<Fx>, 2>; in push()
617 lua_CFunction cf = call_detail::call_user<T, false, false, destructor_wrapper<Fx>, 2>; in push()
628 lua_CFunction cf = call_detail::call_user<void, false, false, destructor_wrapper<Fx>, 2>; in push()
636 lua_CFunction cf = call_detail::call_user<void, false, false, destructor_wrapper<Fx>, 2>; in push()
649 lua_CFunction cf = call_detail::call_user<void, false, false, P, 2>; in push()
657 lua_CFunction cf = call_detail::call_user<void, false, false, P, 2>; in push()
671 lua_CFunction cf = call_detail::call_user<T, false, false, P, 2>; in push()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Dfunction_types.hpp333 lua_CFunction cf = call_detail::call_user<void, false, false, protect_t<T>, 2>; in push()
341 lua_CFunction cf = call_detail::call_user<void, false, false, protect_t<T>, 2>; in push()
454 lua_CFunction cf = call_detail::call_user<T, false, false, constructor_wrapper<Fxs...>, 2>; in push()
483 lua_CFunction cf = call_detail::call_user<T, false, false, destructor_wrapper<Fx>, 2>; in push()
491 lua_CFunction cf = call_detail::call_user<T, false, false, destructor_wrapper<Fx>, 2>; in push()
502 lua_CFunction cf = call_detail::call_user<void, false, false, destructor_wrapper<Fx>, 2>; in push()
510 lua_CFunction cf = call_detail::call_user<void, false, false, destructor_wrapper<Fx>, 2>; in push()
523 lua_CFunction cf = call_detail::call_user<void, false, false, P, 2>; in push()
531 lua_CFunction cf = call_detail::call_user<void, false, false, P, 2>; in push()
/dports/www/shttpd/shttpd-1.42/src/
H A Dio_emb.c20 call_user(struct conn *c, struct shttpd_arg *arg, shttpd_callback_t func) in call_user() function
69 call_user(stream->conn, &arg, (shttpd_callback_t) in do_embedded()
89 call_user(stream->conn, &arg, (shttpd_callback_t) in close_embedded()
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dfunction_types.hpp237 lua_CFunction cf = call_detail::call_user<void, false, false, protect_t<T>>; in push()
243 lua_CFunction cf = call_detail::call_user<void, false, false, protect_t<T>>; in push()
316 lua_CFunction cf = call_detail::call_user<T, false, false, constructor_wrapper<Fxs...>>; in push()
333 lua_CFunction cf = call_detail::call_user<T, false, false, destructor_wrapper<Fx>>; in push()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dfunction_types.hpp237 lua_CFunction cf = call_detail::call_user<void, false, false, protect_t<T>>; in push()
243 lua_CFunction cf = call_detail::call_user<void, false, false, protect_t<T>>; in push()
316 lua_CFunction cf = call_detail::call_user<T, false, false, constructor_wrapper<Fxs...>>; in push()
333 lua_CFunction cf = call_detail::call_user<T, false, false, destructor_wrapper<Fx>>; in push()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/mongoose/
H A Dmongoose.c1800 if (call_user(conn, MG_HTTP_ERROR) == MG_TRUE) { in send_http_error()
2910 if (call_user(conn, MG_REQUEST) == MG_FALSE) { in deliver_websocket_frame()
2996 call_user(MG_CONN_2_CONN(conn), MG_WS_CONNECT); in send_websocket_handshake_if_requested()
3016 if ((result = call_user(conn, MG_REQUEST)) == MG_TRUE) { in call_request_handler()
4613 n = call_user(conn, MG_RECV); in on_recv_data()
4635 if (call_user(conn, MG_REPLY) == MG_FALSE) { in call_http_client_handler()
5090 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5102 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5115 call_user(conn, MG_CONNECT) == MG_FALSE)) { in mg_ev_handler()
5162 call_user(conn, MG_CLOSE); in mg_ev_handler()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/samples/gfx_html/
H A Dmongoose.cpp1819 if (call_user(conn, MG_HTTP_ERROR) == MG_TRUE) { in send_http_error()
2929 if (call_user(conn, MG_REQUEST) == MG_FALSE) { in deliver_websocket_frame()
3016 call_user(MG_CONN_2_CONN(conn), MG_WS_CONNECT); in send_websocket_handshake_if_requested()
3036 if ((result = call_user(conn, MG_REQUEST)) == MG_TRUE) { in call_request_handler()
4650 n = call_user(conn, MG_RECV); in on_recv_data()
4672 if (call_user(conn, MG_REPLY) == MG_FALSE) { in call_http_client_handler()
5127 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5139 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5152 call_user(conn, MG_CONNECT) == MG_FALSE)) { in mg_ev_handler()
5199 call_user(conn, MG_CLOSE); in mg_ev_handler()
[all …]
/dports/www/mongoose/mongoose-632b3a3/
H A Dmongoose.c1786 if (call_user(conn, MG_HTTP_ERROR) == MG_TRUE) { in send_http_error()
2896 if (call_user(conn, MG_REQUEST) == MG_FALSE) { in deliver_websocket_frame()
2982 call_user(MG_CONN_2_CONN(conn), MG_WS_CONNECT); in send_websocket_handshake_if_requested()
3002 if ((result = call_user(conn, MG_REQUEST)) == MG_TRUE) { in call_request_handler()
4599 n = call_user(conn, MG_RECV); in on_recv_data()
4621 if (call_user(conn, MG_REPLY) == MG_FALSE) { in call_http_client_handler()
5076 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5088 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5101 call_user(conn, MG_CONNECT) == MG_FALSE)) { in mg_ev_handler()
5148 call_user(conn, MG_CLOSE); in mg_ev_handler()
[all …]
/dports/editors/vile/vile-9.8v/filters/
H A Dtpu.key207 call_user
/dports/editors/xvile/vile-9.8v/filters/
H A Dtpu.key207 call_user
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/json/jsonrpc-cpp/
H A Dmongoose.c1903 if (call_user(conn, MG_HTTP_ERROR) == MG_TRUE) { in send_http_error()
3035 if (call_user(conn, MG_REQUEST) == MG_FALSE) { in deliver_websocket_frame()
3127 call_user(MG_CONN_2_CONN(conn), MG_WS_CONNECT); in send_websocket_handshake_if_requested()
3147 if ((result = call_user(conn, MG_REQUEST)) == MG_TRUE) { in call_request_handler()
4770 n = call_user(conn, MG_RECV); in on_recv_data()
4792 if (call_user(conn, MG_REPLY) == MG_FALSE) { in call_http_client_handler()
5273 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5285 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5298 call_user(conn, MG_CONNECT) == MG_FALSE)) { in mg_ev_handler()
5345 call_user(conn, MG_CLOSE); in mg_ev_handler()
[all …]
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/json/jsonrpc-cpp/
H A Dmongoose.c1903 if (call_user(conn, MG_HTTP_ERROR) == MG_TRUE) { in send_http_error()
3035 if (call_user(conn, MG_REQUEST) == MG_FALSE) { in deliver_websocket_frame()
3127 call_user(MG_CONN_2_CONN(conn), MG_WS_CONNECT); in send_websocket_handshake_if_requested()
3147 if ((result = call_user(conn, MG_REQUEST)) == MG_TRUE) { in call_request_handler()
4770 n = call_user(conn, MG_RECV); in on_recv_data()
4792 if (call_user(conn, MG_REPLY) == MG_FALSE) { in call_http_client_handler()
5273 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5285 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5298 call_user(conn, MG_CONNECT) == MG_FALSE)) { in mg_ev_handler()
5345 call_user(conn, MG_CLOSE); in mg_ev_handler()
[all …]
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/json/jsonrpc-cpp/
H A Dmongoose.c1903 if (call_user(conn, MG_HTTP_ERROR) == MG_TRUE) { in send_http_error()
3035 if (call_user(conn, MG_REQUEST) == MG_FALSE) { in deliver_websocket_frame()
3127 call_user(MG_CONN_2_CONN(conn), MG_WS_CONNECT); in send_websocket_handshake_if_requested()
3147 if ((result = call_user(conn, MG_REQUEST)) == MG_TRUE) { in call_request_handler()
4770 n = call_user(conn, MG_RECV); in on_recv_data()
4792 if (call_user(conn, MG_REPLY) == MG_FALSE) { in call_http_client_handler()
5273 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5285 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5298 call_user(conn, MG_CONNECT) == MG_FALSE)) { in mg_ev_handler()
5345 call_user(conn, MG_CLOSE); in mg_ev_handler()
[all …]
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/json/jsonrpc-cpp/
H A Dmongoose.c1903 if (call_user(conn, MG_HTTP_ERROR) == MG_TRUE) { in send_http_error()
3035 if (call_user(conn, MG_REQUEST) == MG_FALSE) { in deliver_websocket_frame()
3127 call_user(MG_CONN_2_CONN(conn), MG_WS_CONNECT); in send_websocket_handshake_if_requested()
3147 if ((result = call_user(conn, MG_REQUEST)) == MG_TRUE) { in call_request_handler()
4770 n = call_user(conn, MG_RECV); in on_recv_data()
4792 if (call_user(conn, MG_REPLY) == MG_FALSE) { in call_http_client_handler()
5273 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5285 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5298 call_user(conn, MG_CONNECT) == MG_FALSE)) { in mg_ev_handler()
5345 call_user(conn, MG_CLOSE); in mg_ev_handler()
[all …]
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/json/jsonrpc-cpp/
H A Dmongoose.c1903 if (call_user(conn, MG_HTTP_ERROR) == MG_TRUE) { in send_http_error()
3035 if (call_user(conn, MG_REQUEST) == MG_FALSE) { in deliver_websocket_frame()
3127 call_user(MG_CONN_2_CONN(conn), MG_WS_CONNECT); in send_websocket_handshake_if_requested()
3147 if ((result = call_user(conn, MG_REQUEST)) == MG_TRUE) { in call_request_handler()
4770 n = call_user(conn, MG_RECV); in on_recv_data()
4792 if (call_user(conn, MG_REPLY) == MG_FALSE) { in call_http_client_handler()
5273 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5285 call_user(conn, (enum mg_event) ev); in mg_ev_handler()
5298 call_user(conn, MG_CONNECT) == MG_FALSE)) { in mg_ev_handler()
5345 call_user(conn, MG_CLOSE); in mg_ev_handler()
[all …]
/dports/audio/ympd/ympd-1.3.0/src/
H A Dmongoose.c1891 if (call_user(conn, MG_HTTP_ERROR) == MG_TRUE) {
3022 if (call_user(conn, MG_REQUEST) == MG_FALSE) {
3114 call_user(MG_CONN_2_CONN(conn), MG_WS_CONNECT);
3134 if ((result = call_user(conn, MG_REQUEST)) == MG_TRUE) {
4749 n = call_user(conn, MG_RECV);
4771 if (call_user(conn, MG_REPLY) == MG_FALSE) {
5244 call_user(conn, (enum mg_event) ev);
5256 call_user(conn, (enum mg_event) ev);
5269 call_user(conn, MG_CONNECT) == MG_FALSE)) {
5316 call_user(conn, MG_CLOSE);
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/mongoose/
H A Dmongoose.c626 if (call_user(conn, MG_EVENT_LOG) == NULL) { in cry()
936 if (call_user(conn, MG_HTTP_ERROR) == NULL) { in send_http_error()
3796 if (call_user(conn, MG_WEBSOCKET_MESSAGE) != NULL) { in read_websocket()
3821 } else if (call_user(conn, MG_WEBSOCKET_CONNECT) != NULL) { in handle_websocket_request()
3825 call_user(conn, MG_WEBSOCKET_READY); in handle_websocket_request()
3827 call_user(conn, MG_WEBSOCKET_CLOSE); in handle_websocket_request()
4036 call_user(conn, MG_INIT_LUA); in handle_lsp_request()
4135 call_user(conn, MG_UPLOAD); in mg_upload()
4180 } else if (call_user(conn, MG_NEW_REQUEST) != NULL) { in handle_request()
4540 if (call_user(conn, MG_INIT_SSL) == NULL && in set_ssl_option()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/mongoose/
H A Dmongoose.c626 if (call_user(conn, MG_EVENT_LOG) == NULL) { in cry()
936 if (call_user(conn, MG_HTTP_ERROR) == NULL) { in send_http_error()
3796 if (call_user(conn, MG_WEBSOCKET_MESSAGE) != NULL) { in read_websocket()
3821 } else if (call_user(conn, MG_WEBSOCKET_CONNECT) != NULL) { in handle_websocket_request()
3825 call_user(conn, MG_WEBSOCKET_READY); in handle_websocket_request()
3827 call_user(conn, MG_WEBSOCKET_CLOSE); in handle_websocket_request()
4036 call_user(conn, MG_INIT_LUA); in handle_lsp_request()
4135 call_user(conn, MG_UPLOAD); in mg_upload()
4180 } else if (call_user(conn, MG_NEW_REQUEST) != NULL) { in handle_request()
4540 if (call_user(conn, MG_INIT_SSL) == NULL && in set_ssl_option()
[all …]
/dports/www/ot-recorder/recorder-0.8.4/
H A Dmongoose.c1911 static int call_user(struct connection *conn, enum mg_event ev) { in call_user() function
1929 if (call_user(conn, MG_HTTP_ERROR) == MG_TRUE) { in send_http_error()
3098 if (call_user(conn, MG_REQUEST) == MG_FALSE || in deliver_websocket_frame()
3193 call_user(MG_CONN_2_CONN(conn), MG_WS_CONNECT); in send_websocket_handshake_if_requested()
3215 if ((result = call_user(conn, MG_REQUEST)) == MG_TRUE) { in call_request_handler()
4860 n = call_user(conn, MG_RECV); in on_recv_data()
4882 if (call_user(conn, MG_REPLY) == MG_FALSE) { in call_http_client_handler()
5364 call_user(conn, (enum mg_event) ev); in send_ns_event()
5394 call_user(conn, MG_CONNECT) == MG_FALSE)) { in mg_ev_handler()
5441 call_user(conn, MG_CLOSE); in mg_ev_handler()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dmongoose.c551 static void *call_user(struct mg_connection *conn, enum mg_event event) { in call_user() function
628 if (call_user(conn, MG_EVENT_LOG) == NULL) { in cry()
940 if (call_user(conn, MG_HTTP_ERROR) == NULL) { in send_http_error()
3774 if (call_user(conn, MG_WEBSOCKET_MESSAGE) != NULL) { in read_websocket()
3798 } else if (call_user(conn, MG_WEBSOCKET_CONNECT) != NULL) { in handle_websocket_request()
3802 call_user(conn, MG_WEBSOCKET_READY); in handle_websocket_request()
3804 call_user(conn, MG_WEBSOCKET_CLOSE); in handle_websocket_request()
3902 } else if (call_user(conn, MG_NEW_REQUEST) != NULL) { in handle_request()
4354 if (call_user(fc(ctx), MG_INIT_SSL) == NULL && in set_ssl_option()
4597 call_user(conn, MG_REQUEST_COMPLETE); in process_new_connection()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/mongoose/
H A Dmongoose.c1467 static int call_user(struct connection *conn, enum mg_event ev) { in call_user() function
1485 if (call_user(conn, MG_HTTP_ERROR) == MG_TRUE) { in send_http_error()
2581 if (call_user(conn, MG_REQUEST) == MG_FALSE) { in deliver_websocket_frame()
2657 if ((result = call_user(conn, MG_REQUEST)) == MG_TRUE) { in call_request_handler()
3919 if (conn->server->event_handler && call_user(conn, MG_AUTH) == MG_FALSE) { in open_local_endpoint()
4095 if (call_user(conn, MG_REPLY) == MG_FALSE) { in call_http_client_handler()
4552 call_user(conn, MG_CONNECT) == MG_FALSE) { in mg_ev_handler()
4592 call_user(conn, MG_CLOSE); in mg_ev_handler()
4599 if (call_user(conn, MG_POLL) == MG_TRUE) { in mg_ev_handler()
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/samples/
H A Dpjsip-perf.c408 const pj_str_t call_user = { "2", 1 }; in mod_call_on_rx_request() local
437 if (pj_strcmp(&sip_uri->user, &call_user) == 0 || in mod_call_on_rx_request()
/dports/games/0ad/0ad-0.0.23b-alpha/source/third_party/mongoose/
H A Dmongoose.cpp531 static void *call_user(struct mg_connection *conn, enum mg_event event) { in call_user() function
575 if (call_user(conn, MG_EVENT_LOG) == NULL) { in cry()
852 if (call_user(conn, MG_HTTP_ERROR) == NULL) { in send_http_error()
3371 } else if (call_user(conn, MG_NEW_REQUEST) != NULL) { in handle_request()
H A Dmongoose_orig.c479 static void *call_user(struct mg_connection *conn, enum mg_event event) { in call_user() function
523 if (call_user(conn, MG_EVENT_LOG) == NULL) { in cry()
800 if (call_user(conn, MG_HTTP_ERROR) == NULL) { in send_http_error()
3320 } else if (call_user(conn, MG_NEW_REQUEST) != NULL) { in handle_request()

12