Home
last modified time | relevance | path

Searched defs:base64 (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf7imap.c498 static uint32_t* handle_base64_end(unsigned char n, uint32_t *out, bool *base64, bool abrupt, uint1… in handle_base64_end()
522 bool base64 = *state & 1; in mb_utf7imap_to_wchar() local
650 bool base64; in mb_wchar_to_utf7imap() local
751 bool base64 = false; in mb_check_utf7imap() local
H A Dmbfilter_utf7.c477 static uint32_t* handle_base64_end(unsigned char n, unsigned char **p, uint32_t *out, bool *base64,… in handle_base64_end()
508 bool base64 = *state & 1; in mb_utf7_to_wchar() local
640 bool base64; in mb_wchar_to_utf7() local
739 bool base64 = false; in mb_check_utf7() local
/PHP-8.3/main/streams/
H A Dmemory.c617 int base64 = 0; in php_stream_url_wrap_rfc2397() local
/PHP-8.3/ext/mbstring/
H A Dmbstring.c5795 static size_t transfer_encoded_size(mb_convert_buf *tmpbuf, bool base64) in transfer_encoded_size()
5810 static void transfer_encode_mime_bytes(mb_convert_buf *tmpbuf, mb_convert_buf *outbuf, bool base64) in transfer_encode_mime_bytes()
5858 …ing *input, const mbfl_encoding *incode, const mbfl_encoding *outcode, bool base64, char *linefeed… in mb_mime_header_encode()
6161 bool base64 = true; in PHP_FUNCTION() local

Completed in 31 milliseconds