Lines Matching refs:colonp
1775 char *colonp; local
1813 colonp = strchr(source, ':');
1814 if (colonp == NULL) {
1839 if (strncmp(colonp + 1, "//", 2) != 0) {
1862 scheme_len = colonp - source;
1877 *pathp = strdup(colonp + 3);
1898 strchr(colonp + 3, '/') == NULL) {
1906 *pathp = strdup(colonp + 3);
1920 authority_len = strcspn(colonp + 3, "/");
1921 authority = get_substring(colonp + 3, authority_len, ebuf);
1929 endp = colonp + 3 + authority_len;