Home
last modified time | relevance | path

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

/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsppd.c689 PyObject *titleobj; in PPD_emitJCL() local
694 if (!PyArg_ParseTuple (args, "OiOO", &pyFile, &job_id, &userobj, &titleobj)) in PPD_emitJCL()
700 if (UTF8_from_PyObj (&title, titleobj) == NULL) { in PPD_emitJCL()
H A Dcupsconnection.c3821 PyObject *titleobj = NULL; in Connection_printTestPage() local
3838 &printerobj, &fileobj, &titleobj, in Connection_printTestPage()
3846 (titleobj && UTF8_from_PyObj (&title, titleobj) == NULL) || in Connection_printTestPage()
3900 if (!titleobj) in Connection_printTestPage()
3935 if (titleobj) in Connection_printTestPage()