Lines Matching refs:uarg
262 unsigned long uarg = (unsigned long)arg; in setopt_long() local
289 if(uarg > UINT_MAX) in setopt_long()
291 data->set.maxconnects = (unsigned int)uarg; in setopt_long()
584 return httpauth(data, FALSE, uarg); in setopt_long()
680 return httpauth(data, TRUE, uarg); in setopt_long()
695 if(uarg > 1) in setopt_long()
698 data->set.proxy_transfer_mode = (bool)uarg; in setopt_long()
703 data->set.socks5auth = (unsigned char)uarg; in setopt_long()
803 if(uarg > UINT_MAX) in setopt_long()
804 uarg = UINT_MAX; in setopt_long()
805 data->set.accepttimeout = (unsigned int)uarg; in setopt_long()
870 if(uarg > UINT_MAX) in setopt_long()
871 uarg = UINT_MAX; in setopt_long()
872 data->set.timeout = (unsigned int)uarg; in setopt_long()
886 if(uarg > UINT_MAX) in setopt_long()
887 uarg = UINT_MAX; in setopt_long()
888 data->set.connecttimeout = (unsigned int)uarg; in setopt_long()
930 data->set.gssapi_delegation = (unsigned char)uarg& in setopt_long()
1180 if(uarg > UINT_MAX) in setopt_long()
1183 data->set.scope_id = (unsigned int)uarg; in setopt_long()
1341 if(uarg > UINT_MAX) in setopt_long()
1342 uarg = UINT_MAX; in setopt_long()
1343 data->set.happy_eyeballs_timeout = (unsigned int)uarg; in setopt_long()