Home
last modified time | relevance | path

Searched refs:tbyte_ptr (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Dcurl_multibyte.h63 unsigned short *tbyte_ptr; member
75 unsigned char *tbyte_ptr; member
Dcurl_sspi.c180 identity->User = dup_user.tbyte_ptr; in Curl_create_sspi_identity()
192 identity->Domain = dup_domain.tbyte_ptr; in Curl_create_sspi_identity()
207 identity->Password = dup_passwd.tbyte_ptr; in Curl_create_sspi_identity()
/third_party/curl/lib/vauth/
Ddigest_sspi.c279 identity->Domain = dup_domain.tbyte_ptr; in Curl_override_sspi_http_realm()