Home
last modified time | relevance | path

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

/dports/print/hplip/hplip-3.20.6/prnt/cupsext/
H A Dcupsext.c136 static PyObject * PyObj_from_UTF8(const char *utf8) in PyObj_from_UTF8() function
569 jo->dest = PyObj_from_UTF8( dest ); in _newJob()
574 jo->title = PyObj_from_UTF8( title ); in _newJob()
579 jo->user = PyObj_from_UTF8( user ); in _newJob()
816 val = PyObj_from_UTF8(ippGetString( attr, 0, NULL )); in getPPDList()
1239 PyList_Append( group_list, PyObj_from_UTF8( group->name ) ); in getGroupList()
1300 PyList_Append( option_list, PyObj_from_UTF8( option->keyword ) ); in getOptionList()
1386 PyList_Append( choice_list, PyObj_from_UTF8( choice->choice ) ); in getChoiceList()
/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsconnection.c72 PyObj_from_UTF8 (const char *utf8) in PyObj_from_UTF8() function
767 val = PyObj_from_UTF8 (ippGetString (attr, 0, NULL)); in Connection_getPrinters()
791 val = PyObj_from_UTF8 (ippGetString (attr, 0, NULL)); in Connection_getPrinters()
806 PyObject *key = PyObj_from_UTF8 (printer); in Connection_getPrinters()
887 members = PyObj_from_UTF8 (printer_uri); in Connection_getClasses()
894 PyObject *key = PyObj_from_UTF8 (classname); in Connection_getClasses()
1160 PyObject *key = PyObj_from_UTF8 (ppdname); in do_getPPDs()
1283 obj = PyObj_from_UTF8 (name); in Connection_getDocument()
1447 PyObject *key = PyObj_from_UTF8 (device_uri); in Connection_getDevices()
3321 startobj = PyObj_from_UTF8 (start); in Connection_getPrinterAttributes()
[all …]