Home
last modified time | relevance | path

Searched defs:maxlen (Results 1 – 17 of 17) sorted by relevance

/PHP-8.0/ext/pdo_mysql/
H A Dget_error_codes.php4 $maxlen = 0; variable
11 $maxlen = max($maxlen, strlen($matches[1])); variable
/PHP-8.0/main/
H A Dphp_streams.h62 #define php_stream_copy_to_mem_rel(src, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), (… argument
340 #define php_stream_gets(stream, buf, maxlen) _php_stream_get_line((stream), (buf), (maxlen), NULL) argument
342 #define php_stream_get_line(stream, buf, maxlen, retlen) _php_stream_get_line((stream), (buf), (max… argument
458 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… argument
460 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (… argument
466 #define php_stream_copy_to_mem(src, maxlen, persistent) _php_stream_copy_to_mem((src), (maxlen), (p… argument
H A Dspprintf.c179 static size_t strnlen(const char *s, size_t maxlen) { in strnlen()
/PHP-8.0/main/streams/
H A Dstreams.c890 PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t maxlen, in _php_stream_get_line()
1008 size_t maxlen, in _php_stream_search_delim()
1031 PHPAPI zend_string *php_stream_get_record(php_stream *stream, size_t maxlen, const char *delim, siz… in php_stream_get_record()
1448 PHPAPI zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxlen, int persistent STREAMS_… in _php_stream_copy_to_mem()
1531 PHPAPI int _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *… in _php_stream_copy_to_stream_ex()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c1893 file_strncmp(const char *s1, const char *s2, size_t len, size_t maxlen, in file_strncmp()
1967 file_strncmp16(const char *a, const char *b, size_t len, size_t maxlen, in file_strncmp16()
/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c433 zend_long maxlen, desiredpos = -1L; in PHP_FUNCTION() local
486 zend_long maxlen, pos = 0; in PHP_FUNCTION() local
H A Dfile.c529 zend_long maxlen; in PHP_FUNCTION() local
1135 zend_long maxlen = 0; in PHP_FUNCTION() local
H A Dhtml.c1105 size_t cursor, maxlen, len; in php_escape_html_entities_ex() local
H A Dstring.c2734 size_t maxlen = 0; local
H A Darray.c5995 uint32_t k, maxlen = 0; local
/PHP-8.0/ext/phar/
H A Dtar.c204 static size_t strnlen(const char *s, size_t maxlen) { in strnlen()
H A Dfunc_interceptors.c100 zend_long maxlen; in PHAR_FUNC() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_utils.c782 char *phpdbg_short_zval_print(zval *zv, int maxlen) /* {{{ */ in phpdbg_short_zval_print()
/PHP-8.0/ext/pdo/
H A Dphp_pdo_driver.h537 size_t maxlen; member
/PHP-8.0/ext/sockets/
H A Dsockets.c287 static int php_read(php_socket *sock, void *buf, size_t maxlen, int flags)
/PHP-8.0/ext/oci8/
H A Doci8_interface.c158 zend_long maxlen = -1, type = 0; in PHP_FUNCTION() local
/PHP-8.0/Zend/
H A Dzend_compile.c1383 static zend_always_inline size_t zend_strnlen(const char* s, size_t maxlen) /* {{{ */ in zend_strnlen()

Completed in 146 milliseconds