Home
last modified time | relevance | path

Searched refs:tmp_store (Results 1 – 25 of 88) sorted by relevance

1234

/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dyacc_read.c88 } tmp_store; variable
364 tmp_store.value = 0; in null_tmp_store()
366 FREE(tmp_store.name); in null_tmp_store()
451 if (!store(tmp_store.name, tmp_store.row, tmp_store.value)) in storefirst()
663 tmp_store.relat = LE; in store_bounds()
665 tmp_store.relat = GE; in store_bounds()
668 boundvalue = tmp_store.rhs_value / tmp_store.value; in store_bounds()
685 if((tmp_store.relat == GE) || (tmp_store.relat == EQ)) { in store_bounds()
691 if((tmp_store.relat == LE) || (tmp_store.relat == EQ)) { in store_bounds()
708 ((tmp_store.rhs_value > 0) && (tmp_store.relat == LE)) || in store_bounds()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Ddm-exception-store.c198 struct dm_exception_store *tmp_store; in dm_exception_store_create() local
206 tmp_store = kzalloc(sizeof(*tmp_store), GFP_KERNEL); in dm_exception_store_create()
207 if (!tmp_store) { in dm_exception_store_create()
229 tmp_store->type = type; in dm_exception_store_create()
230 tmp_store->snap = snap; in dm_exception_store_create()
232 r = set_chunk_size(tmp_store, argv[1], &ti->error); in dm_exception_store_create()
236 r = type->ctr(tmp_store, (strlen(argv[0]) > 1 ? &argv[0][1] : NULL)); in dm_exception_store_create()
243 *store = tmp_store; in dm_exception_store_create()
249 kfree(tmp_store); in dm_exception_store_create()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Ddm-exception-store.c198 struct dm_exception_store *tmp_store; in dm_exception_store_create() local
206 tmp_store = kzalloc(sizeof(*tmp_store), GFP_KERNEL); in dm_exception_store_create()
207 if (!tmp_store) { in dm_exception_store_create()
229 tmp_store->type = type; in dm_exception_store_create()
230 tmp_store->snap = snap; in dm_exception_store_create()
232 r = set_chunk_size(tmp_store, argv[1], &ti->error); in dm_exception_store_create()
236 r = type->ctr(tmp_store, (strlen(argv[0]) > 1 ? &argv[0][1] : NULL)); in dm_exception_store_create()
243 *store = tmp_store; in dm_exception_store_create()
249 kfree(tmp_store); in dm_exception_store_create()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Ddm-exception-store.c198 struct dm_exception_store *tmp_store; in dm_exception_store_create() local
206 tmp_store = kzalloc(sizeof(*tmp_store), GFP_KERNEL); in dm_exception_store_create()
207 if (!tmp_store) { in dm_exception_store_create()
229 tmp_store->type = type; in dm_exception_store_create()
230 tmp_store->snap = snap; in dm_exception_store_create()
232 r = set_chunk_size(tmp_store, argv[1], &ti->error); in dm_exception_store_create()
236 r = type->ctr(tmp_store, (strlen(argv[0]) > 1 ? &argv[0][1] : NULL)); in dm_exception_store_create()
243 *store = tmp_store; in dm_exception_store_create()
249 kfree(tmp_store); in dm_exception_store_create()
/dports/math/lp_solve/lp_solve_5.5/
H A Dyacc_read.c438 pp->tmp_store.value = 0; in null_tmp_store()
439 pp->tmp_store.rhs_value = 0; in null_tmp_store()
440 FREE(pp->tmp_store.name); in null_tmp_store()
527 if (!store(pp, pp->tmp_store.name, pp->tmp_store.row, pp->tmp_store.value)) in storefirst()
702 pp->tmp_store.row = row; in var_store()
745 boundvalue = pp->tmp_store.rhs_value / pp->tmp_store.value; in store_bounds()
762 if((pp->tmp_store.relat == GE) || (pp->tmp_store.relat == EQ)) { in store_bounds()
768 if((pp->tmp_store.relat == LE) || (pp->tmp_store.relat == EQ)) { in store_bounds()
785 ((pp->tmp_store.rhs_value > 0) && (pp->tmp_store.relat == LE)) || in store_bounds()
786 ((pp->tmp_store.rhs_value < 0) && (pp->tmp_store.relat == GE))) { in store_bounds()
[all …]
/dports/math/eprover/eprover-E-2.0/CONTROL/
H A Dcco_proofproc.c181 old_clause_count= state->tmp_store->members; in eliminate_backward_rewritten_clauses()
224 (state->tmp_store->literals-old_lit_count); in eliminate_backward_rewritten_clauses()
226 (state->tmp_store->members-old_clause_count); in eliminate_backward_rewritten_clauses()
321 state->tmp_store, in eliminate_unit_simplified_clauses()
327 state->tmp_store, in eliminate_unit_simplified_clauses()
334 state->tmp_store, in eliminate_unit_simplified_clauses()
338 state->tmp_store, in eliminate_unit_simplified_clauses()
367 state->tmp_store, in eliminate_context_sr_clauses()
706 state->tmp_store, in replacing_inferences()
869 state->tmp_store->members, in print_sharing_factor()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/store/
H A Dstore_meth.c97 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_loader_store() */ member
112 if (methdata->tmp_store == NULL) in get_tmp_loader_store()
113 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store()
114 return methdata->tmp_store; in get_tmp_loader_store()
375 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_fetch()
377 dealloc_tmp_loader_store(methdata.tmp_store); in OSSL_STORE_LOADER_fetch()
389 methdata.tmp_store = NULL; in ossl_store_loader_fetch_by_number()
391 dealloc_tmp_loader_store(methdata.tmp_store); in ossl_store_loader_fetch_by_number()
466 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_do_all_provided()
471 if (methdata.tmp_store != NULL) in OSSL_STORE_LOADER_do_all_provided()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/store/
H A Dstore_meth.c97 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_loader_store() */ member
112 if (methdata->tmp_store == NULL) in get_tmp_loader_store()
113 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store()
114 return methdata->tmp_store; in get_tmp_loader_store()
375 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_fetch()
377 dealloc_tmp_loader_store(methdata.tmp_store); in OSSL_STORE_LOADER_fetch()
389 methdata.tmp_store = NULL; in ossl_store_loader_fetch_by_number()
391 dealloc_tmp_loader_store(methdata.tmp_store); in ossl_store_loader_fetch_by_number()
466 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_do_all_provided()
471 if (methdata.tmp_store != NULL) in OSSL_STORE_LOADER_do_all_provided()
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/store/
H A Dstore_meth.c97 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_loader_store() */ member
112 if (methdata->tmp_store == NULL) in get_tmp_loader_store()
113 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store()
114 return methdata->tmp_store; in get_tmp_loader_store()
375 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_fetch()
377 dealloc_tmp_loader_store(methdata.tmp_store); in OSSL_STORE_LOADER_fetch()
389 methdata.tmp_store = NULL; in ossl_store_loader_fetch_by_number()
391 dealloc_tmp_loader_store(methdata.tmp_store); in ossl_store_loader_fetch_by_number()
466 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_do_all_provided()
471 if (methdata.tmp_store != NULL) in OSSL_STORE_LOADER_do_all_provided()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/store/
H A Dstore_meth.c97 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_loader_store() */ member
112 if (methdata->tmp_store == NULL) in get_tmp_loader_store()
113 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store()
114 return methdata->tmp_store; in get_tmp_loader_store()
375 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_fetch()
377 dealloc_tmp_loader_store(methdata.tmp_store); in OSSL_STORE_LOADER_fetch()
389 methdata.tmp_store = NULL; in ossl_store_loader_fetch_by_number()
391 dealloc_tmp_loader_store(methdata.tmp_store); in ossl_store_loader_fetch_by_number()
466 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_do_all_provided()
471 if (methdata.tmp_store != NULL) in OSSL_STORE_LOADER_do_all_provided()
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/store/
H A Dstore_meth.c97 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_loader_store() */ member
112 if (methdata->tmp_store == NULL) in get_tmp_loader_store()
113 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store()
114 return methdata->tmp_store; in get_tmp_loader_store()
378 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_fetch()
380 dealloc_tmp_loader_store(methdata.tmp_store); in OSSL_STORE_LOADER_fetch()
392 methdata.tmp_store = NULL; in ossl_store_loader_fetch_by_number()
394 dealloc_tmp_loader_store(methdata.tmp_store); in ossl_store_loader_fetch_by_number()
469 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_do_all_provided()
474 if (methdata.tmp_store != NULL) in OSSL_STORE_LOADER_do_all_provided()
[all …]
/dports/security/openssl-devel/openssl-3.0.2/crypto/store/
H A Dstore_meth.c97 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_loader_store() */ member
112 if (methdata->tmp_store == NULL) in get_tmp_loader_store()
113 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store()
114 return methdata->tmp_store; in get_tmp_loader_store()
378 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_fetch()
380 dealloc_tmp_loader_store(methdata.tmp_store); in OSSL_STORE_LOADER_fetch()
392 methdata.tmp_store = NULL; in ossl_store_loader_fetch_by_number()
394 dealloc_tmp_loader_store(methdata.tmp_store); in ossl_store_loader_fetch_by_number()
469 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_do_all_provided()
474 if (methdata.tmp_store != NULL) in OSSL_STORE_LOADER_do_all_provided()
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/evp/
H A Devp_fetch.c69 if (methdata->tmp_store == NULL) in get_tmp_evp_method_store()
71 return methdata->tmp_store; in get_tmp_evp_method_store()
371 methdata.tmp_store = NULL; in evp_generic_fetch()
375 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch()
398 methdata.tmp_store = NULL; in evp_generic_fetch_by_number()
402 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch_by_number()
424 methdata.tmp_store = NULL; in evp_generic_fetch_from_prov()
428 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch_from_prov()
619 methdata.tmp_store = NULL; in evp_generic_do_all()
626 if (methdata.tmp_store != NULL) in evp_generic_do_all()
[all …]
/dports/security/openssl-devel/openssl-3.0.2/crypto/evp/
H A Devp_fetch.c69 if (methdata->tmp_store == NULL) in get_tmp_evp_method_store()
71 return methdata->tmp_store; in get_tmp_evp_method_store()
371 methdata.tmp_store = NULL; in evp_generic_fetch()
375 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch()
398 methdata.tmp_store = NULL; in evp_generic_fetch_by_number()
402 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch_by_number()
424 methdata.tmp_store = NULL; in evp_generic_fetch_from_prov()
428 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch_from_prov()
619 methdata.tmp_store = NULL; in evp_generic_do_all()
626 if (methdata.tmp_store != NULL) in evp_generic_do_all()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/evp/
H A Devp_fetch.c52 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_evp_method_store() */ member
69 if (methdata->tmp_store == NULL) in get_tmp_evp_method_store()
70 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_evp_method_store()
71 return methdata->tmp_store; in get_tmp_evp_method_store()
368 methdata.tmp_store = NULL; in evp_generic_fetch()
372 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch()
395 methdata.tmp_store = NULL; in evp_generic_fetch_by_number()
399 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch_by_number()
590 methdata.tmp_store = NULL; in evp_generic_do_all()
597 if (methdata.tmp_store != NULL) in evp_generic_do_all()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/evp/
H A Devp_fetch.c52 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_evp_method_store() */ member
69 if (methdata->tmp_store == NULL) in get_tmp_evp_method_store()
70 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_evp_method_store()
71 return methdata->tmp_store; in get_tmp_evp_method_store()
368 methdata.tmp_store = NULL; in evp_generic_fetch()
372 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch()
395 methdata.tmp_store = NULL; in evp_generic_fetch_by_number()
399 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch_by_number()
590 methdata.tmp_store = NULL; in evp_generic_do_all()
597 if (methdata.tmp_store != NULL) in evp_generic_do_all()
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/evp/
H A Devp_fetch.c52 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_evp_method_store() */ member
69 if (methdata->tmp_store == NULL) in get_tmp_evp_method_store()
70 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_evp_method_store()
71 return methdata->tmp_store; in get_tmp_evp_method_store()
368 methdata.tmp_store = NULL; in evp_generic_fetch()
372 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch()
395 methdata.tmp_store = NULL; in evp_generic_fetch_by_number()
399 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch_by_number()
590 methdata.tmp_store = NULL; in evp_generic_do_all()
597 if (methdata.tmp_store != NULL) in evp_generic_do_all()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/evp/
H A Devp_fetch.c52 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_evp_method_store() */ member
69 if (methdata->tmp_store == NULL) in get_tmp_evp_method_store()
70 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_evp_method_store()
71 return methdata->tmp_store; in get_tmp_evp_method_store()
368 methdata.tmp_store = NULL; in evp_generic_fetch()
372 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch()
395 methdata.tmp_store = NULL; in evp_generic_fetch_by_number()
399 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch_by_number()
590 methdata.tmp_store = NULL; in evp_generic_do_all()
597 if (methdata.tmp_store != NULL) in evp_generic_do_all()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/encode_decode/
H A Ddecoder_meth.c94 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_decoder_store() */ member
109 if (methdata->tmp_store == NULL) in get_tmp_decoder_store()
110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_decoder_store()
111 return methdata->tmp_store; in get_tmp_decoder_store()
427 methdata.tmp_store = NULL; in OSSL_DECODER_fetch()
429 dealloc_tmp_decoder_store(methdata.tmp_store); in OSSL_DECODER_fetch()
440 methdata.tmp_store = NULL; in ossl_decoder_fetch_by_number()
442 dealloc_tmp_decoder_store(methdata.tmp_store); in ossl_decoder_fetch_by_number()
533 methdata.tmp_store = NULL; in OSSL_DECODER_do_all_provided()
538 if (methdata.tmp_store != NULL) in OSSL_DECODER_do_all_provided()
[all …]
H A Dencoder_meth.c94 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_encoder_store() */ member
109 if (methdata->tmp_store == NULL) in get_tmp_encoder_store()
110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_encoder_store()
111 return methdata->tmp_store; in get_tmp_encoder_store()
436 methdata.tmp_store = NULL; in OSSL_ENCODER_fetch()
438 dealloc_tmp_encoder_store(methdata.tmp_store); in OSSL_ENCODER_fetch()
449 methdata.tmp_store = NULL; in ossl_encoder_fetch_by_number()
451 dealloc_tmp_encoder_store(methdata.tmp_store); in ossl_encoder_fetch_by_number()
542 methdata.tmp_store = NULL; in OSSL_ENCODER_do_all_provided()
547 if (methdata.tmp_store != NULL) in OSSL_ENCODER_do_all_provided()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/encode_decode/
H A Dencoder_meth.c94 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_encoder_store() */ member
109 if (methdata->tmp_store == NULL) in get_tmp_encoder_store()
110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_encoder_store()
111 return methdata->tmp_store; in get_tmp_encoder_store()
436 methdata.tmp_store = NULL; in OSSL_ENCODER_fetch()
438 dealloc_tmp_encoder_store(methdata.tmp_store); in OSSL_ENCODER_fetch()
449 methdata.tmp_store = NULL; in ossl_encoder_fetch_by_number()
451 dealloc_tmp_encoder_store(methdata.tmp_store); in ossl_encoder_fetch_by_number()
542 methdata.tmp_store = NULL; in OSSL_ENCODER_do_all_provided()
547 if (methdata.tmp_store != NULL) in OSSL_ENCODER_do_all_provided()
[all …]
H A Ddecoder_meth.c94 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_decoder_store() */ member
109 if (methdata->tmp_store == NULL) in get_tmp_decoder_store()
110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_decoder_store()
111 return methdata->tmp_store; in get_tmp_decoder_store()
427 methdata.tmp_store = NULL; in OSSL_DECODER_fetch()
429 dealloc_tmp_decoder_store(methdata.tmp_store); in OSSL_DECODER_fetch()
440 methdata.tmp_store = NULL; in ossl_decoder_fetch_by_number()
442 dealloc_tmp_decoder_store(methdata.tmp_store); in ossl_decoder_fetch_by_number()
533 methdata.tmp_store = NULL; in OSSL_DECODER_do_all_provided()
538 if (methdata.tmp_store != NULL) in OSSL_DECODER_do_all_provided()
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/encode_decode/
H A Ddecoder_meth.c94 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_decoder_store() */ member
109 if (methdata->tmp_store == NULL) in get_tmp_decoder_store()
110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_decoder_store()
111 return methdata->tmp_store; in get_tmp_decoder_store()
427 methdata.tmp_store = NULL; in OSSL_DECODER_fetch()
429 dealloc_tmp_decoder_store(methdata.tmp_store); in OSSL_DECODER_fetch()
440 methdata.tmp_store = NULL; in ossl_decoder_fetch_by_number()
442 dealloc_tmp_decoder_store(methdata.tmp_store); in ossl_decoder_fetch_by_number()
533 methdata.tmp_store = NULL; in OSSL_DECODER_do_all_provided()
538 if (methdata.tmp_store != NULL) in OSSL_DECODER_do_all_provided()
[all …]
H A Dencoder_meth.c94 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_encoder_store() */ member
109 if (methdata->tmp_store == NULL) in get_tmp_encoder_store()
110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_encoder_store()
111 return methdata->tmp_store; in get_tmp_encoder_store()
436 methdata.tmp_store = NULL; in OSSL_ENCODER_fetch()
438 dealloc_tmp_encoder_store(methdata.tmp_store); in OSSL_ENCODER_fetch()
449 methdata.tmp_store = NULL; in ossl_encoder_fetch_by_number()
451 dealloc_tmp_encoder_store(methdata.tmp_store); in ossl_encoder_fetch_by_number()
542 methdata.tmp_store = NULL; in OSSL_ENCODER_do_all_provided()
547 if (methdata.tmp_store != NULL) in OSSL_ENCODER_do_all_provided()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/encode_decode/
H A Dencoder_meth.c94 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_encoder_store() */ member
109 if (methdata->tmp_store == NULL) in get_tmp_encoder_store()
110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_encoder_store()
111 return methdata->tmp_store; in get_tmp_encoder_store()
436 methdata.tmp_store = NULL; in OSSL_ENCODER_fetch()
438 dealloc_tmp_encoder_store(methdata.tmp_store); in OSSL_ENCODER_fetch()
449 methdata.tmp_store = NULL; in ossl_encoder_fetch_by_number()
451 dealloc_tmp_encoder_store(methdata.tmp_store); in ossl_encoder_fetch_by_number()
542 methdata.tmp_store = NULL; in OSSL_ENCODER_do_all_provided()
547 if (methdata.tmp_store != NULL) in OSSL_ENCODER_do_all_provided()
[all …]

1234