Home
last modified time | relevance | path

Searched refs:off_t (Results 51 – 55 of 55) sorted by relevance

123

/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c421 off_t position; in PHP_FUNCTION()
H A Dfilters.c1857 off_t offset;
/PHP-5.5/ext/phar/
H A Dtar.c276 off_t curloc; in phar_parse_tarfile()
H A Dphar_object.c177 off_t position; in phar_file_action()
233 if (position == (off_t) info->uncompressed_filesize) { in phar_file_action()
1977 off_t offset; in phar_copy_file_contents()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c25829 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
25842 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
25849 #define osPread64 ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[10].pCurrent)
25859 #define osPwrite ((ssize_t(*)(int,const void*,size_t,off_t))\
25867 #define osPwrite64 ((ssize_t(*)(int,const void*,size_t,off_t))\
25878 #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent)
25897 #define osMmap ((void*(*)(void*,size_t,int,int,int,off_t))aSyscall[21].pCurrent)
27243 off_t divSize = SHARED_SIZE - 1;

Completed in 330 milliseconds

123