Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.h47 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
/PHP-5.5/main/
H A Dspprintf.c812 PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) /* {{{ */ in vspprintf()
834 PHPAPI int spprintf(char **pbuf, size_t max_len, const char *format, ...) /* {{{ */ in spprintf()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.c615 PHPAPI int _mysqlnd_sprintf(char ** pbuf, size_t max_len, const char *format, ...) in _mysqlnd_sprintf()
635 PHPAPI int _mysqlnd_vsprintf(char ** pbuf, size_t max_len, const char * format, va_list ap) in _mysqlnd_vsprintf()
/PHP-5.5/Zend/
H A Dzend_exceptions.c649 int zend_spprintf(char **message, int max_len, const char *format, ...) /* {{{ */ in zend_spprintf()
/PHP-5.5/ext/interbase/
H A Dibase_query.c1548 unsigned long max_len = 0; in _php_ibase_fetch_hash() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h195 OnigDistance max_len; /* max length (byte) */ member
/PHP-5.5/main/streams/
H A Dstreams.c1429 size_t len = 0, max_len; in _php_stream_copy_to_mem() local
/PHP-5.5/ext/ldap/
H A Dldap.c1494 static int _ldap_strlen_max(const char *str, uint max_len) in _ldap_strlen_max()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1496 SQLUSMALLINT max_len; in PHP_FUNCTION() local
/PHP-5.5/ext/spl/
H A Dspl_directory.c2521 long max_len; in SPL_METHOD() local

Completed in 85 milliseconds