Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dspprintf.c838 PHPAPI size_t vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) /* {{{ */ in vspprintf()
865 PHPAPI size_t spprintf(char **pbuf, size_t max_len, const char *format, ...) /* {{{ */ in spprintf()
877 PHPAPI zend_string *vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in vstrpprintf()
896 PHPAPI zend_string *strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in strpprintf()
/PHP-7.0/ext/intl/grapheme/
H A Dgrapheme_util.h44 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
/PHP-7.0/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-7.0/Zend/
H A Dzend_exceptions.c689 size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf()
701 zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf()
/PHP-7.0/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.c1549 zend_ulong max_len = 0; in _php_ibase_fetch_hash() local
/PHP-7.0/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.0/ext/mbstring/oniguruma/
H A Dregparse.h195 OnigDistance max_len; /* max length (byte) */ member
/PHP-7.0/main/streams/
H A Dstreams.c1423 size_t len = 0, max_len; in _php_stream_copy_to_mem() local
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c1001 static char *php_ssl_cipher_get_version(const SSL_CIPHER *c, char *buffer, size_t max_len) /* {{{ */ in php_ssl_cipher_get_version()
/PHP-7.0/ext/odbc/
H A Dphp_odbc.c1509 SQLUSMALLINT max_len; in PHP_FUNCTION() local
/PHP-7.0/ext/ldap/
H A Dldap.c1627 static int _ldap_strlen_max(const char *str, uint max_len) in _ldap_strlen_max()
/PHP-7.0/ext/spl/
H A Dspl_directory.c2508 zend_long max_len; in SPL_METHOD() local

Completed in 68 milliseconds