Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dbase64.h24 char* buffer_append_base64_enc(buffer *out, const unsigned char* in, size_t in_length, base64_chars…
27 buffer_append_base64_enc((out), (in), (in_length), (charset), 0)
29 buffer_append_base64_enc((out), (in), (in_length), (charset), 1)
H A Dbase64.c153 char* buffer_append_base64_enc(buffer *out, const unsigned char* in, size_t in_length, base64_chars… in buffer_append_base64_enc() function