Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtest_io.c64 static errcode_t test_flush(io_channel channel);
78 test_flush,
136 test_flush(channel); in test_abort()
367 static errcode_t test_flush(io_channel channel) in test_flush() function
/external/zlib/
Dexample.c48 void test_flush OF((Byte *compr, uLong *comprLen));
344 void test_flush(compr, comprLen) in test_flush() function
554 test_flush(compr, &comprLen);
/external/zlib/contrib/pascal/
Dexample.pas368 procedure test_flush(compr: Pointer; var comprLen : LongInt); procedure
583 test_flush(compr, comprLen);