Home
last modified time | relevance | path

Searched defs:ipp (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dipp.c116 ippAddBoolean(ipp_t *ipp, /* I - IPP message */ in ippAddBoolean()
161 ippAddBooleans(ipp_t *ipp, /* I - IPP message */ in ippAddBooleans()
218 ippAddCollection(ipp_t *ipp, /* I - IPP message */ in ippAddCollection()
269 ipp_t *ipp, /* I - IPP message */ in ippAddCollections()
328 ippAddDate(ipp_t *ipp, /* I - IPP message */ in ippAddDate()
376 ippAddInteger(ipp_t *ipp, /* I - IPP message */ in ippAddInteger()
442 ippAddIntegers(ipp_t *ipp, /* I - IPP message */ in ippAddIntegers()
510 ippAddOctetString(ipp_t *ipp, /* I - IPP message */ in ippAddOctetString()
574 ippAddOutOfBand(ipp_t *ipp, /* I - IPP message */ in ippAddOutOfBand()
622 ippAddRange(ipp_t *ipp, /* I - IPP message */ in ippAddRange()
[all …]
Dencode.c337 cupsEncodeOptions(ipp_t *ipp, /* I - Request to add to */ in cupsEncodeOptions()
365 ipp_t *ipp, /* I - Request to add to */ in cupsEncodeOptions2()
Dtestipp.c810 print_attributes(ipp_t *ipp, /* I - IPP request */ in print_attributes()
Dppd-cache.c4464 pwg_ppdize_name(const char *ipp, /* I - IPP keyword */ in pwg_ppdize_name()
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-pragmas-1.h79 int_ptr_ptr ipp; in f30() local
/external/clang/test/PCH/
Dtypes.c65 int_ptr_ptr ipp = &int_value_ptr; variable
/external/libcups/filter/
Dtestclient.c865 ipp_t *ipp) /* I - IPP request/response */ in show_attributes()