Home
last modified time | relevance | path

Searched defs:max_len (Results 1 – 8 of 8) sorted by relevance

/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
/PHP-5.3/main/
H A Dspprintf.c795 PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) /* {{{ */ in vspprintf()
812 PHPAPI int spprintf(char **pbuf, size_t max_len, const char *format, ...) /* {{{ */ in spprintf()
/PHP-5.3/Zend/
H A Dzend_exceptions.c550 int zend_spprintf(char **message, int max_len, char *format, ...) /* {{{ */ in zend_spprintf()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.h185 OnigDistance max_len; /* max length (byte) */ member
/PHP-5.3/ext/interbase/
H A Dibase_query.c1555 unsigned long max_len = 0; in _php_ibase_fetch_hash() local
/PHP-5.3/main/streams/
H A Dstreams.c1354 size_t len = 0, max_len; in _php_stream_copy_to_mem() local
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c1463 SQLUSMALLINT max_len; in PHP_FUNCTION() local
/PHP-5.3/ext/spl/
H A Dspl_directory.c2519 long max_len; in SPL_METHOD() local

Completed in 63 milliseconds