Home
last modified time | relevance | path

Searched refs:offset (Results 626 – 650 of 700) sorted by relevance

1...<<2122232425262728

/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation1.phpt5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
H A Dstripos_variation2.phpt5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
H A Dstrripos_variation1.phpt5 /* Prototype : int strripos ( string $haystack, string $needle [, int $offset] );
H A Dstrrpos_variation10.phpt5 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
H A Dstrripos_variation2.phpt5 /* Prototype : int strripos ( string $haystack, string $needle [, int $offset] );
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_statement.c244 enum pdo_fetch_orientation ori, zend_long offset) in pdo_sqlite_stmt_fetch() argument
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h111 #define mysqlnd_result_fetch_field_data(res,offset,ret) (res)->m.fetch_field_data((res), (offset), … argument
/PHP-7.4/ext/standard/
H A Dfilters.c1761 zend_off_t offset; member
1778 if (data->offset == ~0) { in consumed_filter_filter()
1779 data->offset = php_stream_tell(stream); in consumed_filter_filter()
1790 php_stream_seek(stream, data->offset + data->consumed, SEEK_SET); in consumed_filter_filter()
1824 data->offset = ~0; in consumed_filter_create()
H A Dbasic_functions.c370 ZEND_ARG_INFO(0, offset)
377 ZEND_ARG_INFO(0, offset)
1039 ZEND_ARG_INFO(0, offset)
1129 ZEND_ARG_INFO(0, offset)
1817 ZEND_ARG_INFO(0, offset)
1986 ZEND_ARG_INFO(0, offset)
2246 ZEND_ARG_INFO(0, offset)
2252 ZEND_ARG_INFO(0, offset)
2258 ZEND_ARG_INFO(0, offset)
2264 ZEND_ARG_INFO(0, offset)
[all …]
/PHP-7.4/Zend/
H A Dzend_opcode.c164 if (prop_info->ce == ce && p - static_members == prop_info->offset) { in zend_cleanup_internal_class_data()
180 if (prop_info->ce == ce && p - static_members == prop_info->offset) { in zend_cleanup_internal_class_data()
289 if (prop_info->ce == ce && p - ce->default_static_members_table == prop_info->offset) { in destroy_zend_class()
H A Dzend_closures.c800 void zend_closure_bind_var_ex(zval *closure_zv, uint32_t offset, zval *val) /* {{{ */ in zend_closure_bind_var_ex() argument
804 zval *var = (zval*)((char*)static_variables->arData + offset); in zend_closure_bind_var_ex()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c156 static int pgsql_lob_seek(php_stream *stream, zend_off_t offset, int whence, in pgsql_lob_seek() argument
161 zend_off_t pos = lo_lseek64(self->conn, self->lfd, offset, whence); in pgsql_lob_seek()
163 zend_off_t pos = lo_lseek(self->conn, self->lfd, offset, whence); in pgsql_lob_seek()
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h337 enum pdo_fetch_orientation ori, zend_long offset);
/PHP-7.4/ext/gd/libgd/
H A Dgd.h277 int offset; member
806 int gdImageConvolution(gdImagePtr src, float ft[3][3], float filter_div, float offset);
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c530 enum pdo_fetch_orientation ori, zend_long offset) in odbc_stmt_fetch() argument
547 rc = SQLFetchScroll(S->stmt, odbcori, offset); in odbc_stmt_fetch()
/PHP-7.4/ext/spl/
H A Dspl_dllist.c168 static spl_ptr_llist_element *spl_ptr_llist_offset(spl_ptr_llist *llist, zend_long offset, int back… in spl_ptr_llist_offset() argument
180 while (current && pos < offset) { in spl_ptr_llist_offset()
1469 spl_handler_SplDoublyLinkedList.offset = XtOffsetOf(spl_dllist_object, std); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c2018 sljit_u32 offset = 0; in hardfloat_call_with_args() local
2035 if (offset != new_offset) in hardfloat_call_with_args()
2037 | ((new_offset & 0x1) ? 0x400000 : 0) | DM4((offset >> 1) + 1))); in hardfloat_call_with_args()
2039 offset += 2; in hardfloat_call_with_args()
2051 if (offset != new_offset) in hardfloat_call_with_args()
2052 …h_inst32(compiler, VMOV_F32 | SLJIT_F32_OP | DD4((new_offset >> 1) + 1) | DM4((offset >> 1) + 1))); in hardfloat_call_with_args()
2054 offset += 2; in hardfloat_call_with_args()
H A DsljitNativeARM_32.c2347 sljit_u32 offset = 0; in hardfloat_call_with_args() local
2364 if (offset != new_offset) in hardfloat_call_with_args()
2366 0, (new_offset >> 1) + 1, (offset >> 1) + 1, 0) | ((new_offset & 0x1) ? 0x400000 : 0))); in hardfloat_call_with_args()
2368 offset += 2; in hardfloat_call_with_args()
2380 if (offset != new_offset) in hardfloat_call_with_args()
2381 …ompiler, EMIT_FPU_OPERATION(VMOV_F32, SLJIT_F32_OP, (new_offset >> 1) + 1, (offset >> 1) + 1, 0))); in hardfloat_call_with_args()
2383 offset += 2; in hardfloat_call_with_args()
H A DsljitNativeX86_common.c3000 …ljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) argument
3003 CHECK(check_sljit_get_local_base(compiler, dst, dstw, offset));
3012 ADJUST_LOCAL_OFFSET(SLJIT_MEM1(SLJIT_SP), offset);
3015 if (NOT_HALFWORD(offset)) {
3016 FAIL_IF(emit_load_imm64(compiler, TMP_REG1, offset));
3026 if (offset != 0)
3027 return emit_lea_binary(compiler, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset);
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c199 enum pdo_fetch_orientation ori, zend_long offset) in pdo_dblib_stmt_fetch() argument
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c70 OVERLAPPED offset = {0,0,0,0,NULL}; in zend_file_cache_flock() local
73 LOCKFILE_EXCLUSIVE_LOCK, 0, 1, 0, &offset) == TRUE) { in zend_file_cache_flock()
78 0, 0, 1, 0, &offset) == TRUE) { in zend_file_cache_flock()
83 0, 1, 0, &offset) == TRUE) { in zend_file_cache_flock()
/PHP-7.4/main/streams/
H A Duserspace.c787 static int php_userstreamop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *new… in php_userstreamop_seek() argument
799 ZVAL_LONG(&args[0], offset); in php_userstreamop_seek()
1481 static int php_userstreamop_rewinddir(php_stream *stream, zend_off_t offset, int whence, zend_off_t… in php_userstreamop_rewinddir() argument
/PHP-7.4/ext/phar/
H A Dtar.c485 entry.offset = entry.offset_abs = pos; /* header_offset unused in tar */ in phar_parse_tarfile()
865 entry->offset = entry->offset_abs = pos; in phar_tar_writeheaders_int()
897 entry->offset = entry->offset_abs = 0; in phar_tar_setmetadata()
/PHP-7.4/ext/date/lib/
H A Dtimelib.h199 int32_t offset; member
/PHP-7.4/ext/pgsql/
H A Dpgsql.c286 ZEND_ARG_INFO(0, offset)
368 ZEND_ARG_INFO(0, offset)
3817 zend_long result, offset = 0, whence = SEEK_CUR; local
3835 result = lo_lseek64((PGconn *)pgsql->conn, pgsql->lofd, offset, (int)whence);
3837 result = lo_lseek((PGconn *)pgsql->conn, pgsql->lofd, (int)offset, (int)whence);
3840 result = lo_lseek((PGconn *)pgsql->conn, pgsql->lofd, offset, whence);
3855 zend_long offset = 0; local
3869 offset = lo_tell64((PGconn *)pgsql->conn, pgsql->lofd);
3871 offset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd);
3874 offset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd);
[all …]

Completed in 205 milliseconds

1...<<2122232425262728