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

  /external/curl/lib/vauth/
digest_sspi.c 82 SEC_WINNT_AUTH_IDENTITY *p_identity; local
148 p_identity = &identity;
152 p_identity = NULL;
158 p_identity, NULL, NULL,
162 Curl_sspi_free_identity(p_identity);
197 Curl_sspi_free_identity(p_identity);
214 Curl_sspi_free_identity(p_identity);
367 SEC_WINNT_AUTH_IDENTITY *p_identity; local
401 p_identity = &identity;
405 p_identity = NULL
    [all...]
spnego_sspi.c 126 nego->p_identity = &nego->identity;
130 nego->p_identity = NULL;
144 nego->p_identity, NULL, NULL,
285 Curl_sspi_free_identity(nego->p_identity);
286 nego->p_identity = NULL;
ntlm_sspi.c 97 ntlm->p_identity = &ntlm->identity;
101 ntlm->p_identity = NULL;
114 ntlm->p_identity, NULL, NULL,
303 Curl_sspi_free_identity(ntlm->p_identity);
304 ntlm->p_identity = NULL;
krb5_sspi.c 124 krb5->p_identity = &krb5->identity;
128 krb5->p_identity = NULL;
142 krb5->p_identity, NULL, NULL,
485 Curl_sspi_free_identity(krb5->p_identity);
486 krb5->p_identity = NULL;
  /external/curl/lib/
urldata.h 426 SEC_WINNT_AUTH_IDENTITY *p_identity; member in struct:kerberos5data
444 SEC_WINNT_AUTH_IDENTITY *p_identity; member in struct:ntlmdata
474 SEC_WINNT_AUTH_IDENTITY *p_identity; member in struct:negotiatedata
    [all...]

Completed in 146 milliseconds