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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_encode.h77 * If APR_ENCODE_RELAXED is passed to the decoder functions, decoding will be
82 * If APR_ENCODE_RELAXED is not passed to a decoder function, the decoding will
115 #define APR_ENCODE_RELAXED 1 macro
224 * and return NULL if any bad character is detected. If APR_ENCODE_RELAXED,
242 * and return NULL if any bad character is detected. If APR_ENCODE_RELAXED,
261 * and return NULL if any bad character is detected. If APR_ENCODE_RELAXED,
280 * and return NULL if any bad character is detected. If APR_ENCODE_RELAXED,
/freebsd-11-stable/contrib/apr/encoding/
H A Dapr_encode.c403 status = flags & APR_ENCODE_RELAXED ? APR_SUCCESS :
478 status = flags & APR_ENCODE_RELAXED ? APR_SUCCESS :
851 status = flags & APR_ENCODE_RELAXED ? APR_SUCCESS :
954 status = flags & APR_ENCODE_RELAXED ? APR_SUCCESS :
1229 status = flags & APR_ENCODE_RELAXED ? APR_SUCCESS :
1319 status = flags & APR_ENCODE_RELAXED ? APR_SUCCESS :

Completed in 110 milliseconds