Searched refs:file_eof (Results 1 – 1 of 1) sorted by relevance
1282 static int file_eof(OSSL_STORE_LOADER_CTX *ctx);1332 } while (result == NULL && !file_eof(ctx)); in file_load()1341 if (file_eof(ctx)) in file_load()1402 } while (matchcount == 0 && !file_eof(ctx) && !file_error(ctx)); in file_load()1424 static int file_eof(OSSL_STORE_LOADER_CTX *ctx) in file_eof() function1461 file_eof,