HomeSort by relevance Sort by last modified time
    Searched refs:curl_schannel_ctxt (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/vtls/
schannel.c 336 connssl->ctxt = (struct curl_schannel_ctxt *)
337 malloc(sizeof(struct curl_schannel_ctxt));
342 memset(connssl->ctxt, 0, sizeof(struct curl_schannel_ctxt));
    [all...]
  /external/curl/lib/
urldata.h 246 struct curl_schannel_ctxt { struct
326 struct curl_schannel_ctxt *ctxt;
    [all...]

Completed in 63 milliseconds