Lines Matching refs:infolvl
708 int infolvl = SMB_LGRP_INFO_ALL;
716 infolvl = SMB_LGRP_INFO_NONE;
720 rc = smb_lgrp_gtbl_lookup(db, SMB_LGRP_GTBL_SIDRID, grp, infolvl,
1300 * values can be passed after the 'infolvl' arg. 'infolvl' arg specifies
1314 smb_lgrp_gtbl_lookup(sqlite *db, int key, smb_group_t *grp, int infolvl, ...)
1328 va_start(ap, infolvl);
1387 rc = smb_lgrp_decode(grp, &result[SMB_LGRP_GTBL_NCOL], infolvl, db);
2298 * string information read from the group table. infolvl determines
2305 smb_lgrp_decode(smb_group_t *grp, char **values, int infolvl, sqlite *db)
2310 if (infolvl == SMB_LGRP_INFO_NONE)
2313 if (infolvl & SMB_LGRP_INFO_NAME) {
2319 if (infolvl & SMB_LGRP_INFO_CMNT) {
2328 if (infolvl & SMB_LGRP_INFO_SID) {
2343 if (infolvl & SMB_LGRP_INFO_PRIV) {
2353 if (infolvl & SMB_LGRP_INFO_MEMB) {