Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/programs/
H A Dfileio_asyncio.c569 if(AIO_ReadPool_getFile(ctx)) in AIO_ReadPool_free()
646 FILE* AIO_ReadPool_getFile(const ReadPoolCtx_t* ctx) { in AIO_ReadPool_getFile() function
653 FILE* const file = AIO_ReadPool_getFile(ctx); in AIO_ReadPool_closeFile()
H A Dfileio_asyncio.h193 FILE* AIO_ReadPool_getFile(const ReadPoolCtx_t *ctx);
H A Dfileio.c1844 assert(AIO_ReadPool_getFile(ress.readCtx) != NULL); in FIO_compressFilename_dstFile()