Home
last modified time | relevance | path

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

12345

/PHP-5.3/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.3/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.3/sapi/fpm/fpm/
H A Dfpm_conf.c190 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean()
205 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string()
230 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer()
265 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time()
305 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_log_level()
330 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_syslog_facility()
480 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_rlimit_core()
509 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.3/scripts/dev/
H A Dcheck_parameters.php78 function update_lineno($offset)
199 function check_function($name, $txt, $offset)
/PHP-5.3/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.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c154 static void resourcebundle_array_fetch(zval *object, zval *offset, zval *return_value, int fallback… in resourcebundle_array_fetch()
210 zval *resourcebundle_array_get(zval *object, zval *offset, int type TSRMLS_DC) in resourcebundle_array_get()
239 zval * offset; in ZEND_END_ARG_INFO() local
/PHP-5.3/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.3/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.3/ext/intl/grapheme/
H A Dgrapheme_util.h57 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
H A Dgrapheme_util.c152 …ack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int f_ignore_… in grapheme_strrpos_utf16()
286 …ack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int32_t *puch… in grapheme_strpos_utf16()
523 …me_get_haystack_offset(UBreakIterator* bi, UChar *uhaystack, int32_t uhaystack_len, int32_t offset) in grapheme_get_haystack_offset()
570 …ed char *haystack, int32_t haystack_len, unsigned char *needle, int32_t needle_len, int32_t offset) in grapheme_strrpos_ascii()
H A Dgrapheme_string.c115 int32_t offset = 0; in PHP_FUNCTION() local
182 int32_t offset = 0; in PHP_FUNCTION() local
256 int32_t offset = 0; in PHP_FUNCTION() local
326 int32_t offset = 0; in PHP_FUNCTION() local
/PHP-5.3/ext/zip/lib/
H A Dzip_file_get_offset.c57 unsigned int offset; in _zip_file_get_offset() local
/PHP-5.3/win32/
H A Dflock.c59 OVERLAPPED offset = in flock() local
H A Dreaddir.h35 short offset; /* offset into directory */ member
/PHP-5.3/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.3/ext/mbstring/libmbfl/tests/
H A Dstrcut.c31 int offset, length; in main() local
/PHP-5.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c888 mdebug(uint32_t offset, const char *str, size_t len) in mdebug()
898 const unsigned char *s, uint32_t offset, size_t nbytes, size_t linecnt) in mcopy()
1010 uint32_t offset = ms->offset; in mget() local
1918 zval **match, **offset; local
/PHP-5.3/ext/standard/
H A Dmicrotime.c71 timelib_time_offset *offset; in _php_gettimeofday() local
/PHP-5.3/ext/ereg/regex/
H A Ddebug.c102 register sopno offset = 2; local
/PHP-5.3/TSRM/
H A Dreaddir.h31 short offset; /* offset into directory */ member
/PHP-5.3/ext/pdo_oci/
H A Doci_statement.c378 ub4 amt, offset = 1; in oci_stmt_param_hook() local
605 ub4 offset; member
672 static int oci_blob_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) in oci_blob_seek()
/PHP-5.3/ext/spl/
H A Dspl_fixedarray.c355 static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) /… in spl_fixedarray_object_read_dimension()
388 …xedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval *offset, zval *value TS… in spl_fixedarray_object_write_dimension_helper()
417 static void spl_fixedarray_object_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC… in spl_fixedarray_object_write_dimension()
480 …fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset, int check_empt… in spl_fixedarray_object_has_dimension_helper()
511 static int spl_fixedarray_object_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_D… in spl_fixedarray_object_has_dimension()

Completed in 72 milliseconds

12345