Searched refs:scheme_part (Results 1 – 2 of 2) sorted by relevance
147 u->scheme_part = strdup(&ptr[1]); in uri_from_string()151 (u->scheme_part == NULL)) { in uri_from_string()183 if (uri->scheme_part == NULL) { in uri_to_string()202 uri->scheme_part); in uri_to_string()214 if (uri->scheme_part != NULL) in uri_free()215 free(uri->scheme_part); in uri_free()249 if (uri->scheme_part != NULL) in uri_dump()250 fprintf(fp, "scheme_part: %s\n", uri->scheme_part); in uri_dump()
44 char *scheme_part; member