Home
last modified time | relevance | path

Searched refs:in_base64 (Results 1 – 5 of 5) sorted by relevance

/dports/databases/tarantool-c/tarantool-c-0ab37e8/third_party/
H A Dbase64.c220 base64_decode_block(const char *in_base64, int in_len, in base64_decode_block() argument
224 const char *in_pos = in_base64; in base64_decode_block()
225 const char *in_end = in_base64 + in_len; in base64_decode_block()
296 base64_decode(const char *in_base64, int in_len, in base64_decode() argument
301 return base64_decode_block(in_base64, in_len, in base64_decode()
H A Dbase64.h84 int base64_decode(const char *in_base64, int in_len,
/dports/benchmarks/nosqlbench/nosqlbench-0.0.20151214/third_party/tarantool-c/third_party/
H A Dbase64.c218 base64_decode_block(const char *in_base64, int in_len, in base64_decode_block() argument
222 const char *in_pos = in_base64; in base64_decode_block()
223 const char *in_end = in_base64 + in_len; in base64_decode_block()
291 base64_decode(const char *in_base64, int in_len, in base64_decode() argument
296 return base64_decode_block(in_base64, in_len, in base64_decode()
H A Dbase64.h84 int base64_decode(const char *in_base64, int in_len,
/dports/chinese/cnprint/cnprint-3.30b/
H A Dcnprint330b.c351 static int in_base64; variable
6178 if (! in_base64) { in utf7_getc()
6182 in_base64 = IN; in utf7_getc()
6196 in_base64 = OUT; in utf7_getc()