Lines Matching defs:ptr
1662 char *ptr, *sockpath = NULL;
1669 ptr = ap_strchr((char *)url, '|');
1670 if (ptr) {
1671 *ptr = '\0';
1675 url = ptr+1; /* so we get the scheme for the uds */
1678 *ptr = '|';
1713 /* recall that we get a ptr to the ptr here */
1740 ptr = apr_uri_unparse(p, &uri, APR_URI_UNP_REVEALPASSWORD);
1741 if (PROXY_STRNCPY(wshared->name, ptr) != APR_SUCCESS) {
1743 "Alert! worker name (%s) too long; truncated to: %s", ptr, wshared->name);
1985 char *ptr, *ptr2;
1990 (ptr = ap_strchr(ptr2, '|'))) {
1993 *ptr = '\0';
1996 char *rurl = ptr+1;
2007 *ptr = '|';