Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dcast.c35 # define PHP_FPOS_T off_t macro
37 # define PHP_FPOS_T fpos_t macro
43 PHP_FPOS_T (*seeker)(void *, PHP_FPOS_T, int);
75 static PHP_FPOS_T stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker()
78 return (PHP_FPOS_T)php_stream_seek((php_stream *)cookie, position, whence); in stream_cookie_seeker()

Completed in 8 milliseconds