OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:no_store
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
core_algorithm.c
19
int (*pre)(OSSL_PROVIDER *, int operation_id, int
no_store
, void *data,
21
int (*reserve_store)(int
no_store
, void *data);
22
void (*fn)(OSSL_PROVIDER *, const OSSL_ALGORITHM *, int
no_store
,
25
int (*post)(OSSL_PROVIDER *, int operation_id, int
no_store
, void *data,
34
* Which method store is appropriate is given by |
no_store
| ("permanent"
43
int cur_operation, int
no_store
, void *cbdata)
48
if (!data->reserve_store(
no_store
, data->data))
56
} else if (!data->pre(provider, cur_operation,
no_store
, data->data,
77
data->fn(provider, thismap,
no_store
, data->data);
84
} else if (!data->post(provider, cur_operation,
no_store
, data->data
116
int
no_store
= 0; \/* Assume caching is ok *\/
local
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/
core_algorithm.c
19
int (*pre)(OSSL_PROVIDER *, int operation_id, int
no_store
, void *data,
21
int (*reserve_store)(int
no_store
, void *data);
22
void (*fn)(OSSL_PROVIDER *, const OSSL_ALGORITHM *, int
no_store
,
25
int (*post)(OSSL_PROVIDER *, int operation_id, int
no_store
, void *data,
34
* Which method store is appropriate is given by |
no_store
| ("permanent"
43
int cur_operation, int
no_store
, void *cbdata)
48
if (!data->reserve_store(
no_store
, data->data))
56
} else if (!data->pre(provider, cur_operation,
no_store
, data->data,
77
data->fn(provider, thismap,
no_store
, data->data);
84
} else if (!data->post(provider, cur_operation,
no_store
, data->data
116
int
no_store
= 0; \/* Assume caching is ok *\/
local
[
all
...]
Completed in 50 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026