Searched refs:temp_tag (Results 1 – 2 of 2) sorted by relevance
882 ipp_tag_t temp_tag; /* Temporary value tag (masked) */ in ippAddString() local894 temp_tag = (ipp_tag_t)((int)value_tag & IPP_TAG_CUPS_MASK); in ippAddString()899 (temp_tag < IPP_TAG_TEXT && temp_tag != IPP_TAG_TEXTLANG && in ippAddString()900 temp_tag != IPP_TAG_NAMELANG) || temp_tag > IPP_TAG_MIMETYPE) in ippAddString()903 if ((temp_tag == IPP_TAG_TEXTLANG || temp_tag == IPP_TAG_NAMELANG) in ippAddString()918 value_tag = temp_tag; /* Don't do a fast copy */ in ippAddString()921 value_tag = temp_tag; /* Don't do a fast copy */ in ippAddString()924 value_tag = temp_tag; /* Don't do a fast copy */ in ippAddString()1214 ipp_tag_t temp_tag; /* Temporary value tag (masked) */ in ippAddStrings() local1226 temp_tag = (ipp_tag_t)((int)value_tag & IPP_TAG_CUPS_MASK); in ippAddStrings()[all …]
1240 int temp_tag = (*temporary_count)++; in WriteDecoder() local1241 dprintf(fd, " uint64_t tag%d = 0;\n", temp_tag); in WriteDecoder()1243 temp_tag); in WriteDecoder()1244 dprintf(fd, " if (tag%d != %" PRIu64 "ull) {\n", temp_tag, in WriteDecoder()