Searched defs:max_len (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/ext/intl/grapheme/ |
H A D | grapheme_util.h | 40 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
|
/PHP-8.4/Zend/ |
H A D | zend.c | 311 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf() 323 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked() 335 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in zend_vstrpprintf() 353 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf() 365 ZEND_API zend_string *zend_strpprintf_unchecked(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf_unchecked()
|
/PHP-8.4/sapi/litespeed/ |
H A D | lscriu.c | 313 static char *LSCRIU_Error_File_Name(char *pchFile, int max_len) in LSCRIU_Error_File_Name()
|
H A D | lsapilib.c | 3890 static int lsapi_check_path(const char *p, char *final, int max_len) in lsapi_check_path()
|
/PHP-8.4/ext/zlib/ |
H A D | zlib.c | 469 …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-8.4/ext/odbc/ |
H A D | php_odbc.c | 1175 SQLUSMALLINT max_len; in PHP_FUNCTION() local
|
/PHP-8.4/ext/spl/ |
H A D | spl_directory.c | 2245 zend_long max_len; in PHP_METHOD() local
|
/PHP-8.4/ext/ldap/ |
H A D | ldap.c | 2516 static size_t _ldap_strlen_max(const char *str, size_t max_len) in _ldap_strlen_max()
|
Completed in 87 milliseconds