Home
last modified time | relevance | path

Searched refs:alloc_hcp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c2041 char *alloc_hcp = NULL, errstr[MAXERROR]; in createTLSSession() local
2062 alloc_hcp = __s_get_hostcertpath(); in createTLSSession()
2063 hostcertpath = alloc_hcp; in createTLSSession()
2070 if (alloc_hcp != NULL) { in createTLSSession()
2071 free(alloc_hcp); in createTLSSession()
2081 if (alloc_hcp) in createTLSSession()
2082 free(alloc_hcp); in createTLSSession()