Searched refs:existingCertArr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/webdavfs-367/webdavlib/
H A Dwebdavlib.c124 CFArrayRef existingCertArr; local
137 existingCertArr = CFDictionaryGetValue(sslPropDict, _kCFStreamSSLTrustedLeafCertificates);
140 if (existingCertArr == NULL) {
146 newCertArr = CFArrayCreateMutableCopy(kCFAllocatorDefault, 0, existingCertArr);

Completed in 114 milliseconds