HomeSort by: relevance | last modified time | path
    Searched defs:test_flush (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/contrib/pascal/
example.pas 20 {$DEFINE TEST_FLUSH}
367 {$IFDEF TEST_FLUSH}
368 procedure test_flush(compr: Pointer; var comprLen : LongInt); procedure
581 {$IFDEF TEST_FLUSH}
583 test_flush(compr, comprLen);
example.pas 20 {$DEFINE TEST_FLUSH}
367 {$IFDEF TEST_FLUSH}
368 procedure test_flush(compr: Pointer; var comprLen : LongInt); procedure
581 {$IFDEF TEST_FLUSH}
583 test_flush(compr, comprLen);
  /src/common/dist/zlib/test/
example.c 332 static void test_flush(Byte *compr, uLong *comprLen) { function in typeref:typename:void
535 test_flush(compr, &comprLen);
example.c 332 static void test_flush(Byte *compr, uLong *comprLen) { function in typeref:typename:void
535 test_flush(compr, &comprLen);

Completed in 24 milliseconds