Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:nonbase64

10501 bool nonbase64(unsigned char ch) { return b64lookup(ch) == -1 && ch != '='; }
10536 if (nonbase64(ptr[0]) || nonbase64(ptr[1]) || nonbase64(ptr[2]) ||
10537 nonbase64(ptr[3]) ) {