Home
last modified time | relevance | path

Searched refs:PyStr_Decode (Results 1 – 8 of 8) sorted by relevance

/dports/databases/py-PyGreSQL/PyGreSQL-5.2/
H A Dpy3c.h30 #define PyStr_Decode PyUnicode_Decode macro
81 #define PyStr_Decode PyString_Decode macro
/dports/math/py-graphillion/Graphillion-1.3/src/py3c/
H A Dcompat.h29 #define PyStr_Decode PyUnicode_Decode macro
74 #define PyStr_Decode PyString_Decode macro
/dports/archivers/py-lz4/lz4-2.1.10/py3c/py3c/
H A Dcompat.h29 #define PyStr_Decode PyUnicode_Decode macro
74 #define PyStr_Decode PyString_Decode macro
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/includes/triton/
H A Dpy3c_compat.h29 #define PyStr_Decode PyUnicode_Decode macro
74 #define PyStr_Decode PyString_Decode macro
/dports/devel/py3c/py3c-1.3/include/py3c/
H A Dcompat.h30 #define PyStr_Decode PyUnicode_Decode macro
75 #define PyStr_Decode PyString_Decode macro
/dports/devel/py3c/py3c-1.3/test/
H A Dtest_py3c.cpp82 return PyStr_Decode(UTF8_STRING, size, "utf-8", errors); in str_decode()
H A Dtest_py3c.c82 return PyStr_Decode(UTF8_STRING, size, "utf-8", errors); in str_decode()
/dports/devel/py3c/py3c-1.3/doc/source/
H A Dreference.rst140 .. c:function:: PyObject* PyStr_Decode(const char *s, Py_ssize_t size, const char *encoding, const …