Lines Matching defs:tmask
490 uint32_t tmask = 0, not_tmask = 0;
533 if (typ != NULL && streams_parse_flag(sqt, typ, &tmask) == -1) {
566 if (tmask != 0 && !(sqtype & tmask))
1234 uint32_t tmask = 0, not_tmask = 0;
1288 if (typ != NULL && streams_parse_type(mbt, typ, &tmask) == -1) {
1324 /* M_DATA is 0, so tmask has special value 0xff for it */
1325 if (tmask != 0) {
1326 if ((tmask == M_DATA_T && db_type != M_DATA) ||
1327 (tmask != M_DATA_T && db_type != tmask))