Lines Matching defs:uid
65 static int encode_key(char* out, uid_t uid, const Value* key) { in encode_key()
564 static ResponseCode test(KeyStore* keyStore, int sock, uid_t uid, Value*, Value*) { in test()
568 static ResponseCode get(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value*) { in get()
581 static ResponseCode insert(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value* val) { in insert()
588 static ResponseCode del(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value*) { in del()
594 static ResponseCode exist(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value*) { in exist()
603 static ResponseCode saw(KeyStore* keyStore, int sock, uid_t uid, Value* keyPrefix, Value*) { in saw()
624 static ResponseCode reset(KeyStore* keyStore, int sock, uid_t uid, Value*, Value*) { in reset()
634 static ResponseCode password(KeyStore* keyStore, int sock, uid_t uid, Value* pw, Value*) { in password()
652 static ResponseCode lock(KeyStore* keyStore, int sock, uid_t uid, Value*, Value*) { in lock()
657 static ResponseCode unlock(KeyStore* keyStore, int sock, uid_t uid, Value* pw, Value* unused) { in unlock()
661 static ResponseCode zero(KeyStore* keyStore, int sock, uid_t uid, Value*, Value*) { in zero()
707 uid_t uid; member
718 static ResponseCode process(KeyStore* keyStore, int sock, uid_t uid, int8_t code) { in process()