Home
last modified time | relevance | path

Searched defs:offset (Results 101 – 122 of 122) sorted by relevance

12345

/PHP-5.3/ext/spl/
H A Dspl_dllist.c160 static spl_ptr_llist_element *spl_ptr_llist_offset(spl_ptr_llist *llist, long offset, int backward)… in spl_ptr_llist_offset()
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c485 static inline void add_offset_pair(zval *result, char *str, int len, int offset, char *name) in add_offset_pair()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.h195 int offset; member
H A Dregcomp.c157 unset_addr_list_add(UnsetAddrList* uslist, int offset, struct _Node* node) in unset_addr_list_add()
1916 int i, offset; in unset_addr_list_fix() local
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd.h123 #define mysqlnd_result_fetch_field_data(res,offset,ret) (res)->m.fetch_field_data((res), (offset), … argument
H A Dmysqlnd_structs.h243 size_t offset; member
/PHP-5.3/Zend/
H A Dzend_vm_def.h3450 zval *offset; variable
/PHP-5.3/ext/date/lib/
H A Dparse_date.c822 long offset; in timelib_get_zone() local
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.c3119 int amt, offset, end, payloadSize; in sqliteVdbeExec() local
H A Dpager.c356 static void store32bits(u32 val, PgHdr *p, int offset){ in store32bits()
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.c264 unsigned int offset = 4; in php_sys_readlink() local
/PHP-5.3/ext/imap/
H A Dphp_imap.c3906 int offset, bufferLen = 0; in _php_imap_mail() local
4227 long charset_token, encoding_token, end_token, end, offset=0, i; in PHP_FUNCTION() local
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c1115 static int php_sqlite3_stream_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSR…
/PHP-5.3/ext/standard/
H A Dfile.c537 long offset = -1; in PHP_FUNCTION() local
H A Dfilters.c1818 off_t offset; member
/PHP-5.3/main/
H A Dphp_streams.h283 #define php_stream_seek(stream, offset, whence) _php_stream_seek((stream), (offset), (whence) TSRML… argument
/PHP-5.3/main/streams/
H A Dstreams.c1203 PHPAPI int _php_stream_seek(php_stream *stream, off_t offset, int whence TSRMLS_DC) in _php_stream_seek()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c3517 long offset = 0, whence = SEEK_CUR; local
3544 int offset = 0; local
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c863 int offset, in mbfl_strpos()
/PHP-5.3/ext/phar/
H A Dphar_object.c2046 off_t offset; local
/PHP-5.3/ext/gd/
H A Dgd.c4987 double div, offset; in PHP_FUNCTION() local
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c14311 SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ in sqlite3OsRead()
14315 SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ in sqlite3OsWrite()
14351 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock()

Completed in 694 milliseconds

12345