Lines Matching defs:userid
141 /* this access application must have no userid */
145 /* this access application must have a userid */
157 const char *userid;
169 *error_r = "URLAUTH `user' access is missing userid";
190 userid = url->uauth_access_user == NULL ? "" :
194 url->uauth_access_application, userid);
197 *error_r = "URLAUTH `submit' access is missing userid";
205 userid = url->uauth_access_user == NULL ? "" :
211 url->uauth_access_application, userid);
215 url->uauth_access_application, userid, uctx->access_user);
287 if (url->userid == NULL) {
291 if (user->anonymous || strcmp(url->userid, user->username) != 0) {
294 url->userid);
339 /* check presence of userid */
340 if (url->userid == NULL) {
389 /* check urlauth mechanism, access, userid and authority */
396 if (user->anonymous || strcmp(url->userid, user->username) != 0) {
398 url->userid);