Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 127) sorted by path

123456

/PHP-5.5/TSRM/
H A DTSRM.c66 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
84 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
H A Dreaddir.h31 short offset; /* offset into directory */ member
H A Dtsrm_virtual_cwd.c264 unsigned int offset = 4; in php_sys_readlink() local
/PHP-5.5/Zend/
H A Dzend_alloc.c546 #define ZEND_MM_BLOCK_AT(blk, offset) ((zend_mm_block *) (((char *) (blk))+(offset))) argument
2463 static inline size_t safe_address(size_t nmemb, size_t size, size_t offset) in safe_address()
2483 static inline size_t safe_address(size_t nmemb, size_t size, size_t offset) in safe_address()
2512 static inline size_t safe_address(size_t nmemb, size_t size, size_t offset) in safe_address()
2533 static inline size_t safe_address(size_t nmemb, size_t size, size_t offset) in safe_address()
2553 static inline size_t safe_address(size_t nmemb, size_t size, size_t offset) in safe_address()
2566 static inline size_t safe_address(size_t nmemb, size_t size, size_t offset) in safe_address()
2586 ZEND_API void *_safe_malloc(size_t nmemb, size_t size, size_t offset) in _safe_malloc()
2596 ZEND_API void *_safe_realloc(void *ptr, size_t nmemb, size_t size, size_t offset) in _safe_realloc()
H A Dzend_alloc.h71 #define safe_emalloc(nmemb, size, offset) _safe_emalloc((nmemb), (size), (offset) ZEND_FILE_LINE_CC… argument
75 #define safe_erealloc(ptr, nmemb, size, offset) _safe_erealloc((ptr), (nmemb), (size), (offset) ZEN… argument
83 #define safe_emalloc_rel(nmemb, size, offset) _safe_emalloc((nmemb), (size), (offset) ZEND_FILE_LIN… argument
88 #define safe_erealloc_rel(ptr, nmemb, size, offset) _safe_erealloc((ptr), (nmemb), (size), (offset)… argument
123 #define safe_pemalloc(nmemb, size, offset, persistent) ((persistent)?_safe_malloc(nmemb, size, offs… argument
127 #define safe_perealloc(ptr, nmemb, size, offset, persistent) ((persistent)?_safe_realloc((ptr), (nm… argument
H A Dzend_compile.c1837 void zend_do_receive_arg(zend_uchar op, znode *varname, const znode *offset, const znode *initializ… in zend_do_receive_arg()
2810 static void zend_add_catch_element(int offset, zend_uint catch_op TSRMLS_DC) /* {{{ */ in zend_add_catch_element()
3234 #define REALLOC_BUF_IF_EXCEED(buf, offset, length, size) \ argument
3242 char *offset, *buf; in zend_get_function_declaration() local
5737 void zend_do_init_array(znode *result, const znode *expr, const znode *offset, zend_bool is_ref TSR… in zend_do_init_array()
5772 void zend_do_add_array_element(znode *result, const znode *expr, const znode *offset, zend_bool is_… in zend_do_add_array_element()
5800 void zend_do_add_static_array_element(znode *result, znode *offset, const znode *expr) /* {{{ */ in zend_do_add_static_array_element()
5812 Z_STRVAL(offset->u.constant)[Z_STRLEN(offset->u.constant)+1] = Z_TYPE(offset->u.constant); in zend_do_add_static_array_element() local
5813 Z_STRVAL(offset->u.constant)[Z_STRLEN(offset->u.constant)+2] = 0; in zend_do_add_static_array_element() local
H A Dzend_compile.h224 int offset; member
H A Dzend_execute.c65 #define EX_T(offset) (*EX_TMP_VAR(execute_data, offset)) argument
H A Dzend_execute.h40 zend_uint offset; member
H A Dzend_language_scanner.c483 size_t size, offset = 0; in open_file_for_scanning() local
706 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset() local
H A Dzend_language_scanner.l481 size_t size, offset = 0; in open_file_for_scanning() local
704 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset() local
H A Dzend_object_handlers.c634 zval *zend_std_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) /* {{{ */ in zend_std_read_dimension()
668 static void zend_std_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) /* {{{ */ in zend_std_write_dimension()
686 static int zend_std_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_DC) /* {{{ */ in zend_std_has_dimension()
H A Dzend_qsort.c67 uint offset; in zend_qsort_r() local
H A Dzend_stream.c240 long offset = ftell(file_handle->handle.fp); local
H A Dzend_vm_def.h1344 zval *offset; variable
1467 zval *offset; variable
3960 zval *offset; variable
4060 zval *offset; variable
4463 zval *offset; variable
H A Dzend_vm_execute.h14914 zval *offset; in zend_fetch_property_address_read_helper_SPEC_VAR_CONST() local
15037 zval *offset; in ZEND_FETCH_OBJ_IS_SPEC_VAR_CONST_HANDLER() local
15820 zval *offset; in ZEND_UNSET_DIM_SPEC_VAR_CONST_HANDLER() local
15920 zval *offset; in ZEND_UNSET_OBJ_SPEC_VAR_CONST_HANDLER() local
16049 zval *offset; in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_CONST() local
17270 zval *offset; in zend_fetch_property_address_read_helper_SPEC_VAR_TMP() local
17393 zval *offset; in ZEND_FETCH_OBJ_IS_SPEC_VAR_TMP_HANDLER() local
18004 zval *offset; in ZEND_UNSET_DIM_SPEC_VAR_TMP_HANDLER() local
18104 zval *offset; in ZEND_UNSET_OBJ_SPEC_VAR_TMP_HANDLER() local
18148 zval *offset; in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_TMP() local
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c87 static zval *com_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) in com_read_dimension()
127 static void com_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) in com_write_dimension()
H A Dcom_persist.c141 off_t offset; in stm_seek() local
H A Dcom_saproxy.c91 static zval *saproxy_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) in saproxy_read_dimension()
211 static void saproxy_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) in saproxy_write_dimension()
/PHP-5.5/ext/date/lib/
H A Dparse_date.c769 long offset = 0; in timelib_parse_zone() local
H A Dparse_tz.c477 int32_t offset = 0, leap_secs = 0; in timelib_get_time_zone_info() local
H A Dtimelib_structs.h82 int32_t offset; member
93 int32_t offset; member
156 int32_t offset; member
/PHP-5.5/ext/date/
H A Dphp_date.c1064 timelib_time_offset *offset = NULL; in date_format() local
1269 timelib_time_offset *offset = NULL; in php_idate() local
1639 timelib_time_offset *offset = NULL; in php_strftime() local
3379 timelib_time_offset *offset; in PHP_FUNCTION() local
3840 timelib_time_offset *offset; in PHP_FUNCTION() local
/PHP-5.5/ext/dba/
H A Ddba_cdb.c228 int cdb_file_lseek(php_stream *fp, off_t offset, int whence TSRMLS_DC) { in cdb_file_lseek()
233 int cdb_file_lseek(int fd, off_t offset, int whence TSRMLS_DC) { in cdb_file_lseek()
/PHP-5.5/ext/dom/
H A Dcharacterdata.c179 long offset, count; in PHP_FUNCTION() local
262 long offset; in PHP_FUNCTION() local
309 long offset, count; in PHP_FUNCTION() local
365 long offset, count; in PHP_FUNCTION() local

Completed in 284 milliseconds

123456