Searched refs:IPP_TAG (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/print/transports/ipp/ |
H A D | IppContent.h | 84 enum IPP_TAG { enum 170 IppAttribute(IPP_TAG); 185 IPP_TAG tag; 190 IppNamedAttribute(IPP_TAG t); 191 IppNamedAttribute(IPP_TAG t, const char *n); 210 IppNoValueAttribute(IPP_TAG t); 211 IppNoValueAttribute(IPP_TAG t, const char *n); 229 IppBooleanAttribute(IPP_TAG t); 230 IppBooleanAttribute(IPP_TAG t, const char *n, bool f); 250 IppIntegerAttribute(IPP_TAG t); [all …]
|
H A D | IppContent.cpp | 64 IppAttribute::IppAttribute(IPP_TAG t) in IppAttribute() 93 IppNamedAttribute::IppNamedAttribute(IPP_TAG t) in IppNamedAttribute() 98 IppNamedAttribute::IppNamedAttribute(IPP_TAG t, const char *s) in IppNamedAttribute() 142 IppNoValueAttribute::IppNoValueAttribute(IPP_TAG t) in IppNoValueAttribute() 147 IppNoValueAttribute::IppNoValueAttribute(IPP_TAG t, const char *n) in IppNoValueAttribute() 186 IppIntegerAttribute::IppIntegerAttribute(IPP_TAG t) in IppIntegerAttribute() 191 IppIntegerAttribute::IppIntegerAttribute(IPP_TAG t, const char *n, int v) in IppIntegerAttribute() 236 IppBooleanAttribute::IppBooleanAttribute(IPP_TAG t) in IppBooleanAttribute() 241 IppBooleanAttribute::IppBooleanAttribute(IPP_TAG t, const char *n, bool f) in IppBooleanAttribute() 289 IppDatetimeAttribute::IppDatetimeAttribute(IPP_TAG t) in IppDatetimeAttribute() [all …]
|