Lines Matching refs:attrs

613 	for (list<IppAttribute *>::const_iterator it = attrs.begin(); it != attrs.end(); it++) {
689 attrs.push_back(new IppAttribute((IPP_TAG)tag));
698 attrs.push_back(attr);
708 attrs.push_back(attr);
715 attrs.push_back(attr);
735 attrs.push_back(attr);
742 attrs.push_back(attr);
749 attrs.push_back(attr);
756 attrs.push_back(attr);
764 attrs.push_back(attr);
790 attrs.push_back(attr);
807 for (list<IppAttribute *>::const_iterator it = attrs.begin(); it != attrs.end(); it++) {
833 attrs.push_back(new IppAttribute(tag));
838 attrs.push_back(new IppIntegerAttribute(IPP_INTEGER, name, value));
843 attrs.push_back(new IppBooleanAttribute(IPP_BOOLEAN, name, value));
848 attrs.push_back(new IppStringAttribute(IPP_STRING, name, value));
853 attrs.push_back(new IppDatetimeAttribute(IPP_DATETIME, name, dt));
858 attrs.push_back(new IppResolutionAttribute(IPP_RESOLUTION, name, x, y, u));
863 attrs.push_back(new IppRangeOfIntegerAttribute(IPP_RANGE_OF_INTEGER, name, lower, upper));
868 attrs.push_back(new IppDoubleStringAttribute(IPP_TEXT_WITH_LANGUAGE, name, s1, s2));
873 attrs.push_back(new IppDoubleStringAttribute(IPP_NAME_WITH_LANGUAGE, name, s1, s2));
878 attrs.push_back(new IppStringAttribute(IPP_TEXT_WITHOUT_LANGUAGE, name, value));
883 attrs.push_back(new IppStringAttribute(IPP_NAME_WITHOUT_LANGUAGE, name, value));
888 attrs.push_back(new IppStringAttribute(IPP_KEYWORD, name, value));
893 attrs.push_back(new IppStringAttribute(IPP_URI, name, value));
898 attrs.push_back(new IppStringAttribute(IPP_URISCHEME, name, value));
903 attrs.push_back(new IppStringAttribute(IPP_CHARSET, name, value));
908 attrs.push_back(new IppStringAttribute(IPP_NATURAL_LANGUAGE, name, value));
913 attrs.push_back(new IppStringAttribute(IPP_MIME_MEDIA_TYPE, name, value));
920 for (list<IppAttribute *>::const_iterator it = attrs.begin(); it != attrs.end(); it++) {
966 for (list<IppAttribute *>::const_iterator it = attrs.begin(); it != attrs.end(); it++) {