Lines Matching defs:strp
313 char *addr, *scope_id, *strp, *host, *url = *urlp;
331 strp = strrchr(host, '@');
333 if (strp != NULL) {
334 *strp = '\0';
336 host = strp + 1;
339 strp = strchr(user, ':');
340 if (strp != NULL) {
341 *strp = '\0';
342 password = ap_proxy_canonenc(p, strp + 1, strlen(strp + 1), enc_user, 1, 0);