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

/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Duri.h44 char *scheme_part; member in struct:__anon4324
H A Duri.c54 /* find the scheme:scheme_part split */
146 } else { /* scheme:scheme_part */
147 u->scheme_part = strdup(&ptr[1]);
151 (u->scheme_part == NULL)) {
183 if (uri->scheme_part == NULL) {
202 uri->scheme_part);
214 if (uri->scheme_part != NULL)
215 free(uri->scheme_part);
249 if (uri->scheme_part != NULL)
250 fprintf(fp, "scheme_part
[all...]

Completed in 113 milliseconds