Lines Matching defs:r
58 char *p, *q, *r;
87 r = strdup(q);
88 if (parseType(r, type) != SLP_OK)
90 free(r);
106 r = strchr(q, '/');
107 if (!p && !r) { /* only host part */
111 if (p && !r) { /* host + port, no URL part */
121 *r++ = 0;
122 if (!p || p > r) { /* no port */
134 /* r now points to the URL part */
135 surl->s_pcSrvPart = r;