Lines Matching refs:colonp
1476 char *colonp;
1514 colonp = strchr(source, ':');
1515 if (colonp == NULL) {
1540 if (strncmp(colonp + 1, "//", 2) != 0) {
1563 scheme_len = colonp - source;
1579 *pathp = strdup(colonp + 3);
1597 strchr(colonp + 3, '/') == NULL) {
1605 *pathp = strdup(colonp + 3);
1619 authority_len = strcspn(colonp + 3, "/");
1620 authority = get_substring(colonp + 3, authority_len, ebuf);
1628 endp = colonp + 3 + authority_len;