Lines Matching refs:last_handler
878 const FILE_HANDLER *last_handler; member
917 if (ctx->_.file.last_handler != NULL) { in OSSL_STORE_LOADER_CTX_free()
918 ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx); in OSSL_STORE_LOADER_CTX_free()
920 ctx->_.file.last_handler = NULL; in OSSL_STORE_LOADER_CTX_free()
1232 ctx->_.file.last_handler = matching_handlers[0]; in file_load_try_decode()
1270 if (ctx->_.file.last_handler != NULL) { in file_load_try_repeat()
1272 ctx->_.file.last_handler->try_decode(NULL, NULL, NULL, 0, in file_load_try_repeat()
1279 ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx); in file_load_try_repeat()
1281 ctx->_.file.last_handler = NULL; in file_load_try_repeat()
1644 if (ctx->_.file.last_handler != NULL in file_eof()
1645 && !ctx->_.file.last_handler->eof(ctx->_.file.last_handler_ctx)) in file_eof()