Lines Matching defs:attributes
48 if (tmp->attributes != NULL)
49 papiAttributeListFree(tmp->attributes);
116 /* Get printer attributes from it's print service */
126 /* get the psm and uri from the attributes */
127 papiAttributeListGetString(p->attributes, NULL,
129 papiAttributeListGetString(p->attributes, NULL, "printer-name", &uri);
130 papiAttributeListGetString(p->attributes, NULL, "printer-uri-supported",
143 papi_attribute_t **attributes;
145 attributes = papiPrinterGetAttributeList(printer);
146 copy_attributes(&p->attributes, attributes);
154 /* are the requested attributes contained in the list */
189 p->attributes = attrs;
202 if (contained(requested_attrs, p->attributes) == 0)
259 p->attributes = getprinterbyname(name, NULL);
260 if (p->attributes == NULL)
341 papi_attribute_t **attributes, papi_printer_t *printer,
349 if ((svc == NULL) || (name == NULL) || (attributes == NULL))
361 result = f(svc->svc_handle, svc->name, attributes,
369 papi_attribute_t **attributes, papi_printer_t *printer)
371 return (_papi_printer_add_or_modify(handle, name, attributes, printer,
377 papi_attribute_t **attributes, papi_printer_t *printer)
379 return (_papi_printer_add_or_modify(handle, name, attributes, printer,
510 result = p->attributes;