Searched refs:load_ctx (Results 1 – 1 of 1) sorted by relevance
157 CTLOG_STORE_LOAD_CTX *load_ctx = arg; in ctlog_store_load_log() local171 ret = ctlog_new_from_conf(&ct_log, load_ctx->conf, tmp); in ctlog_store_load_log()180 ++load_ctx->invalid_log_entries; in ctlog_store_load_log()184 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) { in ctlog_store_load_log()199 CTLOG_STORE_LOAD_CTX* load_ctx = ctlog_store_load_ctx_new(); in CTLOG_STORE_load_file() local201 if (load_ctx == NULL) in CTLOG_STORE_load_file()203 load_ctx->log_store = store; in CTLOG_STORE_load_file()204 load_ctx->conf = NCONF_new(NULL); in CTLOG_STORE_load_file()205 if (load_ctx->conf == NULL) in CTLOG_STORE_load_file()208 if (NCONF_load(load_ctx->conf, file, NULL) <= 0) { in CTLOG_STORE_load_file()[all …]