Home
last modified time | relevance | path

Searched refs:gssapi_delegation (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/lib/
Dcurl_gssapi.c67 if(data->set.gssapi_delegation & CURLGSSAPI_DELEGATION_POLICY_FLAG) { in Curl_gss_init_sec_context()
76 if(data->set.gssapi_delegation & CURLGSSAPI_DELEGATION_FLAG) in Curl_gss_init_sec_context()
Durldata.h1093 unsigned char gssapi_delegation; /* inherited from set.gssapi_delegation */ member
1803 unsigned char gssapi_delegation; member
Durl.c1302 if(needle->gssapi_delegation != check->gssapi_delegation) in ConnectionExists()
1608 conn->gssapi_delegation = data->set.gssapi_delegation; in allocate_conn()
Dsetopt.c1922 data->set.gssapi_delegation = (unsigned char)uarg& in Curl_vsetopt()
/third_party/curl/src/
Dtool_cfgable.h257 long gssapi_delegation; member
Dtool_operate.c2324 if(config->gssapi_delegation) in single_transfer()
2326 config->gssapi_delegation); in single_transfer()
Dtool_getparam.c1460 config->gssapi_delegation = delegation(config, nextarg); in getparameter()