Home
last modified time | relevance | path

Searched refs:file_eof (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/crypto/store/
Dloader_file.c1282 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() function
1461 file_eof,