Home
last modified time | relevance | path

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

12345

/PHP-5.3/Zend/
H A Dzend_qsort.c66 uint offset; in zend_qsort() local
H A Dzend_language_scanner.l252 size_t size, offset = 0; in open_file_for_scanning() local
467 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset() local
624 size_t original_offset, offset, free_flag, new_len, length; in BEGIN_EXTERN_C() local
H A Dzend_language_scanner.c254 size_t size, offset = 0; in open_file_for_scanning() local
469 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset() local
626 size_t original_offset, offset, free_flag, new_len, length; in BEGIN_EXTERN_C() local
H A Dzend_stream.c240 long offset = ftell(file_handle->handle.fp); local
H A Dzend_vm_execute.h10771 zval *offset; in ZEND_UNSET_DIM_SPEC_VAR_CONST_HANDLER() local
12525 zval *offset; in ZEND_UNSET_DIM_SPEC_VAR_TMP_HANDLER() local
14330 zval *offset; in ZEND_UNSET_DIM_SPEC_VAR_VAR_HANDLER() local
16724 zval *offset; in ZEND_UNSET_DIM_SPEC_VAR_CV_HANDLER() local
17921 zval *offset; in ZEND_UNSET_DIM_SPEC_UNUSED_CONST_HANDLER() local
18980 zval *offset; in ZEND_UNSET_DIM_SPEC_UNUSED_TMP_HANDLER() local
20039 zval *offset; in ZEND_UNSET_DIM_SPEC_UNUSED_VAR_HANDLER() local
21357 zval *offset; in ZEND_UNSET_DIM_SPEC_UNUSED_CV_HANDLER() local
24363 zval *offset; in ZEND_UNSET_DIM_SPEC_CV_CONST_HANDLER() local
26005 zval *offset; in ZEND_UNSET_DIM_SPEC_CV_TMP_HANDLER() local
[all …]
H A Dzend_object_handlers.c508 zval *zend_std_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) /* {{{ */ in zend_std_read_dimension()
542 static void zend_std_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) /* {{{ */ in zend_std_write_dimension()
560 static int zend_std_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_DC) /* {{{ */ in zend_std_has_dimension()
/PHP-5.3/netware/
H A Dstart.c44 int (*readRoutineP)( int conn, void *fileHandle, size_t offset, in _NonAppStart()
/PHP-5.3/ext/spl/
H A Dspl.php491 function offsetSet($offset, $value);
496 function offsetGet($offset);
500 function offsetUnset($offset);
505 function offsetExists($offset);
H A Dspl_array.c308 static zval **spl_array_get_dimension_ptr_ptr(int check_inherited, zval *object, zval *offset, int … in spl_array_get_dimension_ptr_ptr()
382 static zval *spl_array_read_dimension_ex(int check_inherited, zval *object, zval *offset, int type … in spl_array_read_dimension_ex()
432 static zval *spl_array_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) /* {{{ */ in spl_array_read_dimension()
437 static void spl_array_write_dimension_ex(int check_inherited, zval *object, zval *offset, zval *val… in spl_array_write_dimension_ex()
506 static void spl_array_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) /* {{{ */ in spl_array_write_dimension()
571 static int spl_array_has_dimension_ex(int check_inherited, zval *object, zval *offset, int check_em… in spl_array_has_dimension_ex()
636 static int spl_array_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_DC) /* {{{ */ in spl_array_has_dimension()
/PHP-5.3/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.3/ext/dom/
H A Dtext.c153 long offset; in PHP_FUNCTION() local
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c619 unsigned int offset = *p - *buf; in mysqlnd_stmt_execute_store_params() local
681 unsigned int offset = *p - *buf; in mysqlnd_stmt_execute_store_params() local
830 unsigned int offset = *p - *buf; in mysqlnd_stmt_execute_store_params() local
/PHP-5.3/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.3/ext/fileinfo/libmagic/
H A Dreadelf.c298 size_t offset; in dophn_core() local
360 donote(struct magic_set *ms, unsigned char *nbuf, size_t offset, size_t size, in donote()
1040 size_t offset, align; in dophn_exec() local
/PHP-5.3/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.3/ext/date/lib/
H A Dtimelib_structs.h82 int32_t offset; member
93 int32_t offset; member
146 int32_t offset; member
/PHP-5.3/ext/shmop/
H A Dshmop.c318 long shmid, offset; in PHP_FUNCTION() local
/PHP-5.3/main/
H A Drfc1867.h54 off_t offset; member
/PHP-5.3/TSRM/
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.3/ext/pcre/pcrelib/
H A Dpcre_compile.c2815 int offset; in adjust_recurse() local
4802 int offset = GET(cd->hwm, -LINK_SIZE); in compile_branch() local
5179 int offset; in compile_branch() local
5317 int offset; in compile_branch() local
5355 int offset = (int)(code - bralink + 1); in compile_branch() local
8156 int offset, recno; in pcre_compile2() local
/PHP-5.3/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()
446 static int php_stream_temp_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS… in php_stream_temp_seek()
H A Dplain_wrapper.c447 static int php_stdiop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) in php_stdiop_seek()
836 static int php_plain_files_dirstream_rewind(php_stream *stream, off_t offset, int whence, off_t *ne… in php_plain_files_dirstream_rewind()
1192 int offset = 0; in php_plain_files_mkdir() local
H A Dglob_wrapper.c183 static int php_glob_stream_rewind(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRM… in php_glob_stream_rewind()
/PHP-5.3/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 203 milliseconds

12345