Searched refs:file_eof (Results 1 – 2 of 2) sorted by relevance
50 static OSSL_FUNC_store_eof_fn file_eof; variable717 static int file_eof(void *loaderctx) in file_eof() function782 { OSSL_FUNC_STORE_EOF, (void (*)(void))file_eof },
1495 static int file_eof(OSSL_STORE_LOADER_CTX *ctx);1540 } while (result == NULL && !file_eof(ctx)); in file_load()1549 if (file_eof(ctx)) in file_load()1615 } while (matchcount == 0 && !file_eof(ctx) && !file_error(ctx)); in file_load()1639 static int file_eof(OSSL_STORE_LOADER_CTX *ctx) in file_eof() function1723 || !OSSL_STORE_LOADER_set_eof(loader_attic, file_eof) in bind_loader_attic()
Completed in 12 milliseconds