Lines Matching refs:http_context
432 /* If the user/passwd that was used to make the identity for http_context
438 if(digest->http_context) {
439 s_pSecFn->DeleteSecurityContext(digest->http_context);
440 Curl_safefree(digest->http_context);
446 if(digest->http_context) {
466 status = s_pSecFn->MakeSignature(digest->http_context, 0, &chlg_desc, 0);
472 s_pSecFn->DeleteSecurityContext(digest->http_context);
473 Curl_safefree(digest->http_context);
477 if(!digest->http_context) {
577 digest->http_context = calloc(1, sizeof(CtxtHandle));
578 if(!digest->http_context)
586 digest->http_context,
603 Curl_safefree(digest->http_context);
662 if(digest->http_context) {
663 s_pSecFn->DeleteSecurityContext(digest->http_context);
664 Curl_safefree(digest->http_context);
667 /* Free the copy of user/passwd used to make the identity for http_context */