Searched refs:PHP_FPOS_T (Results 1 – 1 of 1) sorted by relevance
35 # define PHP_FPOS_T off_t macro37 # define PHP_FPOS_T fpos_t macro43 PHP_FPOS_T (*seeker)(void *, PHP_FPOS_T, int);82 static PHP_FPOS_T stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker()85 return (PHP_FPOS_T)php_stream_seek((php_stream *)cookie, position, whence); in stream_cookie_seeker()
Completed in 5 milliseconds