Searched refs:uri_schemes (Results 1 – 1 of 1) sorted by relevance
104 } uri_schemes[] = { variable393 for (i = 0; i < nitems(uri_schemes); i++) { in net_parse_rootpath()394 if (strncmp(rootpath, uri_schemes[i].scheme, in net_parse_rootpath()395 strlen(uri_schemes[i].scheme)) != 0) in net_parse_rootpath()398 netproto = uri_schemes[i].proto; in net_parse_rootpath()415 ptr += strlen(uri_schemes[i].scheme); in net_parse_rootpath()