Home
last modified time | relevance | path

Searched refs:ctx (Results 5601 - 5625 of 7610) sorted by relevance

1...<<221222223224225226227228229230>>...305

/third_party/ffmpeg/libavformat/
H A Dmetadata.h41 void ff_metadata_conv_ctx(AVFormatContext *ctx, const AVMetadataConv *d_conv,
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dpp_standalone_scaffolding.h37 _mesa_lookup_shader_include(struct gl_context *ctx, char *path,
/third_party/ntfs-3g/include/ntfs-3g/
H A Defs.h28 int ntfs_efs_fixup_attribute(ntfs_attr_search_ctx *ctx, ntfs_attr *na);
H A Dattrlist.h32 extern int ntfs_attrlist_entry_rm(ntfs_attr_search_ctx *ctx);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.h15 void st_DrawTex(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
H A Dst_cb_readpixels.h35 st_ReadPixels(struct gl_context *ctx, GLint x, GLint y,
H A Dst_cb_copyimage.h29 st_CopyImageSubData(struct gl_context *ctx,
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.h33 struct nir_shader *prog_to_nir(const struct gl_context *ctx, const struct gl_program *prog,
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.h33 void fd6_validate_format(struct fd_context *ctx, struct fd_resource *rsc,
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_uniforms.h37 etna_uniforms_write(const struct etna_context *ctx,
/third_party/node/deps/openssl/openssl/providers/common/include/prov/
H A Dprovidercommon.h13 const OSSL_CORE_HANDLE *FIPS_get_core_handle(OSSL_LIB_CTX *ctx);
/third_party/openssl/providers/common/include/prov/
H A Dprovidercommon.h13 const OSSL_CORE_HANDLE *FIPS_get_core_handle(OSSL_LIB_CTX *ctx);
/third_party/curl/lib/vtls/
H A Dsectransp.c840 struct ssl_connect_data *connssl = cf->ctx; in sectransp_bio_cf_in_read()
880 struct ssl_connect_data *connssl = cf->ctx; in sectransp_bio_cf_out_write()
1346 struct ssl_connect_data *connssl = cf->ctx; in set_ssl_version_min_max()
1642 struct ssl_connect_data *connssl = cf->ctx;
2238 SSLContextRef ctx)
2306 ret = SSLCopyPeerTrust(ctx, &trust);
2368 SSLContextRef ctx)
2391 result = verify_cert_buf(cf, data, certbuf, buflen, ctx);
2400 SSLContextRef ctx,
2416 if(!ctx)
2235 verify_cert_buf(struct Curl_cfilter *cf, struct Curl_easy *data, const unsigned char *certbuf, size_t buflen, SSLContextRef ctx) global() argument
2365 verify_cert(struct Curl_cfilter *cf, struct Curl_easy *data, const char *cafile, const struct curl_blob *ca_info_blob, SSLContextRef ctx) global() argument
2399 pkp_pin_peer_pubkey(struct Curl_easy *data, SSLContextRef ctx, const char *pinnedpubkey) global() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal.c407 static void WifiWpaReceiveEapol(void *ctx, const uint8_t *srcAddr, const uint8_t *buf, size_t len) in WifiWpaReceiveEapol() argument
409 WifiDriverData *drv = ctx; in WifiWpaReceiveEapol()
411 if ((ctx == NULL) || (srcAddr == NULL) || (buf == NULL) || (len < sizeof(struct l2_ethhdr))) { in WifiWpaReceiveEapol()
415 drv_event_eapol_rx(drv->ctx, srcAddr, buf + sizeof(struct l2_ethhdr), len - sizeof(struct l2_ethhdr)); in WifiWpaReceiveEapol()
502 eloop_cancel_timeout(WifiWpaScanTimeout, drv, drv->ctx); in WifiWpaDeinit()
526 static void *WifiWpaInit(void *ctx, const char *ifName) in WifiWpaInit() argument
535 if ((ctx == NULL) || (ifName == NULL)) { in WifiWpaInit()
546 drv->ctx = ctx; in WifiWpaInit()
1225 static void *WifiWpaInit2(void *ctx, cons argument
1354 WifiWpaScanTimeout(void *eloop, void *ctx) WifiWpaScanTimeout() argument
1571 WifiDrvInit(void *ctx, const struct wpa_init_params *params) WifiDrvInit() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal.c410 static void WifiWpaReceiveEapol(void *ctx, const uint8_t *srcAddr, const uint8_t *buf, size_t len) in WifiWpaReceiveEapol() argument
412 WifiDriverData *drv = ctx; in WifiWpaReceiveEapol()
414 if ((ctx == NULL) || (srcAddr == NULL) || (buf == NULL) || (len < sizeof(struct l2_ethhdr))) { in WifiWpaReceiveEapol()
418 drv_event_eapol_rx(drv->ctx, srcAddr, buf + sizeof(struct l2_ethhdr), len - sizeof(struct l2_ethhdr)); in WifiWpaReceiveEapol()
505 eloop_cancel_timeout(WifiWpaScanTimeout, drv, drv->ctx); in WifiWpaDeinit()
529 static void *WifiWpaInit(void *ctx, const char *ifName) in WifiWpaInit() argument
538 if ((ctx == NULL) || (ifName == NULL)) { in WifiWpaInit()
549 drv->ctx = ctx; in WifiWpaInit()
1230 static void *WifiWpaInit2(void *ctx, cons argument
1360 WifiWpaScanTimeout(void *eloop, void *ctx) WifiWpaScanTimeout() argument
1577 WifiDrvInit(void *ctx, const struct wpa_init_params *params) WifiDrvInit() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmediacodec.h56 * @param ctx MediaCodec context to initialize
60 int av_mediacodec_default_init(AVCodecContext *avctx, AVMediaCodecContext *ctx, void *surface);
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_maximum.h42 int32_t output_operand_index, const void *parameters, NativeContext *ctx);
H A Ddnn_backend_native_layer_avgpool.h61 * @param ctx pointer to Native model context for logging
67 int32_t output_operand_index, const void *parameters, NativeContext *ctx);
H A Ddnn_backend_native_layer_depth2space.h64 * @param ctx pointer to Native model context for logging
70 int32_t output_operand_index, const void *parameters, NativeContext *ctx);
/third_party/ffmpeg/libavutil/
H A Dsha.h72 * @param ctx hash function context
76 void av_sha_update(struct AVSHA *ctx, const uint8_t *data, size_t len);
H A Dslicethread.h40 * @param ctx slice threading context
44 void avpriv_slicethread_execute(AVSliceThread *ctx, int nb_jobs, int execute_main);
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.h46 nir_shader *glsl_float64_funcs_to_nir(struct gl_context *ctx,
H A Dstandalone.h47 struct gl_context *ctx);
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_job_transfer.h36 struct pvr_transfer_ctx *ctx,
H A Dpvr_job_compute.h34 VkResult pvr_compute_job_submit(struct pvr_compute_ctx *ctx,

Completed in 17 milliseconds

1...<<221222223224225226227228229230>>...305