Home
last modified time | relevance | path

Searched defs:offset (Results 101 – 125 of 198) sorted by relevance

12345678

/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c343 size_t offset = jit_extension->offset; in zend_jit_trace_counter_helper() local
592 size_t offset; local
H A Dzend_jit_trace.c3324 static void zend_jit_trace_setup_ret_counter(const zend_op *opline, size_t offset) in zend_jit_trace_setup_ret_counter()
7344 …zend_jit_compile_root_trace(zend_jit_trace_rec *trace_buffer, const zend_op *opline, size_t offset) in zend_jit_compile_root_trace()
7581 static void zend_jit_blacklist_root_trace(const zend_op *opline, size_t offset) in zend_jit_blacklist_root_trace()
7601 …tic bool zend_jit_trace_is_bad_root(const zend_op *opline, zend_jit_trace_stop stop, size_t offset) in zend_jit_trace_is_bad_root()
7945 size_t offset; in zend_jit_trace_hot_root() local
8010 size_t offset = jit_extension->offset; in zend_jit_trace_hot_root() local
8375 size_t offset = jit_extension->offset; in zend_jit_trace_hot_side() local
/php-src/ext/opcache/jit/ir/
H A Dir_strtab.c83 intptr_t offset = (intptr_t)strtab->buf - old; in ir_strtab_grow_buf() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c214 sljit_u32 offset = 0; in call_with_args() local
H A DsljitNativeRISCV_common.c625 sljit_s32 i, tmp, offset; in sljit_emit_enter() local
745 sljit_s32 i, tmp, offset; in emit_stack_frame_release() local
868 …t(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 base, sljit_sw offset) in push_mem_inst()
932 sljit_sw offset, argw_hi; in getput_arg() local
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c242 zval *resourcebundle_array_get(zend_object *object, zval *offset, int type, zval *rv) in resourcebundle_array_get()
/php-src/ext/dom/
H A Dxml_document.c311 size_t offset = php_stream_tell(stream); in php_new_dom_dump_node_to_file() local
/php-src/ext/standard/
H A Dstring.c1932 …void _zend_strpos(zval *return_value, zend_string *haystack, zend_string *needle, zend_long offset)
1958 zend_long offset = 0; local
1990 zend_long offset; variable
2008 zend_long offset = 0; local
2040 zend_long offset = 0; local
2085 zend_long offset = 0; local
3935 size_t offset; local
4111 size_t offset; local
5688 zend_long offset = 0, length = 0; local
6176 zend_long offset, len=0; local
/php-src/Zend/
H A Dzend_execute.c1514 …zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_illegal_array_offset_access(const zval *offset) in zend_illegal_array_offset_access()
1519 … zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_illegal_array_offset_isset(const zval *offset) in zend_illegal_array_offset_isset()
1524 … zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_illegal_array_offset_unset(const zval *offset) in zend_illegal_array_offset_unset()
1529 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_illegal_string_offset(const zval *offset in zend_illegal_string_offset()
1642 zend_long offset; in zend_check_string_offset() local
1746 zend_long offset; in zend_assign_to_string_offset() local
2206 …atic zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_undefined_index(const zend_string *offset) in zend_undefined_index()
2231 …ND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_index_write(HashTable *ht, zend_string *offset) in zend_undefined_index_write()
2750 zend_long offset; in zend_fetch_dimension_address_read() local
5349 #define ZEND_VM_SET_RELATIVE_OPCODE(opline, offset) \ argument
H A Dzend_language_scanner.l765 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset() local
1350 int offset; in lex_scan() local
/php-src/ext/spl/
H A Dspl_array.stub.php226 public function seek(int $offset): void {}
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp286 zend_long offset; in PHP_METHOD() local
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c551 static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset)… in pdo_mysql_stmt_fetch()
/php-src/ext/phar/
H A Ddirstream.c58 static int phar_dir_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) … in phar_dir_seek()
H A Dphar_object.stub.php231 final public static function mapPhar(?string $alias = null, int $offset = 0): bool {}
521 final public static function mapPhar(?string $alias = null, int $offset = 0): bool {}
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c201 static int php_pdosqlite3_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t… in php_pdosqlite3_stream_seek()
/php-src/ext/mbstring/
H A Dmbstring.c1864 static unsigned char* offset_to_pointer_utf8(unsigned char *str, unsigned char *end, ssize_t offset in offset_to_pointer_utf8()
1895 …zend_string *haystack, zend_string *needle, const mbfl_encoding *enc, ssize_t offset, bool reverse) in mb_find_strpos()
1968 zend_long offset = 0; in PHP_FUNCTION() local
1997 zend_long offset = 0; in PHP_FUNCTION() local
2027 zend_long offset = 0; in PHP_FUNCTION() local
2058 zend_long offset = 0; in PHP_FUNCTION() local
3920 uint32_t offset = mapelm[2]; in html_numeric_entity_convert() local
4039 uint32_t offset = mapelm[2]; in html_numeric_entity_deconvert() local
6016 …p_mb_stripos(bool mode, zend_string *haystack, zend_string *needle, zend_long offset, const mbfl_e… in php_mb_stripos()
6154 unsigned int offset = 0; in mb_mime_header_encode() local
/php-src/ext/gd/libgd/
H A Dgd_avif.c171 static avifResult readFromCtx(avifIO *io, uint32_t readFlags, uint64_t offset, size_t size, avifROD… in readFromCtx()
/php-src/ext/simplexml/
H A Dsimplexml.c103 static xmlNodePtr sxe_get_element_by_offset(php_sxe_object *sxe, zend_long offset, xmlNodePtr node,… in sxe_get_element_by_offset()
338 static zval *sxe_dimension_read(zend_object *object, zval *offset, int type, zval *rv) in sxe_dimension_read()
605 static void sxe_dimension_write(zend_object *object, zval *offset, zval *value) in sxe_dimension_write()
892 static void sxe_dimension_delete(zend_object *object, zval *offset) in sxe_dimension_delete()
/php-src/ext/zlib/
H A Dzlib.stub.php253 function gzseek($stream, int $offset, int $whence = SEEK_SET): int {}
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c423 enum pdo_fetch_orientation ori, zend_long offset) in pgsql_stmt_fetch()
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c524 enum pdo_fetch_orientation ori, zend_long offset) in odbc_stmt_fetch()
/php-src/main/streams/
H A Duserspace.c737 static int php_userstreamop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *new… in php_userstreamop_seek()
1367 static int php_userstreamop_rewinddir(php_stream *stream, zend_off_t offset, int whence, zend_off_t… in php_userstreamop_rewinddir()
/php-src/ext/mysqli/
H A Dmysqli_api.c329 zend_long offset; in PHP_FUNCTION() local
732 zend_long offset; in PHP_FUNCTION() local
1503 zend_long offset; in PHP_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dsyntax.h118 uintptr_t offset; member

Completed in 166 milliseconds

12345678