Home
last modified time | relevance | path

Searched refs:whence (Results 51 – 63 of 63) sorted by relevance

123

/PHP-7.4/ext/phar/
H A Dphar_internal.h549 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f…
H A Dphar.c800 zend_off_t whence; in phar_parse_pharfile() local
816 whence = signature_len + 4; in phar_parse_pharfile()
817 whence = -whence; in phar_parse_pharfile()
819 if (-1 == php_stream_seek(fp, whence, SEEK_CUR) in phar_parse_pharfile()
H A Dutil.c116 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f… in phar_seek_efp() argument
139 switch (whence) { in phar_seek_efp()
/PHP-7.4/ext/standard/
H A Dfile.c1290 zend_long offset, whence = SEEK_SET; in PHP_FUNCTION() local
1297 Z_PARAM_LONG(whence) in PHP_FUNCTION()
1302 RETURN_LONG(php_stream_seek(stream, offset, (int) whence)); in PHP_FUNCTION()
H A Dbasic_functions.c1130 ZEND_ARG_INFO(0, whence)
/PHP-7.4/ext/pgsql/
H A Dpgsql.c369 ZEND_ARG_INFO(0, whence)
3817 zend_long result, offset = 0, whence = SEEK_CUR; local
3821 if (zend_parse_parameters(argc, "rl|l", &pgsql_id, &offset, &whence) == FAILURE) {
3824 if (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END) {
3835 result = lo_lseek64((PGconn *)pgsql->conn, pgsql->lofd, offset, (int)whence);
3837 result = lo_lseek((PGconn *)pgsql->conn, pgsql->lofd, (int)offset, (int)whence);
3840 result = lo_lseek((PGconn *)pgsql->conn, pgsql->lofd, offset, whence);
/PHP-7.4/ext/spl/
H A Dspl_directory.c2803 zend_long pos, whence = SEEK_SET; in SPL_METHOD() local
2805 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|l", &pos, &whence) == FAILURE) { in SPL_METHOD()
2815 RETURN_LONG(php_stream_seek(intern->u.file.stream, pos, (int)whence)); in SPL_METHOD()
3063 ZEND_ARG_INFO(0, whence)
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c705 static int oci_blob_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) in oci_blob_seek() argument
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1194 static int php_sqlite3_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *n… in php_sqlite3_stream_seek() argument
1198 switch(whence) { in php_sqlite3_stream_seek()
/PHP-7.4/ext/oci8/tests/
H A Dreflection1.phpt563 Parameter #2 [ <optional> $whence ]
/PHP-7.4/ext/zlib/
H A Dzlib.c1337 ZEND_ARG_INFO(0, whence)
/PHP-7.4/ext/oci8/
H A Doci8.c191 ZEND_ARG_INFO(0, whence)
549 ZEND_ARG_INFO(0, whence)
/PHP-7.4/build/
H A Dphp.m41476 int seeker(void *cookie, off64_t *position, int whence)

Completed in 110 milliseconds

123