Searched refs:nprbytes (Results 1 – 2 of 2) sorted by relevance
417 nprbytes -= 4; in apr_decode_base64()420 if (nprbytes == 1) { in apr_decode_base64()423 if (nprbytes > 1) { in apr_decode_base64()427 if (nprbytes > 2) { in apr_decode_base64()431 if (nprbytes > 3) { in apr_decode_base64()492 nprbytes -= 4; in apr_decode_base64_binary()498 if (nprbytes > 1) { in apr_decode_base64_binary()502 if (nprbytes > 2) { in apr_decode_base64_binary()506 if (nprbytes > 3) { in apr_decode_base64_binary()869 nprbytes -= 8; in apr_decode_base32()[all …]
114 register apr_size_t nprbytes; in apr_base64_decode_len() local119 nprbytes = (bufin - (const unsigned char *) bufcoded) - 1; in apr_base64_decode_len()120 nbytesdecoded = (((int)nprbytes + 3) / 4) * 3; in apr_base64_decode_len()151 register apr_size_t nprbytes; in apr_base64_decode_binary() local156 nbytesdecoded = (((int)nprbytes + 3) / 4) * 3; in apr_base64_decode_binary()161 while (nprbytes > 4) { in apr_base64_decode_binary()169 nprbytes -= 4; in apr_base64_decode_binary()173 if (nprbytes > 1) { in apr_base64_decode_binary()177 if (nprbytes > 2) { in apr_base64_decode_binary()181 if (nprbytes > 3) { in apr_base64_decode_binary()[all …]