Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcurl_gssapi.c57 if(data->set.gssapi_delegation & CURLGSSAPI_DELEGATION_POLICY_FLAG) { in Curl_gss_init_sec_context()
66 if(data->set.gssapi_delegation & CURLGSSAPI_DELEGATION_FLAG) in Curl_gss_init_sec_context()
Durldata.h1129 long gssapi_delegation; /* inherited from set.gssapi_delegation */ member
1769 long gssapi_delegation; /* GSS-API credential delegation, see the member
Durl.c1338 if(needle->gssapi_delegation != check->gssapi_delegation) in ConnectionExists()
1811 conn->gssapi_delegation = data->set.gssapi_delegation; in allocate_conn()
Dsetopt.c1859 data->set.gssapi_delegation = arg; in Curl_vsetopt()
/third_party/curl/src/
Dtool_cfgable.h258 long gssapi_delegation; member
Dtool_operate.c1965 if(config->gssapi_delegation) in single_transfer()
1967 config->gssapi_delegation); in single_transfer()
Dtool_getparam.c1136 config->gssapi_delegation = delegation(config, nextarg); in getparameter()