/PHP-5.5/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-5.5/ext/dom/ |
H A D | characterdata.c | 179 long offset, count; in PHP_FUNCTION() local 262 long offset; in PHP_FUNCTION() local 309 long offset, count; in PHP_FUNCTION() local 365 long offset, count; in PHP_FUNCTION() local
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 202 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean() 217 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string() 242 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer() 277 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time() 317 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_log_level() 342 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_syslog_facility() 492 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_rlimit_core() 521 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
|
H A D | fpm_trace_mach.c | 85 size_t offset = ((uintptr_t) (addr) % fpm_pagesize); in fpm_trace_get_long() local
|
/PHP-5.5/scripts/dev/ |
H A D | check_parameters.php | 78 function update_lineno($offset) 199 function check_function($name, $txt, $offset)
|
/PHP-5.5/ext/oci8/ |
H A D | oci8_lob.c | 244 oraub8 bytes_read, offset = 0; in php_oci_lob_read() local 248 int bytes_read, offset = 0; in php_oci_lob_read() local 427 int php_oci_lob_write (php_oci_descriptor *descriptor, ub4 offset, char *data, int data_len, ub4 *b… in php_oci_lob_write() 725 ub4 offset = 1; local 844 int php_oci_lob_erase (php_oci_descriptor *descriptor, long offset, ub4 length, ub4 *bytes_erased T…
|
/PHP-5.5/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 162 static void resourcebundle_array_fetch(zval *object, zval *offset, zval *return_value, int fallback… in resourcebundle_array_fetch() 216 zval *resourcebundle_array_get(zval *object, zval *offset, int type TSRMLS_DC) in resourcebundle_array_get() 245 zval * offset; in ZEND_END_ARG_INFO() local
|
/PHP-5.5/ext/xmlrpc/libxmlrpc/ |
H A D | base64.c | 55 int offset = 0; in base64_encode_xmlrpc() local 120 int offset = 0; in base64_decode_xmlrpc() local
|
H A D | base64.h | 17 int offset; member
|
/PHP-5.5/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-5.5/ext/intl/grapheme/ |
H A D | grapheme_util.c | 131 …ack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int32_t *puch… in grapheme_strpos_utf16() 296 int grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset) in grapheme_get_haystack_offset() 337 …ed char *haystack, int32_t haystack_len, unsigned char *needle, int32_t needle_len, int32_t offset) in grapheme_strrpos_ascii()
|
H A D | grapheme_util.h | 47 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
|
H A D | grapheme_string.c | 115 int32_t offset = 0, noffset = 0; in PHP_FUNCTION() local 183 int32_t offset = 0; in PHP_FUNCTION() local 258 int32_t offset = 0; in PHP_FUNCTION() local 328 int32_t offset = 0; in PHP_FUNCTION() local
|
/PHP-5.5/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 184 int32_t CodePointBreakIterator::following(int32_t offset) in following() 194 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding() 204 UBool CodePointBreakIterator::isBoundary(int32_t offset) in isBoundary()
|
/PHP-5.5/ext/zip/lib/ |
H A D | zip_file_get_offset.c | 57 unsigned int offset; in _zip_file_get_offset() local
|
/PHP-5.5/win32/ |
H A D | flock.c | 59 OVERLAPPED offset = in flock() local
|
/PHP-5.5/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-5.5/Zend/ |
H A D | zend_alloc.h | 71 #define safe_emalloc(nmemb, size, offset) _safe_emalloc((nmemb), (size), (offset) ZEND_FILE_LINE_CC… argument 75 #define safe_erealloc(ptr, nmemb, size, offset) _safe_erealloc((ptr), (nmemb), (size), (offset) ZEN… argument 83 #define safe_emalloc_rel(nmemb, size, offset) _safe_emalloc((nmemb), (size), (offset) ZEND_FILE_LIN… argument 88 #define safe_erealloc_rel(ptr, nmemb, size, offset) _safe_erealloc((ptr), (nmemb), (size), (offset)… argument 123 #define safe_pemalloc(nmemb, size, offset, persistent) ((persistent)?_safe_malloc(nmemb, size, offs… argument 127 #define safe_perealloc(ptr, nmemb, size, offset, persistent) ((persistent)?_safe_realloc((ptr), (nm… argument
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 121 const unsigned char *s, size_t nbytes, size_t offset, int mode, int text, in match() 999 mdebug(uint32_t offset, const char *str, size_t len) in mdebug() 1009 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy() 1135 uint32_t soffset, offset = ms->offset; in mget() local 2112 zval **match, **offset; in magiccheck() local
|
/PHP-5.5/ext/mbstring/libmbfl/tests/ |
H A D | strcut.c | 31 int offset, length; in main() local
|
/PHP-5.5/ext/standard/ |
H A D | microtime.c | 71 timelib_time_offset *offset; in _php_gettimeofday() local
|
/PHP-5.5/ext/opcache/Optimizer/ |
H A D | pass1_5.c | 217 zval offset; variable
|
/PHP-5.5/ext/opcache/ |
H A D | zend_persist.c | 210 zval offset; local 250 int offset = 0; local
|
/PHP-5.5/ext/ereg/regex/ |
H A D | debug.c | 102 register sopno offset = 2; local
|