Searched refs:str_to_uid (Results 1 - 9 of 9) sorted by relevance

/dovecot/src/auth/
H A Dcheckpassword-reply.c22 if (orig_uid_env == NULL || str_to_uid(orig_uid_env, &orig_uid) < 0)
H A Duserdb.c67 if (str_to_uid(str, &uid) == 0)
H A Dauth-master-connection.c229 else if (str_to_uid(value, &uid) < 0)
/dovecot/src/lib/
H A Dstrnum.h155 int str_to_uid(const char *str, uid_t *num_r)
H A Dstrnum.c368 int str_to_uid(const char *str, uid_t *num_r) function
H A Drestrict-access.c427 if (str_to_uid(value, &set_r->uid) < 0)
/dovecot/src/imap-hibernate/
H A Dimap-hibernate-client.c103 if (str_to_uid(value, &state_r->uid) < 0) {
/dovecot/src/lib-auth/
H A Dauth-master.c530 if (str_to_uid(*fields + 4, &reply_r->uid) < 0)
/dovecot/src/lib-storage/
H A Dmail-storage-service.c361 if (str_to_uid(str, uid_r) == 0)

Completed in 75 milliseconds