Searched refs:APR_ENCODE_STRING (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/encoding/
H A Dapr_encode.c220 if (APR_ENCODE_STRING == slen) {
384 if (APR_ENCODE_STRING == slen) {
459 if (APR_ENCODE_STRING == slen) {
575 if (APR_ENCODE_STRING == slen) {
823 if (APR_ENCODE_STRING == slen) {
926 if (APR_ENCODE_STRING == slen) {
1082 for (size = 0; (APR_ENCODE_STRING == slen) ? in[size] : size < slen; size++) {
1100 if (APR_ENCODE_STRING == slen) {
1217 if (APR_ENCODE_STRING == slen) {
1307 if (APR_ENCODE_STRING
[all...]
/freebsd-11-stable/contrib/apr/include/
H A Dapr_encode.h95 * Plain strings are not assumed '\0' terminated unless APR_ENCODE_STRING is
105 #define APR_ENCODE_STRING (-1) macro
151 * @param slen The length of the original string, or APR_ENCODE_STRING if
186 * @param slen The length of the original string, or APR_ENCODE_STRING if
221 * @param slen The length of the original string, or APR_ENCODE_STRING if
239 * @param slen The length of the original string, or APR_ENCODE_STRING if
258 * @param slen The length of the base64 string, or APR_ENCODE_STRING if
277 * @param slen The length of the original string, or APR_ENCODE_STRING if
295 * @param slen The length of the original string, or APR_ENCODE_STRING if
328 * @param slen The length of the original string, or APR_ENCODE_STRING i
[all...]

Completed in 59 milliseconds