Home
last modified time | relevance | path

Searched refs:mb_convert_buf_appendn (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h221 static inline unsigned char* mb_convert_buf_appendn(unsigned char *out, const char *s, size_t n) in mb_convert_buf_appendn() function
/PHP-8.3/ext/mbstring/
H A Dmbstring.c5959 buf.out = mb_convert_buf_appendn(buf.out, linefeed, linefeed_len); in mb_mime_header_encode()
5973 buf.out = mb_convert_buf_appendn(buf.out, linefeed, linefeed_len); in mb_mime_header_encode()
6014 buf.out = mb_convert_buf_appendn(buf.out, linefeed, linefeed_len); in mb_mime_header_encode()
6129 buf.out = mb_convert_buf_appendn(buf.out, linefeed, linefeed_len); in mb_mime_header_encode()

Completed in 23 milliseconds