Searched defs:pcszCAFile (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dhttp.cpp61 char *pcszCAFile; member in struct:RTHTTPINTERNAL
138 if (pHttpInt->pcszCAFile)
139 RTStrFree(pHttpInt->pcszCAFile);
346 RTR3DECL(int) RTHttpSetCAFile(RTHTTP hHttp, const char *pcszCAFile) argument
351 if (pHttpInt->pcszCAFile)
352 RTStrFree(pHttpInt->pcszCAFile);
353 pHttpInt->pcszCAFile = RTStrDup(pcszCAFile);
354 if (!pHttpInt->pcszCAFile)
464 const char *pcszCAFile local
552 const char *pcszCAFile = "/etc/ssl/certs/ca-certificates.crt"; local
[all...]

Completed in 62 milliseconds