Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf7imap.c499 static uint32_t* handle_base64_end(unsigned char n, uint32_t *out, bool *base64, bool abrupt, uint1… in handle_base64_end()
523 bool base64 = *state & 1; in mb_utf7imap_to_wchar() local
652 bool base64; in mb_wchar_to_utf7imap() local
753 bool base64 = false; in mb_check_utf7imap() local
H A Dmbfilter_utf7.c478 static uint32_t* handle_base64_end(unsigned char n, unsigned char **p, uint32_t *out, bool *base64,… in handle_base64_end()
509 bool base64 = *state & 1; in mb_utf7_to_wchar() local
641 bool base64; in mb_wchar_to_utf7() local
740 bool base64 = false; in mb_check_utf7() local
/php-src/main/streams/
H A Dmemory.c615 int base64 = 0; in php_stream_url_wrap_rfc2397() local
/php-src/ext/mbstring/
H A Dmbstring.c6057 static size_t transfer_encoded_size(mb_convert_buf *tmpbuf, bool base64) in transfer_encoded_size()
6072 static void transfer_encode_mime_bytes(mb_convert_buf *tmpbuf, mb_convert_buf *outbuf, bool base64) in transfer_encode_mime_bytes()
6120 …ing *input, const mbfl_encoding *incode, const mbfl_encoding *outcode, bool base64, char *linefeed… in mb_mime_header_encode()
6423 bool base64 = true; in PHP_FUNCTION() local

Completed in 31 milliseconds