Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 76 – 100 of 109) sorted by relevance

12345

/PHP-5.3/ext/com_dotnet/
H A Dcom_persist.c148 case STREAM_SEEK_SET: whence = SEEK_SET; break; in stm_seek()
/PHP-5.3/main/streams/
H A Dstreams.c1054 stream->ops->seek(stream, stream->position, SEEK_SET, &stream->position TSRMLS_CC); in _php_stream_write_buffer()
1221 case SEEK_SET: in _php_stream_seek()
1244 whence = SEEK_SET; in _php_stream_seek()
/PHP-5.3/ext/standard/
H A Dstreamsfuncs.c436 seek_res = php_stream_seek(stream, desiredpos, SEEK_SET); in PHP_FUNCTION()
477 if (pos > 0 && php_stream_seek(src, pos, SEEK_SET) < 0) { in PHP_FUNCTION()
H A Dfile.c191 REGISTER_LONG_CONSTANT("SEEK_SET", SEEK_SET, CONST_CS | CONST_PERSISTENT); in PHP_INI_END()
565 if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) { in PHP_FUNCTION()
1373 long arg2, whence = SEEK_SET; in PHP_FUNCTION()
H A Dimage.c215 if (php_stream_seek(stream, 8, SEEK_SET)) in php_handle_swc()
H A Dfilters.c1846 php_stream_seek(stream, data->offset + data->consumed, SEEK_SET); in consumed_filter_filter()
/PHP-5.3/main/
H A Dphp_streams.h282 #define php_stream_rewind(stream) _php_stream_seek((stream), 0L, SEEK_SET TSRMLS_CC)
/PHP-5.3/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt72 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation16.phpt72 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation8.phpt79 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation9.phpt78 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation17.phpt72 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation19.phpt73 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation2.phpt76 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation24.phpt76 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation7.phpt75 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation11.phpt77 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation12.phpt74 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation3.phpt76 fseek($file_handle, 0, SEEK_SET);
/PHP-5.3/ext/phar/
H A Dphar_object.c225 phar_seek_efp(info, 0, SEEK_SET, 0, 1 TSRMLS_CC); in phar_file_action()
2062 phar_seek_efp(entry, 0, SEEK_SET, 0, 1 TSRMLS_CC);
4019 php_stream_seek(fp, stub->offset_abs, SEEK_SET);
4300 if (FAILURE == phar_seek_efp(entry, 0, SEEK_SET, 0, 0 TSRMLS_CC)) {
4925 phar_seek_efp(link, 0, SEEK_SET, 0, 0 TSRMLS_CC);
H A Dfunc_interceptors.c198 if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) { in PHAR_FUNC()
/PHP-5.3/sapi/cli/
H A Dphp_cli.c622 fseek(file_handle->handle.fp, pos - 1, SEEK_SET); in cli_seek_file_begin()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf.c311 if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (off_t)-1) in cdf_read()
H A Dapprentice.c2359 if (php_stream_seek(stream,(off_t)sizeof(struct magic), SEEK_SET) != sizeof(struct magic)) {
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c2124 fseek(file_handle.handle.fp, pos - 1, SEEK_SET);

Completed in 174 milliseconds

12345