Searched refs:_ippFindOption (Results 1 - 5 of 5) sorted by relevance

/external/libcups/cups/
H A Dipp-private.h66 extern _ipp_option_t *_ippFindOption(const char *name);
H A Dencode.c444 if ((match = _ippFindOption(option->name)) != NULL)
816 * '_ippFindOption()' - Find the attribute information for an option.
820 _ippFindOption(const char *name) /* I - Option/attribute name */ function
H A Dtestipp.c684 * Test _ippFindOption() private API...
687 fputs("_ippFindOption(\"printer-type\"): ", stdout);
688 if (_ippFindOption("printer-type"))
H A Ddest.c2207 if ((match = _ippFindOption(option->name)) != NULL &&
H A Dppd-cache.c157 _ipp_option_t *opt = _ippFindOption(mandatory);

Completed in 155 milliseconds