HomeSort by relevance Sort by last modified time
    Searched defs:attrptr (Results 1 - 5 of 5) sorted by null

  /packages/services/BuiltInPrintService/jni/ipphelper/
ippstatus_capabilities.c 131 ipp_attribute_t *attrptr; // Attribute pointer local
160 for (attrptr = ippFirstAttribute(request); attrptr; attrptr = ippNextAttribute(request)) {
161 print_attr(attrptr);
177 for (attrptr = ippFirstAttribute(response); attrptr; attrptr = ippNextAttribute(
179 print_attr(attrptr);
182 if ((attrptr = ippFindAttribute(response, "printer-state", IPP_TAG_ENUM)) == NULL)
    [all...]
ipp_print.c 164 ipp_attribute_t *attrptr; // Attribute pointer local
383 for (attrptr = ippFirstAttribute(request); attrptr; attrptr = ippNextAttribute(request)) {
384 print_attr(attrptr);
433 ipp_attribute_t *attrptr; local
434 for (attrptr = ippFirstAttribute(response); attrptr; attrptr = ippNextAttribute(
436 print_attr(attrptr);
543 ipp_attribute_t *attrptr; local
    [all...]
ipphelper.c 282 ipp_attribute_t *attrptr; local
287 if ((attrptr = ippFindAttribute(response, "printer-state", IPP_TAG_ENUM)) == NULL) {
292 printer_ippstate = (ipp_pstate_t) ippGetInteger(attrptr, 0);
310 if ((attrptr = ippFindAttribute(response, "printer-state-reasons", IPP_TAG_KEYWORD)) == NULL) {
315 for (idx = 0; idx < ippGetCount(attrptr); idx++) {
318 ippGetString(attrptr, idx, NULL));
319 if (strncmp(ippGetString(attrptr, idx, NULL), IPP_PRNT_STATE_NONE,
333 } else if (strncmp(ippGetString(attrptr, idx, NULL), IPP_PRNT_STATE_SPOOL_FULL,
347 } else if (strncmp(ippGetString(attrptr, idx, NULL), IPP_PRNT_STATE_MARKER_SUPPLY_LOW,
350 } else if (strncmp(ippGetString(attrptr, idx, NULL), IPP_PRNT_STATE_TONER_LOW
578 ipp_attribute_t *attrptr; local
743 ipp_attribute_t *attrptr; local
949 ipp_attribute_t *attrptr; local
1308 ipp_attribute_t *attrptr; local
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec.h 108 GLfloat *attrptr[VBO_ATTRIB_MAX]; member in struct:vbo_exec_context::__anon27957
vbo_save.h 150 GLfloat *attrptr[VBO_ATTRIB_MAX]; member in struct:vbo_save_context

Completed in 253 milliseconds