Lines Matching refs:user
113 char *user = NULL;
124 (userp ? &user : NULL),
132 if(!user && option && option[0] == ':') {
133 /* Allocate an empty string instead of returning NULL as user name */
134 user = strdup("");
135 if(!user)
140 *userp = user;
622 * Send authentication (user+password) when following locations, even when
1510 * user:password to use in the operation
1519 * authentication user name to use in the operation
1598 * user:password needed to use the proxy
1606 * authentication user name to use in the operation
2823 /* Set the user defined RTP write function */