Home
last modified time | relevance | path

Searched refs:scheme_part (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/print/libpapi-common/common/
H A Duri.c147 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()
H A Duri.h44 char *scheme_part; member