Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c2039 char *alloc_hcp = NULL, errstr[MAXERROR]; in createTLSSession() local
2060 alloc_hcp = __s_get_hostcertpath(); in createTLSSession()
2061 hostcertpath = alloc_hcp; in createTLSSession()
2068 if (alloc_hcp != NULL) { in createTLSSession()
2069 free(alloc_hcp); in createTLSSession()
2079 if (alloc_hcp) in createTLSSession()
2080 free(alloc_hcp); in createTLSSession()