Home
last modified time | relevance | path

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

12345

/PHP-5.3/Zend/
H A Dzend_alloc.c541 #define ZEND_MM_BLOCK_AT(blk, offset) ((zend_mm_block *) (((char *) (blk))+(offset))) argument
2384 static inline size_t safe_address(size_t nmemb, size_t size, size_t offset) in safe_address()
2404 static inline size_t safe_address(size_t nmemb, size_t size, size_t offset) in safe_address()
2424 static inline size_t safe_address(size_t nmemb, size_t size, size_t offset) in safe_address()
2437 static inline size_t safe_address(size_t nmemb, size_t size, size_t offset) in safe_address()
2457 ZEND_API void *_safe_malloc(size_t nmemb, size_t size, size_t offset) in _safe_malloc()
2467 ZEND_API void *_safe_realloc(void *ptr, size_t nmemb, size_t size, size_t offset) in _safe_realloc()
H A Dzend_compile.c1473 void zend_do_receive_arg(zend_uchar op, const znode *var, const znode *offset, const znode *initial… in zend_do_receive_arg()
2283 static void zend_add_catch_element(int offset, zend_uint catch_op TSRMLS_DC) /* {{{ */ in zend_add_catch_element()
4043 void zend_do_init_array(znode *result, const znode *expr, const znode *offset, zend_bool is_ref TSR… in zend_do_init_array()
4066 void zend_do_add_array_element(znode *result, const znode *expr, const znode *offset, zend_bool is_… in zend_do_add_array_element()
4082 void zend_do_add_static_array_element(znode *result, znode *offset, const znode *expr) /* {{{ */ in zend_do_add_static_array_element()
4094 Z_STRVAL(offset->u.constant)[Z_STRLEN(offset->u.constant)+1] = Z_TYPE(offset->u.constant); in zend_do_add_static_array_element() local
4095 Z_STRVAL(offset->u.constant)[Z_STRLEN(offset->u.constant)+2] = 0; in zend_do_add_static_array_element() local
H A Dzend_execute.h42 zend_uint offset; member
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.y43 int offset; /* The OFFSET. 0 if there is none */ member
H A Dbtree.h131 #define sqliteBtreeKey(pCur, offset, amt, zBuf)\ argument
136 #define sqliteBtreeData(pCur, offset, amt, zBuf)\ argument
H A Dbtree_rb.c1175 static int memRbtreeKey(RbtCursor* pCur, int offset, int amt, char *zBuf) in memRbtreeKey()
1197 static int memRbtreeData(RbtCursor *pCur, int offset, int amt, char *zBuf) in memRbtreeData()
/PHP-5.3/ext/zip/lib/
H A Dzipint.h234 unsigned int offset; /* (c) offset of local header */ member
244 unsigned int offset; /* offset of central directory in file */ member
H A Dzip_close.c513 off_t offset; in write_cdir() local
/PHP-5.3/ext/iconv/
H A Diconv.c658 const char *str, size_t nbytes, int offset, int len, const char *enc) in _php_iconv_substr()
806 int offset, const char *enc) in _php_iconv_strpos()
1929 long offset, length = 0; in PHP_FUNCTION() local
1971 long offset = 0; in PHP_FUNCTION() local
/PHP-5.3/ext/mssql/
H A Dphp_mssql.c928 static void php_mssql_get_column_content_with_type(mssql_link *mssql_ptr,int offset,zval *result, i…
1055 static void php_mssql_get_column_content_without_type(mssql_link *mssql_ptr,int offset,zval *result…
1620 long offset; local
/PHP-5.3/ext/gd/libgd/
H A Dgd_gd2.c44 int offset; member
200 static int _gd2ReadChunk (int offset, char *compBuf, int compSize, char *chunkBuf, uLongf * chunkLe… in _gd2ReadChunk()
H A Dgd_filter.c230 int gdImageConvolution(gdImagePtr src, float filter[3][3], float filter_div, float offset) in gdImageConvolution()
/PHP-5.3/sapi/tux/
H A Dphp_tux.c316 int offset; in tux_request_ctor() local
/PHP-5.3/ext/fileinfo/libmagic/
H A Dfile.h270 uint32_t offset; /* offset to magic number */ member
367 uint32_t offset; member
379 size_t offset; /* starting offset in source: XXX - should this be off_t? */ member
/PHP-5.3/ext/date/lib/
H A Dparse_tz.c410 int32_t offset = 0, leap_secs = 0; in timelib_get_time_zone_info() local
/PHP-5.3/ext/phar/
H A Ddirstream.c61 static int phar_dir_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) … in phar_dir_seek()
H A Dstream.c390 static int phar_stream_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_D… in phar_stream_seek()
/PHP-5.3/ext/oci8/
H A Doci8_interface.c193 long offset = 0; in PHP_FUNCTION() local
441 long offset, whence = PHP_OCI_SEEK_SET; local
649 long offset = -1, length = -1; local
/PHP-5.3/ext/spl/
H A Dspl_iterators.h136 long offset; member
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.h91 intptr_t offset; member
/PHP-5.3/ext/mbstring/
H A Dmbstring.c2057 long offset; in PHP_FUNCTION() local
2125 long offset = 0, str_flg; in PHP_FUNCTION() local
2219 long offset; in PHP_FUNCTION() local
2248 long offset; in PHP_FUNCTION() local
4653 …old_haystack_len, const char *old_needle, unsigned int old_needle_len, long offset, const char *fr… in php_mb_stripos()
/PHP-5.3/main/streams/
H A Duserspace.c771 static int php_userstreamop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRML… in php_userstreamop_seek()
1449 static int php_userstreamop_rewinddir(php_stream *stream, off_t offset, int whence, off_t *newoffs … in php_userstreamop_rewinddir()
/PHP-5.3/ext/standard/
H A Dstring.c1733 long offset = 0; local
1782 long offset = 0; local
1845 long offset = 0; local
1918 long offset = 0; local
4836 long offset = 0, length = 0; local
5270 long offset, len=0; local
/PHP-5.3/ext/mysqli/
H A Dmysqli_api.c655 long offset; in PHP_FUNCTION() local
1132 long offset; local
1998 long offset; local
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c143 static xmlNodePtr sxe_get_element_by_offset(php_sxe_object *sxe, long offset, xmlNodePtr node, long… in sxe_get_element_by_offset()
400 static zval * sxe_dimension_read(zval *object, zval *offset, int type TSRMLS_DC) in sxe_dimension_read()
691 static void sxe_dimension_write(zval *object, zval *offset, zval *value TSRMLS_DC) in sxe_dimension_write()

Completed in 154 milliseconds

12345