Home
last modified time | relevance | path

Searched refs:post_process (Results 1 – 25 of 27) sorted by relevance

12

/third_party/openssl/crypto/store/
Dstore_lib.c66 OSSL_STORE_post_process_info_fn post_process, in OSSL_STORE_open_ex() argument
182 ctx->post_process = post_process; in OSSL_STORE_open_ex()
222 OSSL_STORE_post_process_info_fn post_process, in OSSL_STORE_open() argument
226 post_process, post_process_data); in OSSL_STORE_open()
447 if (ctx->post_process != NULL && v != NULL) { in OSSL_STORE_load()
448 v = ctx->post_process(v, ctx->post_process_data); in OSSL_STORE_load()
967 OSSL_STORE_post_process_info_fn post_process, in OSSL_STORE_attach() argument
1028 ctx->post_process = post_process; in OSSL_STORE_attach()
Dstore_local.h136 OSSL_STORE_post_process_info_fn post_process; member
/third_party/openssl/doc/man3/
DOSSL_STORE_open.pod22 OSSL_STORE_post_process_info_fn post_process,
28 OSSL_STORE_post_process_info_fn post_process,
65 callback I<post_process> with associated data I<post_process_data>,
74 The given I<post_process> and I<post_process_data> will be reused by
76 The I<post_process> function drops values by returning NULL, which
78 the next object, until I<post_process> returns something other than
DOSSL_STORE_attach.pod15 OSSL_STORE_post_process_info_fn post_process,
/third_party/openssl/include/openssl/
Dstore.h57 OSSL_STORE_post_process_info_fn post_process,
63 OSSL_STORE_post_process_info_fn post_process,
136 OSSL_STORE_post_process_info_fn post_process,
/third_party/alsa-utils/axfer/
Dmapper.c139 if (mapper->ops && mapper->ops->post_process) in mapper_context_post_process()
140 mapper->ops->post_process(mapper); in mapper_context_post_process()
Dmapper-single.c179 .post_process = single_post_process,
188 .post_process = single_post_process,
Dmapper-multiple.c247 .post_process = multiple_post_process,
256 .post_process = multiple_post_process,
Dxfer-libasound-irq-mmap.c292 .post_process = irq_mmap_post_process,
299 .post_process = irq_mmap_post_process,
Dxfer-libasound.h77 void (*post_process)(struct libasound_state *state); member
Dmapper.h73 void (*post_process)(struct mapper_context *mapper); member
Dxfer-libasound-timer-mmap.c447 .post_process = timer_mmap_post_process,
454 .post_process = timer_mmap_post_process,
Dcontainer.c424 if (!cntr->stdio && cntr->ops && cntr->ops->post_process) { in container_context_post_process()
429 err = cntr->ops->post_process(cntr, cntr->handled_byte_count); in container_context_post_process()
Dcontainer.h87 int (*post_process)(struct container_context *cntr, member
Dxfer.h97 void (*post_process)(struct xfer_context *xfer); member
Dxfer-libasound.c857 if (state->ops && state->ops->post_process) in xfer_libasound_post_process()
858 state->ops->post_process(state); in xfer_libasound_post_process()
929 .post_process = xfer_libasound_post_process,
Dcontainer-au.c200 .post_process = au_builder_post_process,
Dxfer.c258 xfer->ops->post_process(xfer); in xfer_context_post_process()
Dxfer-libasound-irq-rw.c436 .post_process = irq_rw_post_process,
Dxfer-libffado.c565 .post_process = xfer_libffado_post_process,
Dcontainer-riff-wave.c571 .post_process = wave_builder_post_process,
Dcontainer-voc.c832 .post_process = voc_builder_post_process,
/third_party/ffmpeg/libavcodec/
Ddecode.h45 int (*post_process)(void *logctx, AVFrame *frame); member
Dnvdec.c592 fdd->post_process = nvdec_retrieve_data; in ff_nvdec_start_frame()
/third_party/openssl/ohos_lite/include/openssl/
Dstore.h51 OSSL_STORE_post_process_info_fn post_process,

12