Home
last modified time | relevance | path

Searched defs:context (Results 1526 - 1550 of 4560) sorted by relevance

1...<<61626364656667686970>>...183

/third_party/libuv/docs/code/uvwget/
H A Dmain.c17 curl_context_t *context; in create_curl_context() local
31 curl_context_t *context = (curl_context_t*) handle->data; in curl_close_cb() local
35 destroy_curl_context(curl_context_t *context) destroy_curl_context() argument
89 curl_context_t *context; curl_perform() local
[all...]
/third_party/libuv/test/
H A Dtest-signal-multiple-loops.c82 static void signal_handling_worker(void* context) { in signal_handling_worker() argument
164 static void loop_creating_worker(void* context) { in loop_creating_worker() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-jws.h70 struct lws_context *context; /* the lws context (used to get random) */ member
[all...]
/third_party/libwebsockets/lib/jose/jwk/
H A Djwk.c178 lws_jwk_generate(struct lws_context *context, struct lws_jwk *jwk, in lws_jwk_generate() argument
/third_party/libwebsockets/lib/core-net/
H A Dpollfd.c34 struct lws_context *context; in _lws_change_pollfd() local
226 lws_accept_modulation(struct lws_context *context, struct lws_context_per_thread *pt, int allow) lws_accept_modulation() argument
268 __insert_wsi_socket_into_fds(struct lws_context *context, struct lws *wsi) __insert_wsi_socket_into_fds() argument
360 struct lws_context *context = wsi->a.context; __remove_wsi_socket_from_fds() local
475 struct lws_context *context; __lws_change_pollfd() local
633 lws_callback_on_writable_all_protocol(const struct lws_context *context, const struct lws_protocols *protocol) lws_callback_on_writable_all_protocol() argument
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dparser.hpp466 std::string exception_message(const token_type expected, const std::string& context) in exception_message() argument
/third_party/mbedtls/library/
H A Dpsa_crypto_se.c61 psa_drv_se_context_t context; member
/third_party/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp245 struct haiku_egl_context* context; in haiku_create_context() local
268 struct haiku_egl_context* context = haiku_egl_context(ctx); in haiku_destroy_context() local
[all...]
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c1087 rops_pt_init_destroy_h1(struct lws_context *context, in rops_pt_init_destroy_h1() argument
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
H A Dauth.c56 struct lws_context *context = lws_container_of(sul, struct lws_context, in lws_ss_sys_auth_api_amazon_com_kick() local
66 struct lws_context *context = lws_container_of(sul, struct lws_context, in lws_ss_sys_auth_api_amazon_com_renew() local
76 struct lws_context *context = (struct lws_context *)m->opaque_data; in auth_api_amazon_com_parser_cb() local
117 struct lws_context *context = (struct lws_context *)m->opaque_data; in ss_api_amazon_auth_rx() local
171 struct lws_context *context = (struct lws_context *)m->opaque_data; ss_api_amazon_auth_tx() local
209 struct lws_context *context = (struct lws_context *)m->opaque_data; ss_api_amazon_auth_state() local
264 lws_ss_sys_auth_api_amazon_com(struct lws_context *context) lws_ss_sys_auth_api_amazon_com() argument
[all...]
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-ssl.c199 struct lws_context *context = wsi->a.context; in lws_ssl_capable_read() local
404 struct lws_context *context; in lws_ssl_info_callback() local
498 lws_ssl_context_destroy(struct lws_context *context) lws_ssl_context_destroy() argument
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_smd/
H A Dmain.c20 struct lws_context *context; variable
[all...]
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
H A Dminimal-http-client-captive-portal.c22 static struct lws_context *context; variable
187 captive_portal_detect_request(struct lws_context *context) in captive_portal_detect_request() argument
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/
H A Dminimal-secure-streams.c219 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf() local
270 struct lws_context *context; in main() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H A Dminimal-secure-streams.c125 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf() local
190 struct lws_context *context; in main() local
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
H A Dprotocol_lws_minimal.c44 struct lws_context *context; member
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H A Dminimal-ws-server.c43 static struct lws_context *context; variable
106 struct lws_context *context = mgr->parent; in system_notify_cb() local
[all...]
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_status.c61 struct lws_context *context; member
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Ded25519.c53 crypto_sign_ed25519_keypair( struct lws_context *context, unsigned char *pk, unsigned char *sk ) crypto_sign_ed25519_keypair() argument
/third_party/libwebsockets/lib/secure-streams/
H A Dpolicy-common.c37 lws_ss_policy_lookup(const struct lws_context *context, const char *streamtype) in lws_ss_policy_lookup() argument
302 lws_ss_policy_ref_trust_store(struct lws_context *context, in lws_ss_policy_ref_trust_store() argument
380 lws_ss_policy_unref_trust_store(struct lws_context *context, const lws_ss_policy_t *pol) lws_ss_policy_unref_trust_store() argument
406 lws_ss_policy_set(struct lws_context *context, const char *name) lws_ss_policy_set() argument
[all...]
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genec.c155 lws_genecdh_create(struct lws_genec_ctx *ctx, struct lws_context *context, in lws_genecdh_create() argument
174 lws_genecdsa_create(struct lws_genec_ctx *ctx, struct lws_context *context, in lws_genecdsa_create() argument
[all...]
H A Dlws-genrsa.c121 _rngf(void *context, unsigned char *buf, size_t len) argument
130 lws_genrsa_new_keypair(struct lws_context *context, struct lws_genrsa_ctx *ctx, argument
44 lws_genrsa_create(struct lws_genrsa_ctx *ctx, const struct lws_gencrypto_keyelem *el, struct lws_context *context, enum enum_genrsa_mode mode, enum lws_genhash_types oaep_hashid) global() argument
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
H A Dminimal-http-server-dynamic.c276 struct lws_context *context; in main() local
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-spawn.c71 lws_create_stdwsi(struct lws_context *context, int tsi, in lws_create_stdwsi() argument
331 struct lws_context *context = i->vh->context; lws_spawn_piped() local
[all...]
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-spawn.c65 lws_create_basic_wsi(struct lws_context *context, int tsi, in lws_create_basic_wsi() argument
343 struct lws_context *context = i->vh->context; lws_spawn_piped() local
[all...]

Completed in 14 milliseconds

1...<<61626364656667686970>>...183