HomeSort by relevance Sort by last modified time
    Searched refs:_ipp_option_t (Results 1 - 4 of 4) sorted by null

  /external/libcups/cups/
ipp-private.h 56 } _ipp_option_t; typedef in typeref:struct:__anon27869
66 extern _ipp_option_t *_ippFindOption(const char *name);
encode.c 101 static const _ipp_option_t ipp_options[] =
325 static int compare_ipp_options(_ipp_option_t *a, _ipp_option_t *b);
428 _ipp_option_t *match; /* Matching attribute */
819 _ipp_option_t * /* O - Attribute information */
822 _ipp_option_t key; /* Search key */
831 return ((_ipp_option_t *)bsearch(&key, ipp_options,
844 compare_ipp_options(_ipp_option_t *a, /* I - First option */
845 _ipp_option_t *b) /* I - Second option */
dest.c     [all...]
ppd-cache.c 157 _ipp_option_t *opt = _ippFindOption(mandatory);
    [all...]

Completed in 252 milliseconds