Searched refs:tray_ptr (Results 1 – 1 of 1) sorted by relevance
3795 const char *tray_ptr; /* printer-output-tray value */ in _ppdCreateFromIPP() local3864 if ((tray_ptr = ippGetOctetString(trays, i, &tray_len)) != NULL) in _ppdCreateFromIPP()3869 memcpy(tray, tray_ptr, (size_t)tray_len); in _ppdCreateFromIPP()