/PHP-7.0/Zend/ |
H A D | zend_multiply.h | 122 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.0/ext/intl/doc/ |
H A D | grapheme_api.php | 38 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.0/ext/zip/lib/ |
H A D | zip_source_seek.c | 39 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 D | zip_source_seek_write.c | 39 zip_source_seek_write(zip_source_t *src, zip_int64_t offset, int whence) in zip_source_seek_write()
|
H A D | zip_source_win32handle.c | 379 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 D | zip_file_get_offset.c | 53 zip_uint64_t offset; in _zip_file_get_offset() local
|
H A D | zip_source_zip_new.c | 46 zip_uint64_t offset; in _zip_source_zip_new() local
|
/PHP-7.0/ext/dom/ |
H A D | characterdata.c | 159 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.0/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 210 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean() 225 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string() 250 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer() 285 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time() 325 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_log_level() 350 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_syslog_facility() 500 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_rlimit_core() 529 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
|
/PHP-7.0/scripts/dev/ |
H A D | check_parameters.php | 72 function update_lineno($offset) 192 function check_function($name, $txt, $offset)
|
/PHP-7.0/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 177 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.0/ext/xmlrpc/libxmlrpc/ |
H A D | base64.c | 59 int offset = 0; in base64_encode_xmlrpc() local 124 int offset = 0; in base64_decode_xmlrpc() local
|
H A D | base64.h | 17 int offset; member
|
/PHP-7.0/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 186 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.0/ext/intl/grapheme/ |
H A D | grapheme_util.c | 133 …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 D | grapheme_util.h | 44 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
|
H A D | grapheme_string.c | 113 int32_t offset = 0; in PHP_FUNCTION() local 175 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.0/ext/spl/ |
H A D | spl_fixedarray.c | 327 …*spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zval *offset) /* {{{ */ in spl_fixedarray_object_read_dimension_helper() 355 static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type, zval *rv) /… in spl_fixedarray_object_read_dimension() 396 …xedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval *offset, zval *value) /… in spl_fixedarray_object_write_dimension_helper() 425 static void spl_fixedarray_object_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in spl_fixedarray_object_write_dimension() 450 …spl_fixedarray_object_unset_dimension_helper(spl_fixedarray_object *intern, zval *offset) /* {{{ */ in spl_fixedarray_object_unset_dimension_helper() 470 static void spl_fixedarray_object_unset_dimension(zval *object, zval *offset) /* {{{ */ in spl_fixedarray_object_unset_dimension() 488 …fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset, int check_empt… in spl_fixedarray_object_has_dimension_helper() 519 static int spl_fixedarray_object_has_dimension(zval *object, zval *offset, int check_empty) /* {{{ … in spl_fixedarray_object_has_dimension()
|
H A D | spl_engine.c | 41 PHPAPI zend_long spl_offset_convert_to_long(zval *offset) /* {{{ */ in spl_offset_convert_to_long()
|
/PHP-7.0/main/streams/ |
H A D | php_stream_mmap.h | 51 size_t offset; member 71 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
|
H A D | mmap.c | 25 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.0/ext/oci8/ |
H A D | oci8_lob.c | 246 oraub8 bytes_read, offset = 0; in php_oci_lob_read() local 399 int php_oci_lob_write (php_oci_descriptor *descriptor, ub4 offset, char *data, int data_len, ub4 *b… in php_oci_lob_write() 712 ub4 offset = 1; in php_oci_lob_import() local 837 int php_oci_lob_erase (php_oci_descriptor *descriptor, zend_long offset, ub4 length, ub4 *bytes_era… in php_oci_lob_erase()
|
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitExecAllocator.c | 139 #define AS_BLOCK_HEADER(base, offset) \ argument 141 #define AS_FREE_BLOCK(base, offset) \ argument
|
/PHP-7.0/ext/pdo_oci/ |
H A D | oci_statement.c | 405 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.0/ext/mbstring/libmbfl/tests/ |
H A D | strcut.c | 31 int offset, length; in main() local
|