/third_party/openssl/crypto/store/ |
D | store_lib.c | 66 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()
|
D | store_local.h | 136 OSSL_STORE_post_process_info_fn post_process; member
|
/third_party/openssl/doc/man3/ |
D | OSSL_STORE_open.pod | 22 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
|
D | OSSL_STORE_attach.pod | 15 OSSL_STORE_post_process_info_fn post_process,
|
/third_party/openssl/include/openssl/ |
D | store.h | 57 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/ |
D | mapper.c | 139 if (mapper->ops && mapper->ops->post_process) in mapper_context_post_process() 140 mapper->ops->post_process(mapper); in mapper_context_post_process()
|
D | mapper-single.c | 179 .post_process = single_post_process, 188 .post_process = single_post_process,
|
D | mapper-multiple.c | 247 .post_process = multiple_post_process, 256 .post_process = multiple_post_process,
|
D | xfer-libasound-irq-mmap.c | 292 .post_process = irq_mmap_post_process, 299 .post_process = irq_mmap_post_process,
|
D | xfer-libasound.h | 77 void (*post_process)(struct libasound_state *state); member
|
D | mapper.h | 73 void (*post_process)(struct mapper_context *mapper); member
|
D | xfer-libasound-timer-mmap.c | 447 .post_process = timer_mmap_post_process, 454 .post_process = timer_mmap_post_process,
|
D | container.c | 424 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()
|
D | container.h | 87 int (*post_process)(struct container_context *cntr, member
|
D | xfer.h | 97 void (*post_process)(struct xfer_context *xfer); member
|
D | xfer-libasound.c | 857 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,
|
D | container-au.c | 200 .post_process = au_builder_post_process,
|
D | xfer.c | 258 xfer->ops->post_process(xfer); in xfer_context_post_process()
|
D | xfer-libasound-irq-rw.c | 436 .post_process = irq_rw_post_process,
|
D | xfer-libffado.c | 565 .post_process = xfer_libffado_post_process,
|
D | container-riff-wave.c | 571 .post_process = wave_builder_post_process,
|
D | container-voc.c | 832 .post_process = voc_builder_post_process,
|
/third_party/ffmpeg/libavcodec/ |
D | decode.h | 45 int (*post_process)(void *logctx, AVFrame *frame); member
|
D | nvdec.c | 592 fdd->post_process = nvdec_retrieve_data; in ff_nvdec_start_frame()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | store.h | 51 OSSL_STORE_post_process_info_fn post_process,
|