Searched refs:load_ctx (Results 1 – 1 of 1) sorted by relevance
187 CTLOG_STORE_LOAD_CTX *load_ctx = arg; in ctlog_store_load_log() local201 ret = ctlog_new_from_conf(load_ctx->log_store, &ct_log, load_ctx->conf, tmp); in ctlog_store_load_log()210 ++load_ctx->invalid_log_entries; in ctlog_store_load_log()231 if (load_ctx == NULL) in CTLOG_STORE_load_file()233 load_ctx->log_store = store; in CTLOG_STORE_load_file()234 load_ctx->conf = NCONF_new(NULL); in CTLOG_STORE_load_file()235 if (load_ctx->conf == NULL) in CTLOG_STORE_load_file()238 if (NCONF_load(load_ctx->conf, file, NULL) <= 0) { in CTLOG_STORE_load_file()250 load_ctx->invalid_log_entries > 0) { in CTLOG_STORE_load_file()257 NCONF_free(load_ctx->conf); in CTLOG_STORE_load_file()[all …]