Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 51 – 75 of 109) sorted by relevance

12345

/PHP-5.3/ext/standard/tests/file/
H A Dinclude_streams.phpt70 case SEEK_SET:
H A Dinclude_userstream_002.phpt59 case SEEK_SET:
H A Dfseek_variation1.phpt19 $whence = SEEK_SET;
H A Dinclude_userstream_003.phpt59 case SEEK_SET:
H A Dfwrite_variation2-win32.phpt64 fseek($file_handle, SEEK_SET, 1024/2 );
H A Dfwrite_variation2.phpt64 fseek($file_handle, SEEK_SET, 1024/2 );
H A Dfgets_variation4-win32.phpt45 var_dump( fseek($file_handle, 5, SEEK_SET) );
52 var_dump( fseek($file_handle, 25, SEEK_SET) );
H A Dfgets_variation4.phpt45 var_dump( fseek($file_handle, 5, SEEK_SET) );
52 var_dump( fseek($file_handle, 25, SEEK_SET) );
H A Dfwrite_variation3-win32.phpt63 fseek($file_handle, SEEK_SET, (1024 + 400)/2 );
H A Dfwrite_variation3.phpt64 fseek($file_handle, SEEK_SET, (1024 + 400)/2 );
/PHP-5.3/ext/spl/internal/
H A Dsplfileobject.inc142 * @param whence seek method (SEEK_SET, SEEK_CUR, SEEK_END)
146 function fseek($pos, $whence = SEEK_SET)
/PHP-5.3/ext/fileinfo/
H A Dfileinfo.c494 php_stream_seek(stream, 0, SEEK_SET);
498 php_stream_seek(stream, streampos, SEEK_SET);
/PHP-5.3/ext/zip/lib/
H A Dzip_open.c249 fseeko(fp, cd->offset, SEEK_SET); in _zip_readcdir()
329 if (fseeko(fp, cd->entry[i].offset, SEEK_SET) != 0) { in _zip_checkcons()
/PHP-5.3/ext/standard/tests/http/
H A Dbug38802.phpt34 fseek($output, 0, SEEK_SET);
/PHP-5.3/ext/dba/libcdb/
H A Dcdb_make.c67 if (php_stream_seek(f, c->pos, SEEK_SET) == -1) { in cdb_make_start()
/PHP-5.3/ext/curl/
H A Dstreams.c77 php_stream_seek(curlstream->readbuffer.buf, curlstream->readbuffer.writepos, SEEK_SET); in on_data_available()
198 php_stream_seek(curlstream->readbuffer.buf, curlstream->readbuffer.readpos, SEEK_SET); in php_curl_stream_read()
/PHP-5.3/ext/dba/
H A Ddba_cdb.c241 if (cdb_file_lseek(cdb->file, (off_t)n, SEEK_SET TSRMLS_CC) != (off_t) n) return NULL; \
/PHP-5.3/ext/phar/
H A Dstream.c377 php_stream_seek(data->fp, data->position + data->zero, SEEK_SET); in phar_stream_read()
410 case SEEK_SET : in phar_stream_seek()
424 res = php_stream_seek(data->fp, temp, SEEK_SET); in phar_stream_seek()
438 php_stream_seek(data->fp, data->position, SEEK_SET); in phar_stream_write()
H A Dphar.c682 if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) {
713 if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) {
2428 …php_stream_seek(phar_get_entrypfp(idata->internal_file TSRMLS_CC), entry->header_offset, SEEK_SET);
2442 entry->compressed_filesize, SEEK_SET);
2474 php_stream_seek(fp, idata->zero, SEEK_SET);
2480 php_stream_seek(fp, idata->zero, SEEK_SET);
2833 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1 TSRMLS_CC)) {
2888 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0 TSRMLS_CC)) {
3083 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0 TSRMLS_CC)) {
3277 if (-1 == php_stream_seek(phar->fp, phar->halt_offset, SEEK_SET)) {
H A Dutil.c154 case SEEK_SET: in phar_seek_efp()
170 return php_stream_seek(fp, temp, SEEK_SET); in phar_seek_efp()
897 phar_seek_efp(source, 0, SEEK_SET, 0, 1 TSRMLS_CC); in phar_copy_entry_fp()
1003 php_stream_seek(phar_get_entrypfp(entry TSRMLS_CC), phar_get_fp_offset(entry TSRMLS_CC), SEEK_SET); in phar_open_entry_fp()
1141 phar_seek_efp(entry, 0, SEEK_SET, 0, 1 TSRMLS_CC); in phar_separate_entry_fp()
1181 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1 TSRMLS_CC)) { in phar_open_jit()
1892 php_stream_seek(fp, 0, SEEK_SET);
H A Ddirstream.c70 whence = SEEK_SET; in phar_dir_seek()
74 if (whence == SEEK_SET) { in phar_dir_seek()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dos.c1082 lseek(id->fd, offset, SEEK_SET);
1335 lock.l_whence = SEEK_SET;
1446 lock.l_whence = SEEK_SET;
1561 lock.l_whence = SEEK_SET;
/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.c103 lock.l_whence = SEEK_SET; \
119 lock.l_whence = SEEK_SET; \
/PHP-5.3/ext/exif/
H A Dexif.c2913 php_stream_seek(ImageInfo->infile, offset_val, SEEK_SET); in exif_process_IFD_TAG()
2921 php_stream_seek(ImageInfo->infile, fpos, SEEK_SET); in exif_process_IFD_TAG()
3568 …php_stream_seek(ImageInfo->infile, dir_offset, SEEK_SET); /* we do not know the order of sections … in exif_process_IFD_in_TIFF()
3719 php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET); in exif_process_IFD_in_TIFF()
3753 php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET); in exif_process_IFD_in_TIFF()
3790 php_stream_seek(ImageInfo->infile, 0, SEEK_SET); in exif_scan_FILE_header()
3915 php_stream_seek(ImageInfo->infile, 0, SEEK_SET); in exif_read_file()
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c97 lock.l_whence = SEEK_SET; \
113 lock.l_whence = SEEK_SET; \

Completed in 153 milliseconds

12345