Searched refs:http_cb (Results 1 – 3 of 3) sorted by relevance
/external/libevent/ |
D | http.c | 3733 struct evhttp_cb *http_cb; in evhttp_free() local 3753 while ((http_cb = TAILQ_FIRST(&http->callbacks)) != NULL) { in evhttp_free() 3754 TAILQ_REMOVE(&http->callbacks, http_cb, next); in evhttp_free() 3755 mm_free(http_cb->what); in evhttp_free() 3756 mm_free(http_cb); in evhttp_free() 3917 struct evhttp_cb *http_cb; in evhttp_set_cb() local 3919 TAILQ_FOREACH(http_cb, &http->callbacks, next) { in evhttp_set_cb() 3920 if (strcmp(http_cb->what, uri) == 0) in evhttp_set_cb() 3924 if ((http_cb = mm_calloc(1, sizeof(struct evhttp_cb))) == NULL) { in evhttp_set_cb() 3929 http_cb->what = mm_strdup(uri); in evhttp_set_cb() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_verifier.cc | 769 grpc_closure* http_cb; in retrieve_key_and_verify() local 812 http_cb = in retrieve_key_and_verify() 825 http_cb = GRPC_CLOSURE_CREATE(on_openid_config_retrieved, ctx, in retrieve_key_and_verify() 836 grpc_core::ExecCtx::Get()->Now() + grpc_jwt_verifier_max_delay, http_cb, in retrieve_key_and_verify()
|
/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_verifier.cc | 772 grpc_closure* http_cb; in retrieve_key_and_verify() local 815 http_cb = in retrieve_key_and_verify() 828 http_cb = GRPC_CLOSURE_CREATE(on_openid_config_retrieved, ctx, in retrieve_key_and_verify() 839 grpc_core::ExecCtx::Get()->Now() + grpc_jwt_verifier_max_delay, http_cb, in retrieve_key_and_verify()
|