Home
last modified time | relevance | path

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

123456

/PHP-5.5/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-5.5/ext/dom/
H A Dcharacterdata.c179 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 Dfpm_conf.c202 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 Dfpm_trace_mach.c85 size_t offset = ((uintptr_t) (addr) % fpm_pagesize); in fpm_trace_get_long() local
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php78 function update_lineno($offset)
199 function check_function($name, $txt, $offset)
/PHP-5.5/ext/oci8/
H A Doci8_lob.c244 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 Dresourcebundle_class.c162 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 Dbase64.c55 int offset = 0; in base64_encode_xmlrpc() local
120 int offset = 0; in base64_decode_xmlrpc() local
H A Dbase64.h17 int offset; member
/PHP-5.5/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-5.5/ext/intl/grapheme/
H A Dgrapheme_util.c131 …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 Dgrapheme_util.h47 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
H A Dgrapheme_string.c115 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 Dcodepointiterator_internal.cpp184 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 Dzip_file_get_offset.c57 unsigned int offset; in _zip_file_get_offset() local
/PHP-5.5/win32/
H A Dflock.c59 OVERLAPPED offset = in flock() local
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitExecAllocator.c139 #define AS_BLOCK_HEADER(base, offset) \ argument
141 #define AS_FREE_BLOCK(base, offset) \ argument
/PHP-5.5/Zend/
H A Dzend_alloc.h71 #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 Dsoftmagic.c121 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 Dstrcut.c31 int offset, length; in main() local
/PHP-5.5/ext/standard/
H A Dmicrotime.c71 timelib_time_offset *offset; in _php_gettimeofday() local
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c217 zval offset; variable
/PHP-5.5/ext/opcache/
H A Dzend_persist.c210 zval offset; local
250 int offset = 0; local
/PHP-5.5/ext/ereg/regex/
H A Ddebug.c102 register sopno offset = 2; local

Completed in 89 milliseconds

123456