Searched refs:uri_scheme (Results 1 – 2 of 2) sorted by relevance
101 static struct uri_scheme { struct
309 static struct uri_scheme { struct312 } uri_scheme[] = { argument318 #define URI_SCHEME_NUM ((sizeof (uri_scheme) / \319 sizeof (struct uri_scheme)) - 1)326 for (i = 0; uri_scheme[i].scheme != NULL; ++i) { in check_uri_scheme()327 if (strcmp(scheme, uri_scheme[i].scheme) == 0) in check_uri_scheme()339 for (i = 0; uri_scheme[i].protocol != NULL; ++i) { in check_uri_protocol()340 if (strcmp(p, uri_scheme[i].protocol) == 0) in check_uri_protocol()16101 if (r == 0 && nvlist_add_nvlist(params, uri_scheme[index].protocol, in process_uri()