Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 148) sorted by relevance

123456

/PHP-7.1/Zend/
H A Dzend_multiply.h122 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
143 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
173 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
195 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
216 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
240 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
254 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
269 static zend_always_inline size_t zend_safe_address_guarded(size_t nmemb, size_t size, size_t offset) in zend_safe_address_guarded()
282 static zend_always_inline size_t zend_safe_addmult(size_t nmemb, size_t size, size_t offset, const … in zend_safe_addmult()
/PHP-7.1/ext/intl/doc/
H A Dgrapheme_api.php38 function grapheme_strpos($haystack, $needle, $offset = 0) {}
50 function grapheme_stripos($haystack, $needle, $offset = 0) {}
62 function grapheme_strrpos($haystack, $needle, $offset = 0) {}
74 function grapheme_strripos($haystack, $needle, $offset = 0) {}
/PHP-7.1/ext/zip/lib/
H A Dzip_source_seek.c39 zip_source_seek(zip_source_t *src, zip_int64_t offset, int whence) in zip_source_seek()
59 zip_source_seek_compute_offset(zip_uint64_t offset, zip_uint64_t length, void *data, zip_uint64_t d… in zip_source_seek_compute_offset()
H A Dzip_source_seek_write.c39 zip_source_seek_write(zip_source_t *src, zip_int64_t offset, int whence) in zip_source_seek_write()
H A Dzip_source_win32handle.c379 LARGE_INTEGER offset; in _win32_read_file() local
474 _zip_seek_win32_u(HANDLE h, zip_uint64_t offset, int whence, zip_error_t *error) in _zip_seek_win32_u()
485 _zip_seek_win32(HANDLE h, zip_int64_t offset, int whence, zip_error_t *error) in _zip_seek_win32()
H A Dzip_file_get_offset.c53 zip_uint64_t offset; in _zip_file_get_offset() local
H A Dzip_source_zip_new.c46 zip_uint64_t offset; in _zip_source_zip_new() local
/PHP-7.1/ext/dom/
H A Dcharacterdata.c159 zend_long offset, count; in PHP_FUNCTION() local
242 zend_long offset; in PHP_FUNCTION() local
290 zend_long offset, count; in PHP_FUNCTION() local
346 zend_long offset, count; in PHP_FUNCTION() local
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.c209 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean()
224 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string()
249 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer()
284 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time()
324 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_log_level()
349 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_syslog_facility()
499 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_rlimit_core()
528 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
/PHP-7.1/scripts/dev/
H A Dcheck_parameters.php72 function update_lineno($offset)
192 function check_function($name, $txt, $offset)
/PHP-7.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c177 static void resourcebundle_array_fetch(zval *object, zval *offset, zval *return_value, int fallback) in resourcebundle_array_fetch()
231 zval *resourcebundle_array_get(zval *object, zval *offset, int type, zval *rv) in resourcebundle_array_get()
256 zval * offset; in ZEND_END_ARG_INFO() local
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dbase64.c59 int offset = 0; in base64_encode_xmlrpc() local
124 int offset = 0; in base64_decode_xmlrpc() local
H A Dbase64.h17 int offset; member
/PHP-7.1/ext/spl/
H A Dspl_fixedarray.c315 …*spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zval *offset) /* {{{ */ in spl_fixedarray_object_read_dimension_helper()
343 static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type, zval *rv) /… in spl_fixedarray_object_read_dimension()
384 …xedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval *offset, zval *value) /… in spl_fixedarray_object_write_dimension_helper()
413 static void spl_fixedarray_object_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in spl_fixedarray_object_write_dimension()
438 …spl_fixedarray_object_unset_dimension_helper(spl_fixedarray_object *intern, zval *offset) /* {{{ */ in spl_fixedarray_object_unset_dimension_helper()
458 static void spl_fixedarray_object_unset_dimension(zval *object, zval *offset) /* {{{ */ in spl_fixedarray_object_unset_dimension()
476 …fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset, int check_empt… in spl_fixedarray_object_has_dimension_helper()
507 static int spl_fixedarray_object_has_dimension(zval *object, zval *offset, int check_empty) /* {{{ … in spl_fixedarray_object_has_dimension()
H A Dspl_engine.c41 PHPAPI zend_long spl_offset_convert_to_long(zval *offset) /* {{{ */ in spl_offset_convert_to_long()
/PHP-7.1/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp186 int32_t CodePointBreakIterator::following(int32_t offset) in following()
196 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding()
206 UBool CodePointBreakIterator::isBoundary(int32_t offset) in isBoundary()
/PHP-7.1/ext/intl/grapheme/
H A Dgrapheme_util.c133 …har *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset, int32_t *puch… in grapheme_strpos_utf16()
298 int32_t grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset) in grapheme_get_haystack_offset()
339 …strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset) in grapheme_strrpos_ascii()
H A Dgrapheme_util.h42 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
H A Dgrapheme_string.c113 int32_t offset = 0; in PHP_FUNCTION() local
176 int32_t offset = 0; in PHP_FUNCTION() local
244 int32_t offset = 0; in PHP_FUNCTION() local
307 int32_t offset = 0; in PHP_FUNCTION() local
/PHP-7.1/main/streams/
H A Dphp_stream_mmap.h51 size_t offset; member
71 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
H A Dmmap.c25 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mm… in _php_stream_mmap_range()
/PHP-7.1/ext/oci8/
H A Doci8_lob.c250 oraub8 bytes_read, offset = 0; in php_oci_lob_read() local
403 int php_oci_lob_write (php_oci_descriptor *descriptor, ub4 offset, char *data, int data_len, ub4 *b… in php_oci_lob_write()
716 ub4 offset = 1; in php_oci_lob_import() local
841 int php_oci_lob_erase (php_oci_descriptor *descriptor, zend_long offset, ub4 length, ub4 *bytes_era… in php_oci_lob_erase()
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitExecAllocator.c139 #define AS_BLOCK_HEADER(base, offset) \ argument
141 #define AS_FREE_BLOCK(base, offset) \ argument
/PHP-7.1/ext/pdo_oci/
H A Doci_statement.c405 ub4 amt, offset = 1; in oci_stmt_param_hook() local
462 static int oci_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset) /* {{… in oci_stmt_fetch()
639 ub4 offset; member
710 static int oci_blob_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) in oci_blob_seek()
/PHP-7.1/ext/mbstring/libmbfl/tests/
H A Dstrcut.c31 int offset, length; in main() local

Completed in 63 milliseconds

123456