Home
last modified time | relevance | path

Searched defs:offset (Results 126 – 150 of 158) sorted by relevance

1234567

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c289 int offset; /* Offset to opcode (-ve has meaning) */ member
/PHP-7.3/main/
H A Drfc1867.c798 zend_off_t offset; local
H A Dphp_streams.h303 #define php_stream_seek(stream, offset, whence) _php_stream_seek((stream), (offset), (whence)) argument
/PHP-7.3/ext/opcache/
H A Dzend_file_cache.c68 OVERLAPPED offset = {0,0,0,0,NULL}; in zend_file_cache_flock() local
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_driver.c161 static int pgsql_lob_seek(php_stream *stream, zend_off_t offset, int whence, in pgsql_lob_seek()
/PHP-7.3/ext/gd/libgd/
H A Dgd.h287 int offset; member
/PHP-7.3/Zend/
H A Dzend_ast.c399 static int zend_ast_add_array_element(zval *result, zval *offset, zval *expr) in zend_ast_add_array_element()
H A Dzend_virtual_cwd.c185 size_t ret_len, targetw_len, offset = 0; in php_sys_readlink() local
/PHP-7.3/ext/standard/
H A Darray.c3024 static void php_splice(HashTable *in_hash, zend_long offset, zend_long length, HashTable *replace, …
3412 zend_long offset, local
3471 zend_long offset, /* Offset to get elements from */ local
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c114 uint32_t offset; member
558 static zend_op* _get_recv_op(zend_op_array *op_array, uint32_t offset) in _get_recv_op()
577 …mart_str *str, zend_function *fptr, struct _zend_arg_info *arg_info, uint32_t offset, zend_bool re… in _parameter_string()
1126 …nction *fptr, zval *closure_object, struct _zend_arg_info *arg_info, uint32_t offset, zend_bool re… in reflection_parameter_factory()
/PHP-7.3/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()
/PHP-7.3/ext/date/lib/
H A Dtimelib.h199 int32_t offset; member
H A Dparse_date.c837 timelib_long offset = 0; in timelib_parse_zone() local
/PHP-7.3/ext/imap/
H A Dphp_imap.c4036 size_t offset, bufferLen = 0; in _php_imap_mail() local
4358 zend_long charset_token, encoding_token, end_token, end, offset=0, i; in PHP_FUNCTION() local
/PHP-7.3/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.3/ext/snmp/
H A Dsnmp.c357 int offset; member
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c1889 …ljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) in sljit_get_local_base()
H A DsljitNativeARM_32.c2298 sljit_u32 offset = 0; in hardfloat_call_with_args() local
H A DsljitNativeARM_T2_32.c1987 sljit_u32 offset = 0; in hardfloat_call_with_args() local
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c1138 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-7.3/main/streams/
H A Dstreams.c1248 PHPAPI int _php_stream_seek(php_stream *stream, zend_off_t offset, int whence) in _php_stream_seek()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c951 static inline void add_offset_pair(zval *result, char *str, size_t len, PCRE2_SIZE offset, char *na… in add_offset_pair()
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c827 ssize_t offset, in mbfl_strpos()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.h149 int offset; member
/PHP-7.3/ext/pgsql/
H A Dpgsql.c3818 zend_long result, offset = 0, whence = SEEK_CUR; local
3856 zend_long offset = 0; local

Completed in 234 milliseconds

1234567