Home
last modified time | relevance | path

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

/php-src/ext/intl/grapheme/
H A Dgrapheme_util.h40 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
/php-src/Zend/
H A Dzend.c302 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf()
314 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked()
326 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in zend_vstrpprintf()
344 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf()
356 ZEND_API zend_string *zend_strpprintf_unchecked(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf_unchecked()
/php-src/sapi/litespeed/
H A Dlscriu.c315 static char *LSCRIU_Error_File_Name(char *pchFile, int max_len) in LSCRIU_Error_File_Name()
H A Dlsapilib.c3890 static int lsapi_check_path(const char *p, char *final, int max_len) in lsapi_check_path()
/php-src/ext/zlib/
H A Dzlib.c470 …e(const char *in_buf, size_t in_len, char **out_buf, size_t *out_len, int encoding, size_t max_len) in php_zlib_decode()
/php-src/ext/odbc/
H A Dphp_odbc.c1068 SQLUSMALLINT max_len; in PHP_FUNCTION() local
/php-src/ext/spl/
H A Dspl_directory.c2253 zend_long max_len; in PHP_METHOD() local
/php-src/ext/ldap/
H A Dldap.c2514 static size_t _ldap_strlen_max(const char *str, size_t max_len) in _ldap_strlen_max()

Completed in 62 milliseconds