Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dstore_lib.c29 OSSL_STORE_post_process_info_fn post_process; member
39 OSSL_STORE_post_process_info_fn post_process, in OSSL_STORE_open() argument
92 ctx->post_process = post_process; in OSSL_STORE_open()
177 if (ctx->post_process != NULL && v != NULL) { in OSSL_STORE_load()
178 v = ctx->post_process(v, ctx->post_process_data); in OSSL_STORE_load()
665 ctx->post_process = NULL; in ossl_store_attach_pem_bio()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/
H A 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()
H A Dstore_local.h136 OSSL_STORE_post_process_info_fn post_process; member
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A 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
H A DOSSL_STORE_attach.pod15 OSSL_STORE_post_process_info_fn post_process,
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOSSL_STORE_open.pod20 OSSL_STORE_post_process_info_fn post_process,
51 callback I<post_process> with associated data I<post_process_data>,
57 The given I<post_process> and I<post_process_data> will be reused by
59 The I<post_process> function drops values by returning NULL, which
61 the next object, until I<post_process> returns something other than
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A 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,
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dstore.h51 OSSL_STORE_post_process_info_fn post_process,
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DExperiment.h569 void post_process ();
H A DExperiment.cc1592 post_process (); in open_epilogue()
5549 Experiment::post_process () in post_process() function in Experiment
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DExperiment.h570 void post_process ();
H A DExperiment.cc1594 post_process (); in open_epilogue()
5551 Experiment::post_process () in post_process() function in Experiment
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc2958 tree post_process () in post_process() function in trees_in
2964 void post_process (tree decl) in post_process() function in trees_in
11481 post_process (maybe_template); in read_function_def()
14859 while (tree decl = sec.post_process ()) in read_cluster()