Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 25 of 806) sorted by last modified time

12345678910>>...33

/php-src/ext/pgsql/
H A Dpgsql.c448 pgsql_link_object_handlers.offset = XtOffsetOf(pgsql_link_handle, std); in PHP_MINIT_FUNCTION()
459 pgsql_result_object_handlers.offset = XtOffsetOf(pgsql_result_handle, std); in PHP_MINIT_FUNCTION()
470 pgsql_lob_object_handlers.offset = XtOffsetOf(pgLofp, std); in PHP_MINIT_FUNCTION()
2767 zend_long result, offset = 0, whence = SEEK_CUR; in PHP_FUNCTION() local
2783 result = lo_lseek64((PGconn *)pgsql->conn, pgsql->lofd, offset, (int)whence); in PHP_FUNCTION()
2788 result = lo_lseek((PGconn *)pgsql->conn, pgsql->lofd, offset, whence); in PHP_FUNCTION()
2802 zend_long offset = 0; in PHP_FUNCTION() local
2814 offset = lo_tell64((PGconn *)pgsql->conn, pgsql->lofd); in PHP_FUNCTION()
2816 offset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd); in PHP_FUNCTION()
2819 offset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd); in PHP_FUNCTION()
[all …]
/php-src/
H A DNEWS83 - TypeError for invalid offset types
113 . Fixed bug GH-13834 (Applying non-zero offset 36 to null pointer in
H A DUPGRADING50 - TypeError for invalid offset types
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc37 #define IR_MEM_BO(base, offset) IR_MEM(base, offset, IR_REG_NONE, 1)
2860 offset = IR_SPILL_POS_TO_OFFSET(offset);
3554 int offset;
3573 int offset;
3615 int offset;
3645 int offset;
6571 offset = IR_SPILL_POS_TO_OFFSET(offset);
7906 offset = 0;
7940 offset = 0;
8089 offset = 0;
[all …]
H A Dir_aarch64.dasc33 #define IR_MEM_BO(base, offset) IR_MEM(base, offset, IR_REG_NONE, 0)
1112 int32_t offset;
1120 return offset;
1139 offset = IR_SPILL_POS_TO_OFFSET(offset);
1574 int offset;
1657 int offset;
1713 int offset;
4186 offset = 0;
4218 offset = 0;
4363 offset = 0;
[all …]
H A Dir.c2532 ir_ref _ir_ADD_OFFSET(ir_ctx *ctx, ir_ref addr, uintptr_t offset) argument
2534 if (offset) {
2535 addr = ir_fold2(ctx, IR_OPT(IR_ADD, IR_ADDR), addr, ir_const_addr(ctx, offset));
2722 ir_ref _ir_TLS(ir_ctx *ctx, ir_ref index, ir_ref offset) argument
2725 return ctx->control = ir_emit3(ctx, IR_OPT(IR_TLS, IR_ADDR), ctx->control, index, offset);
H A Dir.h799 const char* ir_disasm_find_symbol(uint64_t addr, int64_t *offset);
834 bool (*sym_data_pad) (ir_loader *loader, size_t offset);
835 bool (*sym_data_ref) (ir_loader *loader, ir_op op, const char *ref, uintptr_t offset);
/php-src/ext/mbstring/
H A Dmbstring.c1865 if (offset < 0) { in offset_to_pointer_utf8()
1867 while (offset < 0) { in offset_to_pointer_utf8()
1874 offset++; in offset_to_pointer_utf8()
1968 zend_long offset = 0; in PHP_FUNCTION() local
1976 Z_PARAM_LONG(offset) in PHP_FUNCTION()
1997 zend_long offset = 0; in PHP_FUNCTION() local
2005 Z_PARAM_LONG(offset) in PHP_FUNCTION()
2027 zend_long offset = 0; in PHP_FUNCTION() local
2035 Z_PARAM_LONG(offset) in PHP_FUNCTION()
6264 if (offset) { in mb_mime_header_encode()
[all …]
H A Dmbstring.stub.php91 function mb_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): in… argument
93 function mb_strrpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i… argument
95 function mb_stripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i… argument
97 function mb_strripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): … argument
249 function mb_ereg_search_setpos(int $offset): bool {} argument
H A Dmbstring_arginfo.h54 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, offset, IS_LONG, 0, "0")
317 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
/php-src/ext/gmp/
H A Dgmp.c541 gmp_object_handlers.offset = XtOffsetOf(gmp_object, std); in ZEND_MINIT_FUNCTION()
/php-src/Zend/
H A Dzend_alloc.c728 size_t offset; local
734 offset = ZEND_MM_ALIGNED_OFFSET(ptr, alignment);
735 if (offset != 0) {
736 offset = alignment - offset;
746 if (offset != 0) {
752 offset = ZEND_MM_ALIGNED_OFFSET(ptr, alignment);
753 if (offset != 0) {
754 offset = alignment - offset;
755 zend_mm_munmap(ptr, offset);
756 ptr = (char*)ptr + offset;
[all …]
H A Dzend.c1767 …COLD void zend_illegal_container_offset(const zend_string *container, const zval *offset, int type) in zend_illegal_container_offset() argument
1772 zend_zval_type_name(offset)); in zend_illegal_container_offset()
1779 …zend_type_error("Cannot unset offset of type %s on %s", zend_zval_type_name(offset), ZSTR_VAL(cont… in zend_illegal_container_offset()
1784 zend_zval_type_name(offset), ZSTR_VAL(container)); in zend_illegal_container_offset()
H A Dzend_execute.c1642 zend_long offset; in zend_check_string_offset() local
1657 return offset; in zend_check_string_offset()
1746 zend_long offset; in zend_assign_to_string_offset() local
1762 offset = Z_LVAL_P(dim); in zend_assign_to_string_offset()
2750 zend_long offset; in zend_fetch_dimension_address_read() local
2816 offset = Z_LVAL_P(dim); in zend_fetch_dimension_address_read()
2820 if (UNEXPECTED(ZSTR_LEN(str) < ((offset < 0) ? -(size_t)offset : ((size_t)offset + 1)))) { in zend_fetch_dimension_address_read()
2832 ? (zend_long)ZSTR_LEN(str) + offset : offset; in zend_fetch_dimension_address_read()
2948 lval = Z_LVAL_P(offset); in zend_isset_dim_slow()
2960 ZVAL_DEREF(offset); in zend_isset_dim_slow()
[all …]
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.h101 #define lxb_html_tokenizer_state_token_set_end_down(tkz, v_end, offset) \ argument
104 v_end, offset); \
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h53 uintptr_t offset; member
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dcharacter_data.c92 size_t offset, size_t count) in lxb_dom_character_data_replace() argument
H A Dcharacter_data.h44 size_t offset, size_t count);
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c284 size_t i, offset, ws_i; in lexbor_str_strip_collapse_whitespace() local
301 ws_i = offset; in lexbor_str_strip_collapse_whitespace()
302 offset++; in lexbor_str_strip_collapse_whitespace()
307 ws_i = offset; in lexbor_str_strip_collapse_whitespace()
310 data[offset] = data[i]; in lexbor_str_strip_collapse_whitespace()
311 offset++; in lexbor_str_strip_collapse_whitespace()
315 if (offset != i) { in lexbor_str_strip_collapse_whitespace()
316 if (offset != 0) { in lexbor_str_strip_collapse_whitespace()
318 offset--; in lexbor_str_strip_collapse_whitespace()
322 data[offset] = 0x00; in lexbor_str_strip_collapse_whitespace()
[all …]
H A Ddtoa.c280 int kk, offset, length; in lexbor_prettify() local
317 offset = 2 - kk; in lexbor_prettify()
318 if ((&begin[offset] + length) >= end in lexbor_prettify()
324 memmove(&begin[offset], begin, length); in lexbor_prettify()
328 if (offset - 2 > 0) { in lexbor_prettify()
329 if ((&begin[2] + (offset - 2)) >= end) { in lexbor_prettify()
333 memset(&begin[2], '0', offset - 2); in lexbor_prettify()
336 return (length + offset); in lexbor_prettify()
H A Din.c73 node->offset = last_node->offset + (last_node->end - last_node->begin); in lexbor_in_node_make()
76 node->offset = 0; in lexbor_in_node_make()
122 new_node->offset = node->offset + (pos - node->begin); in lexbor_in_node_split()
160 const lxb_char_t *pos, size_t offset) in lexbor_in_node_pos_up() argument
163 pos = pos + offset; in lexbor_in_node_pos_up()
181 offset = pos - node->end; in lexbor_in_node_pos_up()
193 const lxb_char_t *pos, size_t offset) in lexbor_in_node_pos_down() argument
196 pos = pos - offset; in lexbor_in_node_pos_down()
214 offset = node->begin - pos; in lexbor_in_node_pos_down()
H A Din.h35 size_t offset; member
87 const lxb_char_t *pos, size_t offset);
96 const lxb_char_t *pos, size_t offset);
116 return node->offset; in lexbor_in_node_offset()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c1136 xmlreader_object_handlers.offset = XtOffsetOf(xmlreader_object, std); in PHP_MINIT_FUNCTION()
/php-src/ext/spl/
H A Dspl_fixedarray.c125 ZEND_ASSERT(offset >= 0); in spl_fixedarray_copy_range()
330 switch (Z_TYPE_P(offset)) { in spl_offset_convert_to_long()
341 return Z_LVAL_P(offset); in spl_offset_convert_to_long()
347 offset = Z_REFVAL_P(offset); in spl_offset_convert_to_long()
351 return Z_RES_HANDLE_P(offset); in spl_offset_convert_to_long()
365 if (!offset) { in spl_fixedarray_object_read_dimension_helper()
393 if (!offset) { in spl_fixedarray_object_read_dimension()
395 offset = &tmp; in spl_fixedarray_object_read_dimension()
412 if (!offset) { in spl_fixedarray_object_write_dimension_helper()
441 if (!offset) { in spl_fixedarray_object_write_dimension()
[all …]
/php-src/ext/reflection/
H A Dphp_reflection.c132 uint32_t offset; member
627 ++offset; in get_recv_op()
630 || op->opcode == ZEND_RECV_VARIADIC) && op->op1.num == offset) in get_recv_op()
641 zend_op *recv = get_recv_op(op_array, offset); in get_default_from_recv()
703 smart_str_append_printf(str, "Parameter #%d [ ", offset); in _parameter_string()
1180 if (attr->offset == offset && zend_string_equals(attr->lcname, filter)) { in read_attributes()
1191 if (attr->offset != offset) { in read_attributes()
1348 reference->offset = offset; in reflection_parameter_factory()
2572 ref->offset = (uint32_t)position; in ZEND_METHOD()
2883 RETVAL_LONG(param->offset); in ZEND_METHOD()
[all …]

Completed in 170 milliseconds

12345678910>>...33