Searched refs:alloc_hcp (Results 1 – 1 of 1) sorted by relevance
2041 char *alloc_hcp = NULL, errstr[MAXERROR]; in createTLSSession() local2062 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()