OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:load_ctx
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/ct/
ct_log.c
157
CTLOG_STORE_LOAD_CTX *
load_ctx
= arg;
local
171
ret = ctlog_new_from_conf(&ct_log,
load_ctx
->conf, tmp);
180
++
load_ctx
->invalid_log_entries;
184
if (!sk_CTLOG_push(
load_ctx
->log_store->logs, ct_log)) {
199
CTLOG_STORE_LOAD_CTX*
load_ctx
= ctlog_store_load_ctx_new();
local
201
if (
load_ctx
== NULL)
203
load_ctx
->log_store = store;
204
load_ctx
->conf = NCONF_new(NULL);
205
if (
load_ctx
->conf == NULL)
208
if (NCONF_load(
load_ctx
->conf, file, NULL) <= 0)
[
all
...]
/src/crypto/external/apache2/openssl/dist/crypto/ct/
ct_log.c
180
CTLOG_STORE_LOAD_CTX *
load_ctx
= arg;
local
194
ret = ctlog_new_from_conf(
load_ctx
->log_store, &ct_log,
load_ctx
->conf, tmp);
203
++
load_ctx
->invalid_log_entries;
207
if (!sk_CTLOG_push(
load_ctx
->log_store->logs, ct_log)) {
219
CTLOG_STORE_LOAD_CTX *
load_ctx
= ctlog_store_load_ctx_new();
local
221
if (
load_ctx
== NULL)
223
load_ctx
->log_store = store;
224
load_ctx
->conf = NCONF_new(NULL);
225
if (
load_ctx
->conf == NULL
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/ct/
ct_log.c
187
CTLOG_STORE_LOAD_CTX *
load_ctx
= arg;
local
201
ret = ctlog_new_from_conf(
load_ctx
->log_store, &ct_log,
load_ctx
->conf, tmp);
210
++
load_ctx
->invalid_log_entries;
214
if (!sk_CTLOG_push(
load_ctx
->log_store->logs, ct_log)) {
229
CTLOG_STORE_LOAD_CTX*
load_ctx
= ctlog_store_load_ctx_new();
local
231
if (
load_ctx
== NULL)
233
load_ctx
->log_store = store;
234
load_ctx
->conf = NCONF_new(NULL);
235
if (
load_ctx
->conf == NULL
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026