Searched refs:PY_IMPORT_STRING (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/python/
H A Dtypes.c14 #define PY_IMPORT_STRING PyUnicode_FromString macro
18 #define PY_IMPORT_STRING PyString_FromString macro
137 ret = PY_IMPORT_STRING(str);
154 ret = PY_IMPORT_STRING(str);
170 ret = PY_IMPORT_STRING((char *) str);
187 ret = PY_IMPORT_STRING((char *) str);
203 ret = PY_IMPORT_STRING(str);
219 ret = PY_IMPORT_STRING((char *) str);
482 ret = PY_IMPORT_STRING((char *) obj->stringval);
H A Dlibxml.c48 #define PY_IMPORT_STRING PyUnicode_FromString macro
52 #define PY_IMPORT_STRING PyString_FromString macro
920 attrname = PY_IMPORT_STRING((char *) attrs[i]);
923 attrvalue = PY_IMPORT_STRING((char *) attrs[i]);
1326 newName = PY_IMPORT_STRING((char *) node->name);

Completed in 36 milliseconds