Home
last modified time | relevance | path

Searched defs:offset (Results 176 – 196 of 196) sorted by relevance

12345678

/php-src/ext/hash/
H A Dhash.c135 size_t offset = pos & (alignment - 1); in align_to() local
/php-src/Zend/
H A Dzend_ast.c449 static zend_result zend_ast_add_array_element(zval *result, zval *offset, zval *expr) in zend_ast_add_array_element()
H A Dzend.c1767 …COLD void zend_illegal_container_offset(const zend_string *container, const zval *offset, int type) in zend_illegal_container_offset()
/php-src/ext/pgsql/
H A Dpgsql.stub.php801 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {}
H A Dpgsql.c2767 zend_long result, offset = 0, whence = SEEK_CUR; in PHP_FUNCTION() local
2802 zend_long offset = 0; in PHP_FUNCTION() local
/php-src/ext/date/lib/
H A Dtimelib.h244 int32_t offset; member
H A Dparse_date.c965 timelib_long offset = 0; in timelib_parse_zone() local
/php-src/main/streams/
H A Dstreams.c1340 PHPAPI int _php_stream_seek(php_stream *stream, zend_off_t offset, int whence) in _php_stream_seek()
/php-src/ext/curl/
H A Dinterface.c1251 static int seek_cb(void *arg, curl_off_t offset, int origin) /* {{{ */ in seek_cb()
/php-src/main/
H A Dphp_streams.h320 #define php_stream_seek(stream, offset, whence) _php_stream_seek((stream), (offset), (whence)) argument
/php-src/ext/standard/
H A Dfilters.c1613 zend_off_t offset; member
/php-src/ext/sqlite3/
H A Dsqlite3.c1153 static int php_sqlite3_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *n… in php_sqlite3_stream_seek()
/php-src/ext/opcache/jit/ir/
H A Dir.c2532 ir_ref _ir_ADD_OFFSET(ir_ctx *ctx, ir_ref addr, uintptr_t offset)
2722 ir_ref _ir_TLS(ir_ctx *ctx, ir_ref index, ir_ref offset)
/php-src/ext/gd/
H A Dgd.stub.php757 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {}
H A Dgd.c3398 double div, offset; in PHP_FUNCTION() local
/php-src/ext/hash/xxhash/
H A Dxxhash.h4659 size_t offset = align - ((size_t)base & (align - 1)); /* base % align */ in XXH_alignedMalloc() local
4681 xxh_u8 offset = ptr[-1]; in XXH_alignedFree() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c3206 …ljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) in sljit_get_local_base()
H A DsljitNativeX86_common.c4670 …ljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset)
/php-src/ext/phar/
H A Dphar_object.c1928 zend_off_t offset; in phar_copy_file_contents() local
/php-src/ext/spl/
H A Dspl_iterators.c119 zend_long offset; member
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h1075 size_t offset; member

Completed in 193 milliseconds

12345678