/PHP-5.5/Zend/ |
H A D | zend_language_scanner.l | 481 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 D | zend_object_handlers.c | 634 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 D | zend_language_scanner.c | 483 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 D | zend_compile.c | 1837 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 D | zend_execute.h | 40 zend_uint offset; member
|
/PHP-5.5/main/streams/ |
H A D | glob_wrapper.c | 183 static int php_glob_stream_rewind(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRM… in php_glob_stream_rewind()
|
H A D | plain_wrapper.c | 483 static int php_stdiop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) in php_stdiop_seek() 869 static int php_plain_files_dirstream_rewind(php_stream *stream, off_t offset, int whence, off_t *ne… in php_plain_files_dirstream_rewind() 1185 int offset = 0; in php_plain_files_mkdir() local
|
/PHP-5.5/ext/zip/lib/ |
H A D | zipint.h | 234 unsigned int offset; /* (c) offset of local header */ member 244 unsigned int offset; /* offset of central directory in file */ member
|
H A D | zip_close.c | 513 off_t offset; in write_cdir() local
|
/PHP-5.5/ext/iconv/ |
H A D | iconv.c | 756 const char *str, size_t nbytes, int offset, int len, const char *enc) in _php_iconv_substr() 904 int offset, const char *enc) in _php_iconv_strpos() 2027 long offset, length = 0; in PHP_FUNCTION() local 2069 long offset = 0; in PHP_FUNCTION() local
|
/PHP-5.5/ext/mssql/ |
H A D | php_mssql.c | 933 static void php_mssql_get_column_content_with_type(mssql_link *mssql_ptr,int offset,zval *result, i… 1060 static void php_mssql_get_column_content_without_type(mssql_link *mssql_ptr,int offset,zval *result… 1615 long offset; local
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gd_gd2.c | 44 int offset; member 213 static int _gd2ReadChunk (int offset, char *compBuf, int compSize, char *chunkBuf, uLongf * chunkLe… in _gd2ReadChunk()
|
/PHP-5.5/sapi/tux/ |
H A D | php_tux.c | 316 int offset; in tux_request_ctor() local
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | file.h | 286 uint32_t offset; /* offset to magic number */ member 386 uint32_t offset; member 398 size_t offset; /* starting offset in source: XXX - should this be off_t? */ member
|
/PHP-5.5/ext/intl/breakiterator/ |
H A D | breakiterator_methods.cpp | 333 long offset; in PHP_FUNCTION() local
|
/PHP-5.5/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 539 #define GET_LOCAL_BASE(dst, dstw, offset) \ argument 1431 int offset; in init_frame() local 5963 unsigned int offset; in compile_dnref_search() local 5991 int offset = 0; in compile_ref_matchingpath() local 6089 int offset = 0; in compile_ref_iterator_matchingpath() local 6902 static SLJIT_INLINE int match_capture_common(compiler_common *common, int stacksize, int offset, in… in match_capture_common() 6987 int offset = 0; in compile_bracket_matchingpath() local 7532 int offset = 0; in compile_bracketpos_matchingpath() local 8196 int offset = GET2(cc, 1); in compile_close_matchingpath() local 8864 int offset = 0; in compile_bracket_backtrackingpath() local [all …]
|
/PHP-5.5/ext/phar/ |
H A D | dirstream.c | 61 static int phar_dir_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) … in phar_dir_seek()
|
/PHP-5.5/ext/date/lib/ |
H A D | parse_tz.c | 477 int32_t offset = 0, leap_secs = 0; in timelib_get_time_zone_info() local
|
/PHP-5.5/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 243 int32_t offset, in PHP_FUNCTION() local
|
/PHP-5.5/ext/pdo/ |
H A D | pdo_stmt.c | 690 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() 2657 static void row_prop_delete(zval *object, zval *offset, const zend_literal *key TSRMLS_DC) in row_prop_delete()
|
/PHP-5.5/ext/oci8/ |
H A D | oci8_interface.c | 193 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.5/ext/opcache/ |
H A D | zend_accelerator_module.c | 293 #define EX_T(offset) (*(temp_variable *)((char *) EX(Ts) + offset)) in ZEND_INI_END() argument
|
/PHP-5.5/ext/mbstring/ |
H A D | mbstring.c | 2226 long offset; in PHP_FUNCTION() local 2294 long offset = 0, str_flg; in PHP_FUNCTION() local 2388 long offset; in PHP_FUNCTION() local 2417 long offset; in PHP_FUNCTION() local 4657 …old_haystack_len, const char *old_needle, unsigned int old_needle_len, long offset, const char *fr… in php_mb_stripos()
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | regexec.c | 350 #define STATE_CHECK_BUFF_INIT(msa, str_len, offset, state_num) do { \ argument 381 #define STATE_CHECK_BUFF_INIT(msa, str_len, offset, state_num) argument 3084 int offset = at - str; in onig_match() local 3569 int offset = (MIN(start, range) - str); in onig_search() local
|
/PHP-5.5/ext/spl/ |
H A D | spl_iterators.h | 142 long offset; member
|