Searched refs:ipp_std_ops (Results 1 – 1 of 1) sorted by relevance
141 static const char * const ipp_std_ops[] = variable2140 if (op >= IPP_OP_PRINT_JOB && op < (ipp_op_t)(sizeof(ipp_std_ops) / sizeof(ipp_std_ops[0]))) in ippOpString()2141 return (ipp_std_ops[op]); in ippOpString()2174 for (i = 0; i < (sizeof(ipp_std_ops) / sizeof(ipp_std_ops[0])); i ++) in ippOpValue()2175 if (!_cups_strcasecmp(name, ipp_std_ops[i])) in ippOpValue()