file_eof
static int file_eof(OSSL_STORE_LOADER_CTX *ctx);
} while (result == NULL && !file_eof(ctx));
if (file_eof(ctx))
} while (matchcount == 0 && !file_eof(ctx) && !file_error(ctx));
|| !OSSL_STORE_LOADER_set_eof(loader_attic, file_eof)
static OSSL_FUNC_store_eof_fn file_eof;
{ OSSL_FUNC_STORE_EOF, (void (*)(void))file_eof },