Home
last modified time | relevance | path

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

/external/libxml2/python/
Dtypes.c13 #define PY_IMPORT_STRING_SIZE PyUnicode_FromStringAndSize macro
17 #define PY_IMPORT_STRING_SIZE PyString_FromStringAndSize macro
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); in xmlPythonFileWrite()
3676 py_retval = PY_IMPORT_STRING_SIZE((const char *) doc_txt, in libxml_C14NDocDumpMemory()