Searched refs:ipp_length (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/cups-408/cups/cups/
H A Dipp.c44 static size_t ipp_length(ipp_t *ipp, int collection);
2678 return (ipp_length(ipp, 0));
6627 * 'ipp_length()' - Compute the length of an IPP message or collection value.
6631 ipp_length(ipp_t *ipp, /* I - IPP message or collection */ function
6641 DEBUG_printf(("3ipp_length(ipp=%p, collection=%d)", ipp, collection));
6645 DEBUG_puts("4ipp_length: Returning 0 bytes");
6675 DEBUG_printf(("5ipp_length: attr->name=\"%s\", attr->num_values=%d, "
6760 bytes += ipp_length(value->collection, 1);
6782 DEBUG_printf(("4ipp_length: Returning " CUPS_LLFMT " bytes", CUPS_LLCAST bytes));
/macosx-10.10.1/cups-408/cups/scheduler/
H A Djob.c130 static size_t ipp_length(ipp_t *ipp);
3680 newlength = ipp_length(job->attrs);
3895 * 'ipp_length()' - Compute the size of the buffer needed to hold
3900 ipp_length(ipp_t *ipp) /* I - IPP request */ function

Completed in 100 milliseconds