Searched defs:domain (Results 1 – 13 of 13) sorted by relevance
/curl/lib/ |
H A D | socketpair.c | 80 int Curl_socketpair(int domain, int type, int protocol, in Curl_socketpair() 131 int Curl_socketpair(int domain, int type, int protocol, in Curl_socketpair()
|
H A D | cookie.c | 217 static const char *get_top_domain(const char * const domain, size_t *outlen) in get_top_domain() 246 static size_t cookie_hash_domain(const char *domain, const size_t len) in cookie_hash_domain() 267 static size_t cookiehash(const char * const domain) in cookiehash() 414 static bool bad_domain(const char *domain, size_t len) in bad_domain() 477 const char *domain, /* default domain */ in parse_cookie_header() 936 const char *domain) in is_public_suffix() 1101 const char *domain, /* default domain */ in Curl_cookie_add()
|
H A D | curl_sspi.c | 148 xcharp_u domain, dup_domain; in Curl_create_sspi_identity() local
|
H A D | smb.h | 39 char *domain; member
|
H A D | smtp.h | 74 char *domain; /* Client address/name to send in the EHLO */ member
|
H A D | memdebug.h | 145 #define socket(domain,type,protocol)\ argument 151 #define socketpair(domain,type,protocol,socket_vector)\ argument
|
H A D | cookie.h | 39 char *domain; /* domain = <this> */ member
|
H A D | memdebug.c | 304 curl_socket_t curl_dbg_socket(int domain, int type, int protocol, in curl_dbg_socket() 351 int curl_dbg_socketpair(int domain, int type, int protocol, in curl_dbg_socketpair()
|
H A D | curl_ntlm_core.c | 510 const char *domain, size_t domlen, in Curl_ntlm_core_mk_ntlmv2_hash()
|
/curl/lib/vauth/ |
H A D | ntlm.c | 359 const char *domain = ""; /* empty */ in Curl_auth_create_ntlm_type1_message() local 493 const char *domain = ""; in Curl_auth_create_ntlm_type3_message() local
|
H A D | digest_sspi.c | 257 xcharp_u domain, dup_domain; in Curl_override_sspi_http_realm() local
|
/curl/tests/http/testenv/ |
H A D | vsftpd.py | 66 def domain(self): member in VsFTPD
|
H A D | env.py | 443 def get_credentials(self, domain) -> Optional[Credentials]: argument
|
Completed in 31 milliseconds