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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_encode.h70 * o Use flags APR_ENCODE_NONE/APR_ENCODE_COLON
140 #define APR_ENCODE_COLON 16 macro
436 * APR_ENCODE_COLON, separate each token with a colon.
451 * APR_ENCODE_COLON, separate each token with a colon.
469 * APR_ENCODE_COLON, separate each token with a colon.
486 * APR_ENCODE_COLON, separate each token with a colon.
503 * APR_ENCODE_COLON, allow tokens to be separated with a colon.
520 * APR_ENCODE_COLON, allow tokens to be separated with a colon.
537 * APR_ENCODE_COLON, allow tokens to be separated with a colon.
554 * APR_ENCODE_COLON, allo
[all...]
/freebsd-11-stable/contrib/apr/encoding/
H A Dapr_encode.c1083 if ((flags & APR_ENCODE_COLON) && size) {
1103 if ((flags & APR_ENCODE_COLON) && slen) {
1136 if ((flags & APR_ENCODE_COLON) && size) {
1153 if ((flags & APR_ENCODE_COLON) && slen) {

Completed in 159 milliseconds