Searched defs:eof (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/ext/zip/lib/ | ||
| H A D | zip_source_crc.c | 43 int eof; 90 ctx->eof = 0; 97 if (ctx->eof || len == 0) 104 ctx->eof = 1; 140 if (ctx->eof) { 42 int eof; member in struct:crc |
| H A D | zip_source_deflate.c | 45 int eof; 83 ctx->eof = 0; 123 ret = deflate(&ctx->zstr, ctx->eof ? Z_FINISH : 0); 131 || (ctx->eof && ctx->zstr.avail_in == 0)) 137 if (ctx->eof) { 149 ctx->eof = 1; 206 ctx->eof = 1; 212 if (ctx->eof) { 224 ctx->eof = 1; 297 if (ctx->eof) { 44 int eof; member in struct:deflate [all...] |
| H A D | zipint.h | 214 int eof; 210 int eof; member in struct:zip_file |
| /PHP_5_3/main/ | ||
| H A D | php_streams.h | 225 int eof; member in struct:_php_stream 425 * copy until eof(src). */ |
| /PHP_5_3/ext/mysqlnd/ | ||
| H A D | mysqlnd_wireprotocol.h | 191 zend_bool eof; member in struct:st_mysqlnd_packet_row |
Completed in 30 milliseconds