Lines Matching refs:PyAPI_FUNC
26 PyAPI_FUNC(int) PyCodec_Register(
34 PyAPI_FUNC(int) PyCodec_Unregister(
57 PyAPI_FUNC(PyObject *) _PyCodec_Lookup(
61 PyAPI_FUNC(int) _PyCodec_Forget(
73 PyAPI_FUNC(int) PyCodec_KnownEncoding(
87 PyAPI_FUNC(PyObject *) PyCodec_Encode(
103 PyAPI_FUNC(PyObject *) PyCodec_Decode(
123 PyAPI_FUNC(PyObject *) _PyCodec_LookupTextEncoding(
128 PyAPI_FUNC(PyObject *) _PyCodec_EncodeText(
134 PyAPI_FUNC(PyObject *) _PyCodec_DecodeText(
143 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalDecoder(
148 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalEncoder(
166 PyAPI_FUNC(PyObject *) PyCodec_Encoder(
172 PyAPI_FUNC(PyObject *) PyCodec_Decoder(
178 PyAPI_FUNC(PyObject *) PyCodec_IncrementalEncoder(
185 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
192 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
200 PyAPI_FUNC(PyObject *) PyCodec_StreamWriter(
214 PyAPI_FUNC(int) PyCodec_RegisterError(const char *name, PyObject *error);
219 PyAPI_FUNC(PyObject *) PyCodec_LookupError(const char *name);
222 PyAPI_FUNC(PyObject *) PyCodec_StrictErrors(PyObject *exc);
225 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc);
228 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc);
231 PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc);
234 PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc);
238 PyAPI_FUNC(PyObject *) PyCodec_NameReplaceErrors(PyObject *exc);