Searched refs:APR_ESCAPE_STRING (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/apr/encoding/
H A Dapr_escape.c104 switch (apr_escape_shell(NULL, str, APR_ESCAPE_STRING, &len)) {
107 apr_escape_shell(cmd, str, APR_ESCAPE_STRING, NULL);
257 switch (apr_unescape_url(NULL, url, APR_ESCAPE_STRING, forbid, reserved,
261 apr_unescape_url(buf, url, APR_ESCAPE_STRING, forbid, reserved, plus,
355 switch (apr_escape_path_segment(NULL, str, APR_ESCAPE_STRING, &len)) {
358 apr_escape_path_segment(cmd, str, APR_ESCAPE_STRING, NULL);
438 switch (apr_escape_path(NULL, str, APR_ESCAPE_STRING, partial, &len)) {
441 apr_escape_path(path, str, APR_ESCAPE_STRING, partial, NULL);
512 switch (apr_escape_urlencoded(NULL, str, APR_ESCAPE_STRING, &len)) {
515 apr_escape_urlencoded(encoded, str, APR_ESCAPE_STRING, NUL
[all...]
/freebsd-11-stable/contrib/apr/include/
H A Dapr_escape.h56 #define APR_ESCAPE_STRING (-1) macro
80 * @param slen The length of the original string, or APR_ESCAPE_STRING
108 * @param slen The length of the original url, or APR_ESCAPE_STRING
149 * @param slen The length of the original string, or APR_ESCAPE_STRING
181 * @param slen The length of the original string, or APR_ESCAPE_STRING
217 * @param slen The length of the original string, or APR_ESCAPE_STRING
247 * @param slen The length of the original string, or APR_ESCAPE_STRING
280 * @param slen The length of the original string, or APR_ESCAPE_STRING
316 * @param slen The length of the original string, or APR_ESCAPE_STRING
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_dep_compat.h202 #define APR_ESCAPE_STRING (-1) macro

Completed in 128 milliseconds