Lines Matching refs:PyAPI_FUNC
26 PyAPI_FUNC(int) PyCodec_Register(
49 PyAPI_FUNC(PyObject *) _PyCodec_Lookup(
53 PyAPI_FUNC(int) _PyCodec_Forget(
65 PyAPI_FUNC(int) PyCodec_KnownEncoding(
79 PyAPI_FUNC(PyObject *) PyCodec_Encode(
95 PyAPI_FUNC(PyObject *) PyCodec_Decode(
115 PyAPI_FUNC(PyObject *) _PyCodec_LookupTextEncoding(
120 PyAPI_FUNC(PyObject *) _PyCodec_EncodeText(
126 PyAPI_FUNC(PyObject *) _PyCodec_DecodeText(
135 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalDecoder(
140 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalEncoder(
158 PyAPI_FUNC(PyObject *) PyCodec_Encoder(
164 PyAPI_FUNC(PyObject *) PyCodec_Decoder(
170 PyAPI_FUNC(PyObject *) PyCodec_IncrementalEncoder(
177 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
184 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
192 PyAPI_FUNC(PyObject *) PyCodec_StreamWriter(
206 PyAPI_FUNC(int) PyCodec_RegisterError(const char *name, PyObject *error);
211 PyAPI_FUNC(PyObject *) PyCodec_LookupError(const char *name);
214 PyAPI_FUNC(PyObject *) PyCodec_StrictErrors(PyObject *exc);
217 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc);
220 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc);
223 PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc);
226 PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc);
230 PyAPI_FUNC(PyObject *) PyCodec_NameReplaceErrors(PyObject *exc);