Searched refs:gothost (Results 1 – 2 of 2) sorted by relevance
100 int i, gothost; in get_fs_locations() local170 i = gothost = 0; in get_fs_locations()171 while ((sp && *sp && (sp - buf < len)) || gothost) { in get_fs_locations()173 if (!gothost) { in get_fs_locations()210 gothost = 1; in get_fs_locations()218 if (*sp == '\0' && gothost) { in get_fs_locations()224 gothost = 0; in get_fs_locations()245 if (gothost) { in get_fs_locations()
787 int gothost = 0; in sip_uri_parse_params() local874 gothost = 0; in sip_uri_parse_params()877 gothost = sip_uri_parse_ipv4(mark, in sip_uri_parse_params()884 if (!gothost && mark < scan && *mark == '[') { in sip_uri_parse_params()885 gothost = sip_uri_parse_ipv6(mark, in sip_uri_parse_params()892 if (!gothost && mark < scan) { in sip_uri_parse_params()893 if (!(gothost = in sip_uri_parse_params()900 if (gothost) in sip_uri_parse_params()1327 int gothost = 0; in sip_uri_parse_netpath() local1361 gothost = 1; in sip_uri_parse_netpath()[all …]