Home
last modified time | relevance | path

Searched refs:ippOpValue (Results 1 – 6 of 6) sorted by relevance

/external/libcups/scheduler/
Dtestspeed.c291 op = ippOpValue(opstring); in do_test()
Dconf.c3916 else if ((ops[num_ops] = ippOpValue(value)) == IPP_BAD_OPERATION) in read_policy()
/external/libcups/cups/
Dlibcups2.def510 ippOpValue
Dipp-support.c2183 return (ippOpValue(enumstring)); in ippEnumValue()
2355 ippOpValue(const char *name) /* I - Textual name */ in ippOpValue() function
Dipp.h815 extern ipp_op_t ippOpValue(const char *name) _CUPS_API_1_2;
/external/libcups/tools/
Dipptool.c3363 if ((op = ippOpValue(value)) == (ipp_op_t)-1 && (op = (ipp_op_t)strtol(value, NULL, 0)) == 0) in token_cb()