Home
last modified time | relevance | path

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

/dports/textproc/libxml2/libxml2-2.9.12/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.c48 #define PY_IMPORT_STRING_SIZE PyUnicode_FromStringAndSize macro
52 #define PY_IMPORT_STRING_SIZE PyString_FromStringAndSize macro
420 string = PY_IMPORT_STRING_SIZE(buffer, len); in xmlPythonFileWrite()
3686 py_retval = PY_IMPORT_STRING_SIZE((const char *) doc_txt, in libxml_C14NDocDumpMemory()
/dports/textproc/py-libxml2/libxml2-2.9.12/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.c48 #define PY_IMPORT_STRING_SIZE PyUnicode_FromStringAndSize macro
52 #define PY_IMPORT_STRING_SIZE PyString_FromStringAndSize macro
420 string = PY_IMPORT_STRING_SIZE(buffer, len); in xmlPythonFileWrite()
3686 py_retval = PY_IMPORT_STRING_SIZE((const char *) doc_txt, in libxml_C14NDocDumpMemory()