Searched defs:SEEK_SET (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_io_file.c | 17 SEEK_SET is defined to be zero by the standard. */ 19 #ifndef SEEK_SET 20 #define SEEK_SET 0 macro 21 #endif /* SEEK_SET */ 119 return (fseek (fctx->f, pos, SEEK_SET) == 0);
|
| /PHP_TRUNK/ext/phar/ |
| H A D | phar.c | 682 if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) { 713 if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) { 2422 php_stream_seek(phar_get_entrypfp(idata->internal_file TSRMLS_CC), entry->header_offset, SEEK_SET); local 2436 entry->compressed_filesize, SEEK_SET); 2468 php_stream_seek(fp, idata->zero, SEEK_SET); 2474 php_stream_seek(fp, idata->zero, SEEK_SET); 2827 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1 TSRMLS_CC)) { 2882 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0 TSRMLS_CC)) { 3077 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0 TSRMLS_CC)) { 3271 if (-1 == php_stream_seek(phar->fp, phar->halt_offset, SEEK_SET)) { [all...] |
| H A D | util.c | 154 case SEEK_SET: 169 return php_stream_seek(fp, temp, SEEK_SET); 896 phar_seek_efp(source, 0, SEEK_SET, 0, 1 TSRMLS_CC); 1002 php_stream_seek(phar_get_entrypfp(entry TSRMLS_CC), phar_get_fp_offset(entry TSRMLS_CC), SEEK_SET); local 1140 phar_seek_efp(entry, 0, SEEK_SET, 0, 1 TSRMLS_CC); 1180 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1 TSRMLS_CC)) { 1891 php_stream_seek(fp, 0, SEEK_SET);
|
Completed in 10 milliseconds