Lines Matching defs:prefix

596  * <prefix> <col>      <op> <value>   <suffix>
1230 assert(req->id1.idmap_id_u.sid.prefix != NULL ||
1233 if (req->id1.idmap_id_u.sid.prefix != NULL) {
1234 wksid = find_wksid_by_sid(req->id1.idmap_id_u.sid.prefix,
1253 if (req->id1.idmap_id_u.sid.prefix == NULL) {
1255 req->id1.idmap_id_u.sid.prefix =
1259 req->id1.idmap_id_u.sid.prefix =
1263 if (req->id1.idmap_id_u.sid.prefix == NULL)
1354 res->id.idmap_id_u.sid.prefix =
1358 res->id.idmap_id_u.sid.prefix =
1363 if (res->id.idmap_id_u.sid.prefix == NULL) {
1408 * *sidprefix SID prefix (if sidprefix non-NULL) [1]
1540 if (req->id1.idmap_id_u.sid.prefix != NULL) {
1550 is_user_string, req->id1.idmap_id_u.sid.prefix,
1829 if (req->id1.idmap_id_u.sid.prefix != NULL && req->id1name != NULL) {
1834 if (req->id1.idmap_id_u.sid.prefix != NULL) {
1837 req->id1.idmap_id_u.sid.prefix,
1874 if (req->id1.idmap_id_u.sid.prefix == NULL) {
1875 req->id1.idmap_id_u.sid.prefix = sidprefix;
2024 if (req->id1.idmap_id_u.sid.prefix != NULL) {
2027 qs, req->id1.idmap_id_u.sid.prefix,
2047 &req->id1.idmap_id_u.sid.prefix,
2060 if (res->id.idmap_id_u.sid.prefix != NULL &&
2067 if (res->id.idmap_id_u.sid.prefix != NULL) {
2077 qs, res->id.idmap_id_u.sid.prefix,
2098 &res->id.idmap_id_u.sid.prefix,
2130 &res->id.idmap_id_u.sid.prefix,
2157 &res->id.idmap_id_u.sid.prefix,
2328 res->id.idmap_id_u.sid.prefix == NULL &&
2484 * req->id1..sid.[prefix, rid] =
2546 if (EMPTY_STRING(req->id1.idmap_id_u.sid.prefix)) {
2554 free(req->id1.idmap_id_u.sid.prefix);
2555 req->id1.idmap_id_u.sid.prefix = NULL;
2615 * cases will have supplied a SID prefix already, and that we
2619 if (req->id1.idmap_id_u.sid.prefix == NULL &&
2675 if (req->id1.idmap_id_u.sid.prefix != NULL &&
2679 req->id1.idmap_id_u.sid.prefix,
2692 req->id1.idmap_id_u.sid.prefix == NULL) {
2698 &req->id1.idmap_id_u.sid.prefix,
2759 * <machine-sid-prefix>-<1000 + uid>
2760 * <machine-sid-prefix>-<2^31 + gid>
2767 free(res->id.idmap_id_u.sid.prefix);
2768 res->id.idmap_id_u.sid.prefix = NULL;
2789 res->id.idmap_id_u.sid.prefix =
2791 if (res->id.idmap_id_u.sid.prefix == NULL) {
2829 if ((sidprefix = req->id1.idmap_id_u.sid.prefix) == NULL)
3281 get_from_sid_history(lookup_state_t *state, const char *prefix, uint32_t rid,
3288 next = gethash(prefix, rid, htsize);
3295 if (sid->rid == rid && strcmp(sid->prefix, prefix) == 0) {
3307 add_to_sid_history(lookup_state_t *state, const char *prefix, uint32_t rid)
3312 hash = next = gethash(prefix, rid, htsize);
3352 get_from_sid_history(state, req->id1.idmap_id_u.sid.prefix,
3373 add_to_sid_history(state, req->id1.idmap_id_u.sid.prefix,
3393 !EMPTY_STRING(req->id1.idmap_id_u.sid.prefix) &&
3675 res->id.idmap_id_u.sid.prefix, res->id.idmap_id_u.sid.rid,
3708 res->id.idmap_id_u.sid.prefix, res->id.idmap_id_u.sid.rid,
3762 req->id1.idmap_id_u.sid.prefix,
3824 req->id1.idmap_id_u.sid.prefix, req->id1.idmap_id_u.sid.rid,
3858 req->id1.idmap_id_u.sid.prefix, req->id1.idmap_id_u.sid.rid,
3965 res->id.idmap_id_u.sid.prefix = strdup(values[0]);
3966 if (res->id.idmap_id_u.sid.prefix == NULL) {
4079 * *sidprefix SID prefix [1]
4285 * *sidprefix SID prefix [1]
4426 assert(res->id.idmap_id_u.sid.prefix == NULL); /* No SID either */
4514 &res->id.idmap_id_u.sid.prefix,
4614 * req->id..sid.[prefix, rid] =
4660 if (req->id2.idmap_id_u.sid.prefix != NULL) {
4662 free(req->id2.idmap_id_u.sid.prefix);
4663 req->id2.idmap_id_u.sid.prefix = NULL;
4809 if (res->id.idmap_id_u.sid.prefix == NULL) {
4823 } else if (res->id.idmap_id_u.sid.prefix != NULL) {