Home
last modified time | relevance | path

Searched refs:offset (Results 776 – 800 of 807) sorted by relevance

1...<<313233

/php-src/ext/date/lib/
H A Dparse_date.re797 * offset/isdst then */
963 timelib_long offset = 0;
969 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found);
988 retval = offset;
2570 …add_pbf_error(s, TIMELIB_ERR_INVALID_TZ_OFFSET, "Invalid timezone offset in minutes", string, begi…
/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() argument
/php-src/ext/opcache/jit/
H A Dzend_jit.c246 #define ADVANCE_SSA_OP(ssa_op, offset) \ argument
248 if (ssa_op) ssa_op += offset; \
598 !IS_VALID_PROPERTY_OFFSET(info->offset) || in zend_get_known_property_info()
638 !IS_VALID_PROPERTY_OFFSET(info->offset) || in zend_may_be_dynamic_property()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c2066 m->offset = CAST(int32_t, strtol(l, &t, 0)); in parse()
3565 m->offset = swap4(CAST(uint32_t, m->offset));
/php-src/Zend/
H A Dzend_builtin_functions.c705 prop = &ce->default_static_members_table[prop_info->offset]; in add_class_vars()
708 prop = &default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()
H A Dzend_opcode.c188 if (prop_info->ce == ce && p - static_members == prop_info->offset) { in zend_cleanup_internal_class_data()
/php-src/ext/intl/converter/
H A Dconverter.c976 php_converter_object_handlers.offset = XtOffsetOf(php_converter_object, obj); in php_converter_minit()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c1136 xmlreader_object_handlers.offset = XtOffsetOf(xmlreader_object, std); in PHP_MINIT_FUNCTION()
/php-src/ext/curl/
H A Dinterface.c402 curl_object_handlers.offset = XtOffsetOf(php_curl, std); in PHP_MINIT_FUNCTION()
1335 static int seek_cb(void *arg, curl_off_t offset, int origin) /* {{{ */ in seek_cb() argument
1343 res = php_stream_seek(cb_arg->stream, offset, origin); in seek_cb()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h2135 …jit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset);
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h275 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
/php-src/ext/ftp/
H A Dphp_ftp.c106 ftp_object_handlers.offset = XtOffsetOf(php_ftp_object, std); in PHP_MINIT_FUNCTION()
/php-src/ext/sockets/
H A Dsockets.c434 socket_object_handlers.offset = XtOffsetOf(php_socket, std);
446 address_info_object_handlers.offset = XtOffsetOf(php_addrinfo, std);
/php-src/ext/gd/
H A Dgd_arginfo.h520 ZEND_ARG_TYPE_INFO(0, offset, IS_DOUBLE, 0)
/php-src/ext/phar/
H A Dphar_object_arginfo.h199 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, offset, IS_LONG, 0, "0")
/php-src/ext/ldap/
H A Dldap.c832 ldap_link_object_handlers.offset = XtOffsetOf(ldap_linkdata, std); in PHP_MINIT_FUNCTION()
843 ldap_result_object_handlers.offset = XtOffsetOf(ldap_resultdata, std); in PHP_MINIT_FUNCTION()
854 ldap_result_entry_object_handlers.offset = XtOffsetOf(ldap_result_entry, std); in PHP_MINIT_FUNCTION()
/php-src/ext/opcache/jit/ir/
H A Dir_builder.h627 ir_ref _ir_ADD_OFFSET(ir_ctx *ctx, ir_ref addr, uintptr_t offset);
677 ir_ref _ir_TLS(ir_ctx *ctx, ir_ref index, ir_ref offset);
/php-src/docs-old/
H A Dstreams.md34 PHPAPI int php_stream_seek(php_stream * stream, off_t offset, int whence);
/php-src/ext/pdo/
H A Dpdo_dbh.c1422 pdo_dbh_object_handlers.offset = XtOffsetOf(pdo_dbh_object_t, std); in pdo_dbh_init()
/php-src/ext/xml/
H A Dxml.c233 xml_parser_object_handlers.offset = XtOffsetOf(xml_parser, std); in PHP_MINIT_FUNCTION()
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h1075 size_t offset; member
/php-src/ext/odbc/
H A Dphp_odbc.c532 odbc_connection_object_handlers.offset = XtOffsetOf(odbc_link, std); in PHP_MINIT_FUNCTION()
543 odbc_result_object_handlers.offset = XtOffsetOf(odbc_result, std); in PHP_MINIT_FUNCTION()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c3040 int offset=dest-(pc+1);
3041 if(abs(offset)>(((1<<(9+9))-1)>>1))
3043 SETARG_sBx(*jmp,offset);
3050 int offset=GETARG_sBx(fs->f->code[pc]);
3051 if(offset==(-1))
3054 return(pc+1)+offset;
/php-src/ext/gmp/
H A Dgmp.c541 gmp_object_handlers.offset = XtOffsetOf(gmp_object, std); in ZEND_MINIT_FUNCTION()
/php-src/
H A DUPGRADING50 - TypeError for invalid offset types

Completed in 169 milliseconds

1...<<313233