Lines Matching defs:user
52 * user[in] - The user name.
60 CURLcode Curl_auth_create_oauth_bearer_message(const char *user,
70 oauth = aprintf("n,a=%s,\1host=%s\1auth=Bearer %s\1\1", user, host,
73 oauth = aprintf("n,a=%s,\1host=%s\1port=%ld\1auth=Bearer %s\1\1", user,
90 * user[in] - The user name.
96 CURLcode Curl_auth_create_xoauth_bearer_message(const char *user,
101 char *xoauth = aprintf("user=%s\1auth=Bearer %s\1\1", user, bearer);