Searched refs:last_handler (Results 1 – 1 of 1) sorted by relevance
880 const FILE_HANDLER *last_handler; member919 if (ctx->_.file.last_handler != NULL) { in OSSL_STORE_LOADER_CTX_free()920 ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx); in OSSL_STORE_LOADER_CTX_free()922 ctx->_.file.last_handler = NULL; in OSSL_STORE_LOADER_CTX_free()1227 ctx->_.file.last_handler = matching_handlers[0]; in file_load_try_decode()1265 if (ctx->_.file.last_handler != NULL) { in file_load_try_repeat()1266 result = ctx->_.file.last_handler->try_decode(NULL, NULL, NULL, 0, in file_load_try_repeat()1273 ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx); in file_load_try_repeat()1275 ctx->_.file.last_handler = NULL; in file_load_try_repeat()1646 if (ctx->_.file.last_handler != NULL in file_eof()[all …]