Home
last modified time | relevance | path

Searched refs:tray_ptr (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dppd-cache.c3931 const char *tray_ptr; /* printer-output-tray value */ in _ppdCreateFromIPP() local
3958 if ((tray_ptr = ippGetOctetString(trays, i, &tray_len)) != NULL) in _ppdCreateFromIPP()
3963 memcpy(tray, tray_ptr, (size_t)tray_len); in _ppdCreateFromIPP()
/external/libcups/tools/
Dippeveprinter.c7316 *tray_ptr; /* Pointer into value */ in show_media() local
7555 if ((tray_ptr = strstr(tray_str, "level=")) != NULL) in show_media()
7556 ready_sheets = atoi(tray_ptr + 6); in show_media()