Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/grapheme/
H A Dgrapheme_util.h42 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
/PHP-7.3/Zend/
H A Dzend.c202 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf()
214 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked()
226 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in zend_vstrpprintf()
245 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf()
257 ZEND_API zend_string *zend_strpprintf_unchecked(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf_unchecked()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_alloc.c661 static int _mysqlnd_sprintf(char ** pbuf, size_t max_len, const char *format, ...) in _mysqlnd_sprintf()
673 static int _mysqlnd_vsprintf(char ** pbuf, size_t max_len, const char * format, va_list ap) in _mysqlnd_vsprintf()
/PHP-7.3/ext/interbase/
H A Dibase_blobs.c109 int _php_ibase_blob_get(zval *return_value, ibase_blob *ib_blob, zend_ulong max_len) /* {{{ */ in _php_ibase_blob_get()
H A Dibase_query.c1545 zend_ulong max_len = 0; in _php_ibase_fetch_hash() local
/PHP-7.3/sapi/litespeed/
H A Dlscriu.c321 static char *LSCRIU_Error_File_Name(char *pchFile, int max_len) in LSCRIU_Error_File_Name()
H A Dlsapilib.c3851 static int lsapi_check_path(const char *p, char *final, int max_len) in lsapi_check_path()
/PHP-7.3/ext/zlib/
H A Dzlib.c422 …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-7.3/main/streams/
H A Dstreams.c1405 size_t len = 0, max_len; in _php_stream_copy_to_mem() local
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c964 static char *php_openssl_cipher_get_version(const SSL_CIPHER *c, char *buffer, size_t max_len) /* {… in php_openssl_cipher_get_version()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.h141 OnigLen max_len; /* max length (byte) */ member
H A Dregcomp.c4343 int r, n, one_len, min_len, max_len, in_look_behind; in unravel_case_fold_string() local
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c1514 SQLUSMALLINT max_len; in PHP_FUNCTION() local
/PHP-7.3/ext/spl/
H A Dspl_directory.c2513 zend_long max_len; in SPL_METHOD() local
/PHP-7.3/ext/ldap/
H A Dldap.c2568 static size_t _ldap_strlen_max(const char *str, size_t max_len) in _ldap_strlen_max()

Completed in 107 milliseconds