Home
last modified time | relevance | path

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

12345

/PHP-5.3/Zend/
H A Dzend_execute.c63 #define EX_T(offset) (*(temp_variable *)((char *) EX(Ts) + offset)) argument
64 #define T(offset) (*(temp_variable *)((char *) Ts + offset)) argument
/PHP-5.3/ext/date/
H A Dphp_date.c1039 timelib_time_offset *offset = NULL; in date_format() local
1240 timelib_time_offset *offset = NULL; in php_idate() local
1613 timelib_time_offset *offset = NULL; in php_strftime() local
3056 timelib_time_offset *offset; in PHP_FUNCTION() local
3372 timelib_time_offset *offset; in PHP_FUNCTION() local
/PHP-5.3/ext/phar/
H A Dzip.c782 off_t offset; in phar_zip_changed_apply() local
H A Dphar_internal.h270 long offset; member
353 long offset; member
H A Dpharzip.h168 char offset[4]; /* relative offset of local header 4 bytes */ member
H A Dphar.c669 long offset; local
2579 long offset; local
H A Dfunc_interceptors.c102 long offset = -1; in PHAR_FUNC() local
H A Dutil.c124 int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_link… in phar_seek_efp()
/PHP-5.3/ext/gd/libgd/
H A Dgd_gif_out.c67 int offset; member
H A Dgd.h199 int offset; member
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c405 #define STATE_CHECK_BUFF_INIT(msa, str_len, offset, state_num) do { \ argument
436 #define STATE_CHECK_BUFF_INIT(msa, str_len, offset, state_num) argument
3272 int offset = at - str; in onig_match() local
3720 int offset = (MIN(start, range) - str); in onig_search() local
/PHP-5.3/ext/com_dotnet/
H A Dcom_persist.c142 off_t offset; in stm_seek() local
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c690 long offset, int do_bind TSRMLS_DC) /* {{{ */ in do_fetch_common()
854 …enum pdo_fetch_type how, enum pdo_fetch_orientation ori, long offset, zval *return_all TSRMLS_DC) … in do_fetch()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c2231 long offset; local
2403 long offset; local
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.c18 int offset; /* The OFFSET. 0 if there is none */ member
H A Dbtree.c1176 static int getPayload(BtCursor *pCur, int offset, int amt, char *zBuf){ in getPayload()
1242 static int fileBtreeKey(BtCursor *pCur, int offset, int amt, char *zBuf){ in fileBtreeKey()
1287 static int fileBtreeData(BtCursor *pCur, int offset, int amt, char *zBuf){ in fileBtreeData()
H A Dos.c1079 int sqliteOsSeek(OsFile *id, off_t offset){
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c147 match_ref(int offset, register PCRE_PUCHAR eptr, int length, match_data *md, in match_ref()
580 #define offset frame->Xoffset in match() macro
/PHP-5.3/sapi/isapi/stresstest/
H A Dstresstest.cpp160 unsigned int offset=0, readbytes; in CompareStringWithFile() local
/PHP-5.3/ext/standard/
H A Darray.c1835 PHPAPI HashTable* php_splice(HashTable *in_hash, int offset, int length, zval ***list, int list_cou… in php_splice()
2080 offset, in PHP_FUNCTION() local
2157 long offset, /* Offset to get elements from */ in PHP_FUNCTION() local
/PHP-5.3/ext/exif/
H A Dexif.c992 int offset; member
1045 static unsigned char* exif_char_dump(unsigned char * addr, int len, int offset) in exif_char_dump()
1506 size_t offset; member
2557 static void exif_thumbnail_extract(image_info_type *ImageInfo, char *offset, size_t length TSRMLS_D… in exif_thumbnail_extract()
/PHP-5.3/main/
H A Drfc1867.c867 off_t offset; local
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c150 static int pgsql_lob_seek(php_stream *stream, off_t offset, int whence, in pgsql_lob_seek()
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c1915 long offset; in PHP_FUNCTION() local
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c183 zend_uint offset; member
654 static zend_op* _get_recv_op(zend_op_array *op_array, zend_uint offset) in _get_recv_op()
673 …(string *str, zend_function *fptr, struct _zend_arg_info *arg_info, zend_uint offset, zend_uint re… in _parameter_string()
1188 …ction *fptr, zval *closure_object, struct _zend_arg_info *arg_info, zend_uint offset, zend_uint re… in reflection_parameter_factory()

Completed in 184 milliseconds

12345