Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_gssapi.c52 if(data->set.gssapi_delegation & CURLGSSAPI_DELEGATION_POLICY_FLAG) { in Curl_gss_init_sec_context()
61 if(data->set.gssapi_delegation & CURLGSSAPI_DELEGATION_FLAG) in Curl_gss_init_sec_context()
Durldata.h1729 long gssapi_delegation; /* GSS-API credential delegation, see the member
Durl.c2076 data->set.gssapi_delegation = va_arg(param, long); in Curl_setopt()
/external/curl/src/
Dtool_cfgable.h218 long gssapi_delegation; member
Dtool_operate.c1372 if(config->gssapi_delegation) in operate_do()
1374 config->gssapi_delegation); in operate_do()
Dtool_getparam.c984 config->gssapi_delegation = delegation(config, nextarg); in getparameter()