Searched refs:APR_ENCODE_STRING (Results 1 – 2 of 2) sorted by relevance
220 if (APR_ENCODE_STRING == slen) { in apr_encode_base64()384 if (APR_ENCODE_STRING == slen) { in apr_decode_base64()459 if (APR_ENCODE_STRING == slen) { in apr_decode_base64_binary()575 if (APR_ENCODE_STRING == slen) { in apr_encode_base32()823 if (APR_ENCODE_STRING == slen) { in apr_decode_base32()926 if (APR_ENCODE_STRING == slen) { in apr_decode_base32_binary()1082 for (size = 0; (APR_ENCODE_STRING == slen) ? in[size] : size < slen; size++) { in apr_encode_base16()1100 if (APR_ENCODE_STRING == slen) { in apr_encode_base16()1217 if (APR_ENCODE_STRING == slen) { in apr_decode_base16()1307 if (APR_ENCODE_STRING == slen) { in apr_decode_base16_binary()
105 #define APR_ENCODE_STRING (-1) macro