Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dcast.c37 # define PHP_FPOS_T off_t macro
39 # define PHP_FPOS_T fpos_t macro
45 PHP_FPOS_T (*seeker)(void *, PHP_FPOS_T, int);
79 static PHP_FPOS_T stream_cookie_seeker(void *cookie, off_t position, int whence) in stream_cookie_seeker()
83 return (PHP_FPOS_T)php_stream_seek((php_stream *)cookie, position, whence); in stream_cookie_seeker()

Completed in 13 milliseconds