Searched refs:hostportmech (Results 1 – 1 of 1) sorted by relevance
205 char *hostportmech, *hpm; in parsehosts() local225 while ((hostportmech = strtok_r(hosts_str, ",", &lasts_hpm)) != NULL) { in parsehosts()234 DPRINT((dfile, "parsing host:port:mech %s\n", hostportmech)); in parsehosts()236 if (strncmp(hostportmech, ":", 1 == 0)) { /* ":port:" case */ in parsehosts()242 while ((hpm = strsep(&hostportmech, ":")) != NULL) { in parsehosts()