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 319 connssl->ctxt = (struct curl_schannel_ctxt *)
320 malloc(sizeof(struct curl_schannel_ctxt));
325 memset(connssl->ctxt, 0, sizeof(struct curl_schannel_ctxt));
    [all...]
  /external/curl/lib/
urldata.h 246 struct curl_schannel_ctxt { struct
324 struct curl_schannel_ctxt *ctxt;
    [all...]

Completed in 4140 milliseconds