Lines Matching refs:specs
1368 char **specs, *p; in ldap_url_parsehosts() local
1375 specs = ldap_str2charray(hosts, ", "); in ldap_url_parsehosts()
1376 if (specs == NULL) in ldap_url_parsehosts()
1380 for (i = 0; specs[i] != NULL; i++) /* EMPTY */; in ldap_url_parsehosts()
1386 ldap_charray_free(specs); in ldap_url_parsehosts()
1392 ludp->lud_host = specs[i]; in ldap_url_parsehosts()
1393 specs[i] = NULL; in ldap_url_parsehosts()
1402 specs[i] = ludp->lud_host; in ldap_url_parsehosts()
1407 ldap_charray_free(specs); in ldap_url_parsehosts()
1414 ldap_charray_free(specs); in ldap_url_parsehosts()
1431 ldap_charray_free(specs); in ldap_url_parsehosts()
1444 ldap_charray_free(specs); in ldap_url_parsehosts()