Lines Matching defs:str
44 const char *str = pattern;50 delim = *str++;55 str += 2;59 str += 2;66 endp = ap_strchr_c(str, delim);80 rxstr = apr_pstrndup(pool, str, endp-str);87 str = endp+1;88 if (!*str || (endp = ap_strchr_c(str, delim), !endp)) {92 ret->subs = apr_pstrndup(pool, str, (endp-str));