Home
last modified time | relevance | path

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

/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsconnection.c922 PyObject *ppd_make_obj = NULL; /* UTF-8 string */ in do_getPPDs() local
949 &ppd_device_id_obj, &ppd_make_obj, in do_getPPDs()
1048 if (ppd_make_obj) in do_getPPDs()
1050 if (UTF8_from_PyObj (&ppd_make, ppd_make_obj) == NULL) in do_getPPDs()