Home
last modified time | relevance | path

Searched refs:zend_ftell (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_stream.h86 # define zend_ftell _ftelli64 macro
93 # define zend_ftell ftell
/PHP-7.0/
H A DUPGRADING.INTERNALS71 zend_ftell - portable ftell equivalent
105 ftell, _ftelli64 zend_ftell for use with zend_off_t
/PHP-7.0/main/streams/
H A Dplain_wrapper.c308 stream->position = zend_ftell(file); in _php_stream_fopen_from_file()
531 *newoffset = zend_ftell(data->file); in php_stdiop_seek()
/PHP-7.0/sapi/cli/
H A Dphp_cli.c639 zend_long pos = zend_ftell(file_handle->handle.fp); in cli_seek_file_begin()
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c2399 zend_long pos = zend_ftell(file_handle.handle.fp);

Completed in 26 milliseconds