Home
last modified time | relevance | path

Searched refs:offset (Results 726 – 750 of 815) sorted by relevance

1...<<21222324252627282930>>...33

/php-src/ext/zlib/
H A Dzlib_arginfo.h89 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
/php-src/ext/spl/
H A Dspl_dllist.c135 static spl_ptr_llist_element *spl_ptr_llist_offset(spl_ptr_llist *llist, zend_long offset, int back… in spl_ptr_llist_offset() argument
147 while (current && pos < offset) { in spl_ptr_llist_offset()
1264 spl_handler_SplDoublyLinkedList.offset = XtOffsetOf(spl_dllist_object, std); in PHP_MINIT_FUNCTION()
H A Dspl_iterators_arginfo.h132 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
137 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, offset, IS_LONG, 0, "0")
148 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
H A Dspl_observer_arginfo.h63 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h201 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
208 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
810 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, offset, IS_LONG, 0, "0")
899 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, offset, IS_LONG, 0, "0")
927 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
934 ZEND_ARG_TYPE_MASK(0, offset, MAY_BE_ARRAY|MAY_BE_LONG, NULL)
1043 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, offset, IS_LONG, 0, "0")
1083 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
1256 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
1311 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, offset, IS_LONG, 0, "0")
[all …]
/php-src/ext/pgsql/
H A Dpgsql.c490 pgsql_link_object_handlers.offset = XtOffsetOf(pgsql_link_handle, std); in PHP_MINIT_FUNCTION()
501 pgsql_result_object_handlers.offset = XtOffsetOf(pgsql_result_handle, std); in PHP_MINIT_FUNCTION()
512 pgsql_lob_object_handlers.offset = XtOffsetOf(pgLofp, std); in PHP_MINIT_FUNCTION()
2864 zend_long result, offset = 0, whence = SEEK_CUR; in PHP_FUNCTION() local
2869 Z_PARAM_LONG(offset) in PHP_FUNCTION()
2889 result = lo_lseek((PGconn *)pgsql->conn, pgsql->lofd, offset, whence); in PHP_FUNCTION()
2903 zend_long offset = 0; in PHP_FUNCTION() local
2915 offset = lo_tell64((PGconn *)pgsql->conn, pgsql->lofd); in PHP_FUNCTION()
2917 offset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd); in PHP_FUNCTION()
2920 offset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd); in PHP_FUNCTION()
[all …]
/php-src/Zend/
H A Dzend_API.c1620 val = static_members_table + prop_info->offset; in zend_update_class_constants()
1697 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_init_ex()
1749 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_load()
4447 property_info->offset = property_info_ptr->offset; in zend_declare_typed_property()
4448 zval_ptr_dtor(&ce->default_static_members_table[property_info->offset]); in zend_declare_typed_property()
4454 property_info->offset = ce->default_static_members_count++; in zend_declare_typed_property()
4457 ZVAL_COPY_VALUE(&ce->default_static_members_table[property_info->offset], property); in zend_declare_typed_property()
4468 property_info->offset = property_info_ptr->offset; in zend_declare_typed_property()
4469 zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]); in zend_declare_typed_property()
4477 ce->properties_info_table[OBJ_PROP_TO_NUM(property_info->offset)] = property_info; in zend_declare_typed_property()
[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()
/php-src/ext/fileinfo/
H A Dlibmagic.patch855 m->offset = swap4(CAST(uint32_t, m->offset));
2200 ms->offset = pb->offset;
2990 size_t nmagic, const struct buffer *b, size_t offset, int mode, int text,
3121 file_printf(ms, F(ms, m->desc, "%u"), offset) == -1)
3144 offset + o, mode, text, flip, indir_count, name_count,
3279 - ms->search.offset += CAST(size_t, pmatch.rm_so);
3325 + zval *match, *offset;
3327 + (offset = zend_hash_index_find(Z_ARRVAL_P(pzval), 1))) {
3328 + if (Z_TYPE_P(match) != IS_STRING && Z_TYPE_P(offset) != IS_LONG) {
3331 + ms->search.s += Z_LVAL_P(offset); /* this is where the match starts */
[all …]
/php-src/ext/hash/
H A Dhash.c135 size_t offset = pos & (alignment - 1); in align_to() local
136 return pos + (offset ? alignment - offset : 0); in align_to()
1639 php_hashcontext_handlers.offset = XtOffsetOf(php_hashcontext_object, std); in PHP_MINIT_FUNCTION()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c396 int64_t offset; in zend_jit_set_veneer() local
400 if (name && !offset) { in zend_jit_set_veneer()
534 if (offset) { in jit_ADD_OFFSET()
3197 size_t offset = 0; in zend_jit_setup() local
3200 while (offset < size) { in zend_jit_setup()
3208 if (offset >= size) { in zend_jit_setup()
3220 size_t offset = 0; in zend_jit_setup() local
3223 while (offset < size) { in zend_jit_setup()
3231 if (offset >= size) { in zend_jit_setup()
11272 uint32_t offset; local
[all …]
/php-src/ext/sysvshm/
H A Dsysvshm.c106 sysvshm_object_handlers.offset = XtOffsetOf(sysvshm_shm, std); in PHP_MINIT_FUNCTION()
/php-src/ext/sysvmsg/
H A Dsysvmsg.c107 sysvmsg_queue_object_handlers.offset = XtOffsetOf(sysvmsg_queue_t, std); in PHP_MINIT_FUNCTION()
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c196 enum pdo_fetch_orientation ori, zend_long offset) in pdo_dblib_stmt_fetch() argument
/php-src/ext/pdo/
H A Dphp_pdo_driver.h326 enum pdo_fetch_orientation ori, zend_long offset);
/php-src/ext/intl/timezone/
H A Dtimezone_arginfo.h48 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
/php-src/ext/gd/libgd/
H A Dgd.h277 int offset; member
829 int gdImageConvolution(gdImagePtr src, float ft[3][3], float filter_div, float offset);
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c524 enum pdo_fetch_orientation ori, zend_long offset) in odbc_stmt_fetch() argument
541 rc = SQLFetchScroll(S->stmt, odbcori, offset); in odbc_stmt_fetch()
/php-src/ext/gd/
H A Dgd.c217 php_gd_image_object_handlers.offset = XtOffsetOf(php_gd_image_object, std); in php_gd_object_minit_helper()
282 php_gd_font_object_handlers.offset = XtOffsetOf(php_gd_font_object, std); in php_gd_font_minit_helper()
2715 if ((c < f->offset) || (c >= (f->offset + f->nchars))) { in php_gdimagecharup()
2719 fline = (c - f->offset) * f->h * f->w; in php_gdimagecharup()
3398 double div, offset; in PHP_FUNCTION() local
3402 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oadd", &SIM, gd_image_ce, &hash_matrix, &div, &offset)… in PHP_FUNCTION()
3431 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
/php-src/ext/opcache/jit/ir/
H A Dir.h800 const char* ir_disasm_find_symbol(uint64_t addr, int64_t *offset);
835 bool (*sym_data_pad) (ir_loader *loader, size_t offset);
836 bool (*sym_data_ref) (ir_loader *loader, ir_op op, const char *ref, uintptr_t offset);
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c177 static int pgsql_lob_seek(php_stream *stream, zend_off_t offset, int whence, in pgsql_lob_seek() argument
182 zend_off_t pos = lo_lseek64(self->conn, self->lfd, offset, whence); in pgsql_lob_seek()
184 zend_off_t pos = lo_lseek(self->conn, self->lfd, offset, whence); in pgsql_lob_seek()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます8478 >>-0 offset >48
9523 # is the offset 12 or the offset 16 correct?
12599 #offset is 128
20372 # The first file offset usually starts at file offset 0x1004
24263 # payload-offset; start offset of the bulk data
30867 # 32-bit offset
30876 # 16-bit offset
31165 # offset 0x58.
32593 # offset = ((offset[0] - 192) << 8) + offset[1] + 192 (for the length header)
32704 # offset = ((offset[0] - 192) << 8) + offset[1] + 192 + 1 (for the length header)
[all …]
H A Dmagic8478 >>-0 offset >48
9523 # is the offset 12 or the offset 16 correct?
12599 #offset is 128
20372 # The first file offset usually starts at file offset 0x1004
24263 # payload-offset; start offset of the bulk data
30867 # 32-bit offset
30876 # 16-bit offset
31165 # offset 0x58.
32593 # offset = ((offset[0] - 192) << 8) + offset[1] + 192 (for the length header)
32704 # offset = ((offset[0] - 192) << 8) + offset[1] + 192 + 1 (for the length header)
[all …]
/php-src/ext/dom/lexbor/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch77 + /* Other characters can be mapped back to the unicode codepoint offset because UTF…
/php-src/
H A DNEWS87 - TypeError for invalid offset types
120 . Fixed bug GH-13834 (Applying non-zero offset 36 to null pointer in

Completed in 341 milliseconds

1...<<21222324252627282930>>...33