afs_int32 owner
afs_int32 creator
afs_int32 ngroups
+ afs_int32 nusers
afs_int32 count
int ubik_PR_NameToID(ubik_client *, afs_int32, namelist *, idlist *)
cdef public afs_int32 owner
cdef public afs_int32 creator
cdef public afs_int32 ngroups
+ cdef public afs_int32 nusers
cdef public afs_int32 count
cdef int _ptentry_from_c(PTEntry p_entry, prcheckentry c_entry) except -1:
p_entry.owner = c_entry.owner
p_entry.creator = c_entry.creator
p_entry.ngroups = c_entry.ngroups
+ p_entry.nusers = c_entry.nusers
p_entry.count = c_entry.count
return 0
c_entry.owner = p_entry.owner
c_entry.creator = p_entry.creator
c_entry.ngroups = p_entry.ngroups
+ c_entry.nusers = p_entry.nusers
c_entry.count = p_entry.count
return 0