Home
last modified time | relevance | path

Searched refs:php_stream_rewind (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/dba/libflatfile/
H A Dflatfile.c114 php_stream_rewind(dba->fp); in flatfile_delete()
166 php_stream_rewind(dba->fp); in flatfile_findkey()
207 php_stream_rewind(dba->fp); in flatfile_firstkey()
/PHP-5.5/ext/phar/
H A Dphar.c1621 php_stream_rewind(fp);
1653 php_stream_rewind(fp);
1672 php_stream_rewind(fp);
1691 php_stream_rewind(fp);
1706 php_stream_rewind(fp);
2622 php_stream_rewind(oldfile);
2916 php_stream_rewind(entry->cfp);
3103 php_stream_rewind(file);
3170 php_stream_rewind(newfile);
3246 php_stream_rewind(newfile);
[all …]
H A Dzip.c923 php_stream_rewind(entry->cfp); in phar_zip_changed_apply()
1356 php_stream_rewind(oldfile); in phar_zip_flush()
1505 php_stream_rewind(pass.filefp); in phar_zip_flush()
H A Dtar.c1119 php_stream_rewind(oldfile); in phar_tar_flush()
1283 php_stream_rewind(newfile); in phar_tar_flush()
H A Dutil.c1431 php_stream_rewind(fp); in phar_call_openssl_signverify()
1533 php_stream_rewind(fp);
1811 php_stream_rewind(fp);
H A Dphar_object.c3967 php_stream_rewind(fp); in PHP_METHOD()
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c231 php_stream_rewind(c->fp); in cdb_make_finish()
/PHP-5.5/main/
H A Dphp_streams.h287 #define php_stream_rewind(stream) _php_stream_seek((stream), 0L, SEEK_SET TSRMLS_CC) macro
352 #define php_stream_rewinddir(dirstream) php_stream_rewind((dirstream))
/PHP-5.5/ext/standard/
H A Dimage.c948 if (php_stream_rewind(stream)) { in php_get_wbmp()
1025 if (php_stream_rewind(stream)) { in php_get_xbm()
H A Dfile.c1244 if (-1 == php_stream_rewind(stream)) { in PHP_FUNCTION()
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c256 php_stream_rewind(dba->fp); in inifile_fetch()
/PHP-5.5/ext/ftp/
H A Dftp.c1673 php_stream_rewind(tmpstream); in ftp_genlist()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c2432 php_stream_rewind((php_stream*)file_handle.handle.stream.handle);
/PHP-5.5/ext/spl/
H A Dspl_directory.c2270 if (-1 == php_stream_rewind(intern->u.file.stream)) { in spl_filesystem_file_rewind()

Completed in 89 milliseconds