/PHP-7.4/ext/pdo_mysql/ |
H A D | get_error_codes.php | 4 $maxlen = 0; variable 11 $maxlen = max($maxlen, strlen($matches[1])); variable
|
/PHP-7.4/main/ |
H A D | php_streams.h | 64 #define php_stream_copy_to_mem_rel(src, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), (… argument 338 #define php_stream_gets(stream, buf, maxlen) _php_stream_get_line((stream), (buf), (maxlen), NULL) argument 340 #define php_stream_get_line(stream, buf, maxlen, retlen) _php_stream_get_line((stream), (buf), (max… argument 456 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… argument 458 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (… argument 464 #define php_stream_copy_to_mem(src, maxlen, persistent) _php_stream_copy_to_mem((src), (maxlen), (p… argument
|
H A D | spprintf.c | 183 static size_t strnlen(const char *s, size_t maxlen) { in strnlen()
|
/PHP-7.4/main/streams/ |
H A D | streams.c | 892 PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t maxlen, in _php_stream_get_line() 1010 size_t maxlen, in _php_stream_search_delim() 1033 PHPAPI zend_string *php_stream_get_record(php_stream *stream, size_t maxlen, const char *delim, siz… in php_stream_get_record() 1455 PHPAPI zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxlen, int persistent STREAMS_… in _php_stream_copy_to_mem() 1538 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-7.4/ext/standard/ |
H A D | streamsfuncs.c | 421 zend_long maxlen = (ssize_t) PHP_STREAM_COPY_ALL, in PHP_FUNCTION() local 473 zend_long maxlen = PHP_STREAM_COPY_ALL, pos = 0; in PHP_FUNCTION() local
|
H A D | file.c | 532 zend_long maxlen = (ssize_t) PHP_STREAM_COPY_ALL; in PHP_FUNCTION() local 1188 zend_long maxlen = 0; in PHP_FUNCTION() local
|
H A D | html.c | 1177 size_t cursor, maxlen, len; in php_escape_html_entities_ex() local
|
H A D | string.c | 3011 size_t maxlen = 0; local
|
H A D | array.c | 6180 uint32_t k, maxlen = 0; local
|
/PHP-7.4/ext/phar/ |
H A D | tar.c | 207 static size_t strnlen(const char *s, size_t maxlen) { in strnlen()
|
H A D | func_interceptors.c | 100 zend_long maxlen = PHP_STREAM_COPY_ALL; in PHAR_FUNC() local
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 785 char *phpdbg_short_zval_print(zval *zv, int maxlen) /* {{{ */ in phpdbg_short_zval_print()
|
/PHP-7.4/ext/pdo/ |
H A D | php_pdo_driver.h | 539 size_t maxlen; member
|
/PHP-7.4/ext/sockets/ |
H A D | sockets.c | 572 static int php_read(php_socket *sock, void *buf, size_t maxlen, int flags)
|
/PHP-7.4/ext/oci8/ |
H A D | oci8_interface.c | 194 zend_long maxlen = -1, type = 0; in PHP_FUNCTION() local
|
/PHP-7.4/Zend/ |
H A D | zend_compile.c | 1223 static zend_always_inline size_t zend_strnlen(const char* s, size_t maxlen) /* {{{ */ in zend_strnlen()
|