Home
last modified time | relevance | path

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

1234567

/PHP-7.3/ext/opcache/
H A Dzend_persist.c372 zval *offset; in zend_persist_op_array_ex() local
429 int offset = 0; in zend_persist_op_array_ex() local
/PHP-7.3/Zend/
H A Dzend_object_handlers.c827 ZEND_API zval *zend_std_read_dimension(zval *object, zval *offset, int type, zval *rv) /* {{{ */ in zend_std_read_dimension()
876 ZEND_API void zend_std_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in zend_std_write_dimension()
897 ZEND_API int zend_std_has_dimension(zval *object, zval *offset, int check_empty) /* {{{ */ in zend_std_has_dimension()
1046 ZEND_API void zend_std_unset_dimension(zval *object, zval *offset) /* {{{ */ in zend_std_unset_dimension()
H A Dzend_language_scanner.l504 size_t size, offset = 0; in open_file_for_scanning() local
730 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset() local
1238 int offset; in lex_scan() local
H A Dzend_vm_execute.h4718 zval *offset; local
4822 zval *offset; local
5734 zval *offset; local
5805 zval *offset; local
6898 zval *offset; local
7003 zval *offset; local
7716 zval *offset; local
7787 zval *offset; local
9993 zval *offset; local
10097 zval *offset; local
[all …]
H A Dzend_stream.c227 zend_long offset = ftell(file_handle->handle.fp); in zend_stream_fixup() local
H A Dzend_language_scanner.c507 size_t size, offset = 0; in open_file_for_scanning() local
733 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset() local
1241 int offset; in lex_scan() local
/PHP-7.3/ext/zlib/
H A Dzlib_fopen_wrapper.c59 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek()
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_statement.c240 enum pdo_fetch_orientation ori, zend_long offset) in pdo_sqlite_stmt_fetch()
/PHP-7.3/ext/shmop/
H A Dshmop.c313 zend_long offset; in PHP_FUNCTION() local
/PHP-7.3/ext/intl/normalizer/
H A Dnormalizer_normalize.c354 int32_t offset = 0; in PHP_FUNCTION() local
/PHP-7.3/ext/zip/lib/
H A Dzip_close.c182 zip_uint64_t offset; in zip_close() local
H A Dzip_source_window.c43 zip_uint64_t offset; member
H A Dzipint.h358 zip_uint64_t offset; /* (c) offset of local header */ member
369 zip_uint64_t offset; /* offset of central directory in file */ member
438 zip_uint64_t offset; member
/PHP-7.3/TSRM/
H A DTSRM.c71 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
89 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
/PHP-7.3/main/
H A Drfc1867.h52 zend_off_t offset; member
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1706 int offset; in init_frame() local
2131 int from_sp, base_reg, offset, i; in copy_recurse_data() local
5077 sljit_s32 offset; in fast_forward_first_n_chars() local
7814 unsigned int offset; in compile_dnref_search() local
7842 int offset = 0; in compile_ref_matchingpath() local
7942 int offset = 0; in compile_ref_iterator_matchingpath() local
8924 int offset = 0; in compile_bracket_matchingpath() local
9474 int offset = 0; in compile_bracketpos_matchingpath() local
10338 int offset = GET2(cc, 1); in compile_close_matchingpath() local
10991 int offset = 0; in compile_bracket_backtrackingpath() local
[all …]
/PHP-7.3/main/streams/
H A Dmemory.c129 static int php_stream_memory_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *ne… in php_stream_memory_seek()
460 static int php_stream_temp_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newo… in php_stream_temp_seek()
H A Dglob_wrapper.c181 static int php_glob_stream_rewind(php_stream *stream, zend_off_t offset, int whence, zend_off_t *ne… in php_glob_stream_rewind()
H A Dplain_wrapper.c511 static int php_stdiop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) in php_stdiop_seek()
959 static int php_plain_files_dirstream_rewind(php_stream *stream, zend_off_t offset, int whence, zend… in php_plain_files_dirstream_rewind()
1286 size_t dir_len = strlen(dir), offset = 0; in php_plain_files_mkdir() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfile.h300 int32_t offset; /* offset to magic number */ member
407 uint32_t offset; /* a copy of m->offset while we */ member
421 size_t offset; /* starting offset in source: XXX - should this be off_t? */ member
510 uint32_t offset; member
/PHP-7.3/ext/iconv/
H A Diconv.c811 const char *str, size_t nbytes, zend_long offset, zend_long len, const char *enc) in _php_iconv_substr()
959 zend_long offset, const char *enc) in _php_iconv_strpos()
2116 zend_long offset, length = 0; in PHP_FUNCTION() local
2156 zend_long offset = 0; in PHP_FUNCTION() local
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c670 static int do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset, int … in do_fetch_common()
822 …urn_value, enum pdo_fetch_type how, enum pdo_fetch_orientation ori, zend_long offset, zval *return… in do_fetch()
2591 static void row_prop_delete(zval *object, zval *offset, void **cache_slot) in row_prop_delete()
2596 static void row_dim_delete(zval *object, zval *offset) in row_dim_delete()
/PHP-7.3/ext/standard/
H A Dtype.c116 int offset = 0; in PHP_FUNCTION() local
H A Dphp_fopen_wrapper.c125 static int php_stream_input_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *new… in php_stream_input_seek()
/PHP-7.3/ext/gd/libgd/
H A Dgd_gd2.c45 int offset; member
218 static int _gd2ReadChunk (int offset, char *compBuf, int compSize, char *chunkBuf, uLongf * chunkLe… in _gd2ReadChunk()

Completed in 253 milliseconds

1234567