Lines Matching refs:NameValue
46 const struct NameValue setopt_nv_CURLPROXY[] = {
57 const struct NameValue setopt_nv_CURL_SOCKS_PROXY[] = {
79 const struct NameValue setopt_nv_CURL_HTTP_VERSION[] = {
89 const struct NameValue setopt_nv_CURL_SSLVERSION[] = {
101 const struct NameValue setopt_nv_CURL_TIMECOND[] = {
109 const struct NameValue setopt_nv_CURLFTPSSL_CCC[] = {
116 const struct NameValue setopt_nv_CURLUSESSL[] = {
133 const struct NameValue setopt_nv_CURL_NETRC[] = {
142 const struct NameValue setopt_nv_CURLPROTO[] = {
170 static const struct NameValue setopt_nv_CURLNONZERODEFAULTS[] = {
286 const struct NameValue *nvlist, long lval) in tool_setopt_enum()
297 const struct NameValue *nv = NULL; in tool_setopt_enum()
320 const struct NameValue *nvlist, long lval) in tool_setopt_flags()
333 const struct NameValue *nv = NULL; in tool_setopt_flags()
655 const struct NameValue *nv = NULL; in tool_setopt()