Home
last modified time | relevance | path

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

/PHP-7.2/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.2/Zend/
H A Dzend.c188 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf()
200 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in zend_vstrpprintf()
219 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf()
/PHP-7.2/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.2/ext/interbase/
H A Dibase_blobs.c93 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.2/sapi/litespeed/
H A Dlscriu.c322 static char *LSCRIU_Error_File_Name(char *pchFile, int max_len) in LSCRIU_Error_File_Name()
H A Dlsapilib.c3637 static int lsapi_check_path(const char *p, char *final, int max_len) in lsapi_check_path()
/PHP-7.2/ext/zlib/
H A Dzlib.c424 …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.2/ext/mbstring/oniguruma/src/
H A Dregparse.h195 OnigLen max_len; /* max length (byte) */ member
/PHP-7.2/main/streams/
H A Dstreams.c1397 size_t len = 0, max_len; in _php_stream_copy_to_mem() local
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c1000 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.2/ext/odbc/
H A Dphp_odbc.c1516 SQLUSMALLINT max_len; in PHP_FUNCTION() local
/PHP-7.2/ext/ldap/
H A Dldap.c1748 static int _ldap_strlen_max(const char *str, uint32_t max_len) in _ldap_strlen_max()
/PHP-7.2/ext/spl/
H A Dspl_directory.c2535 zend_long max_len; in SPL_METHOD() local

Completed in 109 milliseconds