/PHP-8.3/main/ |
H A D | php_streams.h | 62 #define php_stream_copy_to_mem_rel(src, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), (… argument 358 #define php_stream_gets(stream, buf, maxlen) _php_stream_get_line((stream), (buf), (maxlen), NULL) argument 360 #define php_stream_get_line(stream, buf, maxlen, retlen) _php_stream_get_line((stream), (buf), (max… argument 485 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… argument 487 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (… argument 493 #define php_stream_copy_to_mem(src, maxlen, persistent) _php_stream_copy_to_mem((src), (maxlen), (p… argument
|
/PHP-8.3/main/streams/ |
H A D | streams.c | 921 PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t maxlen, in _php_stream_get_line() 1039 size_t maxlen, in _php_stream_search_delim() 1062 PHPAPI zend_string *php_stream_get_record(php_stream *stream, size_t maxlen, const char *delim, siz… in php_stream_get_record() 1516 PHPAPI zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxlen, int persistent STREAMS_… in _php_stream_copy_to_mem() 1609 PHPAPI zend_result _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, … in _php_stream_copy_to_stream_ex()
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1958 file_strncmp(const char *s1, const char *s2, size_t len, size_t maxlen, in file_strncmp() 2037 file_strncmp16(const char *a, const char *b, size_t len, size_t maxlen, in file_strncmp16()
|
/PHP-8.3/ext/standard/ |
H A D | streamsfuncs.c | 448 zend_long maxlen, desiredpos = -1L; in PHP_FUNCTION() local 501 zend_long maxlen, pos = 0; in PHP_FUNCTION() local
|
H A D | file.c | 401 zend_long maxlen; in PHP_FUNCTION() local 1009 zend_long maxlen = 0; in PHP_FUNCTION() local
|
H A D | html.c | 1105 size_t cursor, maxlen, len; in php_escape_html_entities_ex() local
|
H A D | string.c | 2690 size_t maxlen = 0; local
|
H A D | array.c | 6469 uint32_t k, maxlen = 0; local
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 659 char *phpdbg_short_zval_print(zval *zv, int maxlen) /* {{{ */ in phpdbg_short_zval_print()
|
/PHP-8.3/Zend/ |
H A D | zend_operators.h | 280 static zend_always_inline size_t zend_strnlen(const char* s, size_t maxlen) in zend_strnlen()
|
/PHP-8.3/ext/phar/ |
H A D | func_interceptors.c | 165 zend_long maxlen; in PHAR_FUNC() local
|
/PHP-8.3/ext/pdo/ |
H A D | php_pdo_driver.h | 528 size_t maxlen; member
|
/PHP-8.3/ext/sockets/ |
H A D | sockets.c | 287 static int php_read(php_socket *sock, void *buf, size_t maxlen, int flags)
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_interface.c | 158 zend_long maxlen = -1, type = 0; in PHP_FUNCTION() local
|