/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_sim_db.h | 35 void (*get_complete_cb)(void *ctx, void *session_ctx), 36 void *ctx);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_session.h | 51 void *ctx); 53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | browser-android.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req() argument 32 struct browser_data *data = ctx; in http_req()
|
H A D | browser-system.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req() argument 32 struct browser_data *data = ctx; in http_req()
|
H A D | browser-wpadebug.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req() argument 32 struct browser_data *data = ctx; in http_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | pmksa_cache_auth.h | 42 void *ctx), void *ctx);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_sim_db.h | 35 void (*get_complete_cb)(void *ctx, void *session_ctx), 36 void *ctx);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_session.h | 51 void *ctx); 53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | browser-android.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req() argument 32 struct browser_data *data = ctx; in http_req()
|
H A D | browser-system.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req() argument 32 struct browser_data *data = ctx; in http_req()
|
H A D | browser-wpadebug.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req() argument 32 struct browser_data *data = ctx; in http_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | pmksa_cache_auth.h | 42 void *ctx), void *ctx);
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_silencedetect.c | 165 AVFilterContext *ctx = inlink->dst; in config_input() local 166 SilenceDetectContext *s = ctx->priv; in config_input() 235 static av_cold void uninit(AVFilterContext *ctx) in uninit() argument 237 SilenceDetectContext *s = ctx->priv; in uninit()
|
/third_party/ffmpeg/libavformat/ |
H A D | tls_mbedtls.c | 85 static int mbedtls_send(void *ctx, const unsigned char *buf, size_t len) in mbedtls_send() argument 87 URLContext *h = (URLContext*) ctx; in mbedtls_send() 98 static int mbedtls_recv(void *ctx, unsigned char *buf, size_t len) in mbedtls_recv() argument 100 URLContext *h = (URLContext*) ctx; in mbedtls_recv()
|
/third_party/libdrm/exynos/ |
H A D | exynos_drm.c | 374 exynos_handle_vendor(int fd, struct drm_event *e, void *ctx) in exynos_handle_vendor() argument 377 struct exynos_event_context *ectx = ctx; in exynos_handle_vendor() 394 exynos_handle_event(struct exynos_device *dev, struct exynos_event_context *ctx) in exynos_handle_event() argument 400 drmEventContextPtr evctx = &ctx->base; in exynos_handle_event()
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | ppp.h | 196 typedef void (*ppp_link_status_cb_fn)(ppp_pcb *pcb, int err_code, void *ctx); 320 void (*link_status_cb)(ppp_pcb *pcb, int err_code, void *ctx); /* Status change callback */ 322 void (*notify_phase_cb)(ppp_pcb *pcb, u8_t phase, void *ctx); /* Notify phase callback */ 602 typedef void (*ppp_notify_phase_cb_fn)(ppp_pcb *pcb, u8_t phase, void *ctx);
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | provider_util.c | 93 OSSL_LIB_CTX *ctx) in ossl_prov_cipher_load_from_params() 112 pc->cipher = pc->alloc_cipher = EVP_CIPHER_fetch(ctx, p->data, propquery); in ossl_prov_cipher_load_from_params() 178 OSSL_LIB_CTX *ctx) in ossl_prov_digest_load_from_params() 196 ossl_prov_digest_fetch(pd, ctx, p->data, propquery); in ossl_prov_digest_load_from_params() 91 ossl_prov_cipher_load_from_params(PROV_CIPHER *pc, const OSSL_PARAM params[], OSSL_LIB_CTX *ctx) ossl_prov_cipher_load_from_params() argument 176 ossl_prov_digest_load_from_params(PROV_DIGEST *pd, const OSSL_PARAM params[], OSSL_LIB_CTX *ctx) ossl_prov_digest_load_from_params() argument
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_pci.c | 55 X509V3_CTX *ctx, char *str); 240 X509V3_CTX *ctx, char *value) in r2i_pci() 262 sect = X509V3_get_section(ctx, cnf->name + 1); in r2i_pci() 273 X509V3_section_free(ctx, sect); in r2i_pci() 239 r2i_pci(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *value) r2i_pci() argument
|
/third_party/python/Lib/asyncio/ |
H A D | futures.py | 172 for callback, ctx in callbacks: 173 self._loop.call_soon(callback, self, context=ctx) 243 filtered_callbacks = [(f, ctx) 244 for (f, ctx) in self._callbacks
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 39 func (s *loggingStream) Read(ctx context.Context) ([]byte, int64, error) { 40 data, count, err := s.stream.Read(ctx) 47 func (s *loggingStream) Write(ctx context.Context, data []byte) (int64, error) { 49 count, err := s.stream.Write(ctx, data)
|
/third_party/skia/src/core/ |
H A D | SkRasterPipeline.h | 213 void append(StockStage stage, const void* ctx) { this->append(stage, const_cast<void*>(ctx)); } in append() argument 214 void append(StockStage, uintptr_t ctx); 260 void* ctx; member
|
/third_party/openssl/providers/common/ |
H A D | provider_util.c | 93 OSSL_LIB_CTX *ctx) in ossl_prov_cipher_load_from_params() 112 pc->cipher = pc->alloc_cipher = EVP_CIPHER_fetch(ctx, p->data, propquery); in ossl_prov_cipher_load_from_params() 178 OSSL_LIB_CTX *ctx) in ossl_prov_digest_load_from_params() 196 ossl_prov_digest_fetch(pd, ctx, p->data, propquery); in ossl_prov_digest_load_from_params() 91 ossl_prov_cipher_load_from_params(PROV_CIPHER *pc, const OSSL_PARAM params[], OSSL_LIB_CTX *ctx) ossl_prov_cipher_load_from_params() argument 176 ossl_prov_digest_load_from_params(PROV_DIGEST *pd, const OSSL_PARAM params[], OSSL_LIB_CTX *ctx) ossl_prov_digest_load_from_params() argument
|
/third_party/openssl/crypto/x509/ |
H A D | v3_pci.c | 55 X509V3_CTX *ctx, char *str); 240 X509V3_CTX *ctx, char *value) in r2i_pci() 262 sect = X509V3_get_section(ctx, cnf->name + 1); in r2i_pci() 273 X509V3_section_free(ctx, sect); in r2i_pci() 239 r2i_pci(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *value) r2i_pci() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 39 func (s *loggingStream) Read(ctx context.Context) ([]byte, int64, error) { 40 data, count, err := s.stream.Read(ctx) 47 func (s *loggingStream) Write(ctx context.Context, data []byte) (int64, error) { 49 count, err := s.stream.Write(ctx, data)
|
/third_party/skia/src/shaders/ |
H A D | SkShader.cpp | 182 Context* ctx; in onAppendStages() member 186 cb->ctx = as_SB(this)->makeContext(cr, rec.fAlloc); in onAppendStages() 192 c->ctx->shadeSpan(x,y, tmp, active_pixels); in onAppendStages() 200 if (cb->ctx) { in onAppendStages()
|