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

/external/libxml2/python/
H A Dtypes.c13 #define PY_IMPORT_STRING_SIZE PyUnicode_FromStringAndSize macro
17 #define PY_IMPORT_STRING_SIZE PyString_FromStringAndSize macro
H A Dlibxml.c47 #define PY_IMPORT_STRING_SIZE PyUnicode_FromStringAndSize macro
51 #define PY_IMPORT_STRING_SIZE PyString_FromStringAndSize macro
419 string = PY_IMPORT_STRING_SIZE(buffer, len);
3676 py_retval = PY_IMPORT_STRING_SIZE((const char *) doc_txt,

Completed in 79 milliseconds