Home
last modified time | relevance | path

Searched defs:offset (Results 26 – 50 of 127) sorted by relevance

123456

/PHP-5.5/TSRM/
H A Dreaddir.h31 short offset; /* offset into directory */ member
H A DTSRM.c66 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
84 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c384 ub4 amt, offset = 1; in oci_stmt_param_hook() local
611 ub4 offset; member
677 static int oci_blob_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) in oci_blob_seek()
/PHP-5.5/win32/
H A Dreaddir.h35 short offset; /* offset into directory */ member
/PHP-5.5/netware/
H A Dstart.c44 int (*readRoutineP)( int conn, void *fileHandle, size_t offset, in _NonAppStart()
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c372 static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) /… in spl_fixedarray_object_read_dimension()
405 …xedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval *offset, zval *value TS… in spl_fixedarray_object_write_dimension_helper()
434 static void spl_fixedarray_object_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC… in spl_fixedarray_object_write_dimension()
497 …fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset, int check_empt… in spl_fixedarray_object_has_dimension_helper()
528 static int spl_fixedarray_object_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_D… in spl_fixedarray_object_has_dimension()
H A Dspl.php488 function offsetSet($offset, $value);
493 function offsetGet($offset);
497 function offsetUnset($offset);
502 function offsetExists($offset);
H A Dspl_array.c302 static zval **spl_array_get_dimension_ptr_ptr(int check_inherited, zval *object, zval *offset, int … in spl_array_get_dimension_ptr_ptr()
376 static zval *spl_array_read_dimension_ex(int check_inherited, zval *object, zval *offset, int type … in spl_array_read_dimension_ex()
426 static zval *spl_array_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) /* {{{ */ in spl_array_read_dimension()
431 static void spl_array_write_dimension_ex(int check_inherited, zval *object, zval *offset, zval *val… in spl_array_write_dimension_ex()
500 static void spl_array_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) /* {{{ */ in spl_array_write_dimension()
592 static int spl_array_has_dimension_ex(int check_inherited, zval *object, zval *offset, int check_em… in spl_array_has_dimension_ex()
657 static int spl_array_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_DC) /* {{{ */ in spl_array_has_dimension()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c548 unsigned int offset = *p - *buf; in mysqlnd_stmt_execute_store_params() local
631 unsigned int offset = *p - *buf; in mysqlnd_stmt_execute_store_params() local
769 unsigned int offset = *p - *buf; in mysqlnd_stmt_execute_store_params() local
/PHP-5.5/Zend/
H A Dzend_qsort.c67 uint offset; in zend_qsort_r() local
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 …]
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_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
/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 Dtext.c153 long offset; in PHP_FUNCTION() local
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c57 static int php_gziop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) in php_gziop_seek()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4023 int offset; in adjust_recurse() local
5715 int offset = GET(cd->hwm, -LINK_SIZE); in compile_branch() local
6052 int offset; in compile_branch() local
6189 int offset; in compile_branch() local
6226 int offset = (int)(code - bralink + 1); in compile_branch() local
6891 int offset = i++; in compile_branch() local
9463 int offset, recno; in pcre_compile2() local
/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_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/shmop/
H A Dshmop.c318 long shmid, offset; in PHP_FUNCTION() local
/PHP-5.5/main/
H A Drfc1867.h54 off_t offset; member
/PHP-5.5/main/streams/
H A Dmemory.c134 static int php_stream_memory_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRM… in php_stream_memory_seek()
450 static int php_stream_temp_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS… in php_stream_temp_seek()
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h82 int32_t offset; member
93 int32_t offset; member
156 int32_t offset; member
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c182 static void apache_request_read_string_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_read_string_slot()
207 static void apache_request_string_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_string_slot()
238 static void apache_request_read_int_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_read_int_slot()
258 static void apache_request_int_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_int_slot()

Completed in 262 milliseconds

123456