Lines Matching refs:PyAPI_FUNC
26 PyAPI_FUNC(int) PyCodec_Register(
48 PyAPI_FUNC(PyObject *) _PyCodec_Lookup(
62 PyAPI_FUNC(PyObject *) PyCodec_Encode(
78 PyAPI_FUNC(PyObject *) PyCodec_Decode(
97 PyAPI_FUNC(PyObject *) _PyCodec_LookupTextEncoding(
102 PyAPI_FUNC(PyObject *) _PyCodec_EncodeText(
108 PyAPI_FUNC(PyObject *) _PyCodec_DecodeText(
117 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalDecoder(
122 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalEncoder(
139 PyAPI_FUNC(PyObject *) PyCodec_Encoder(
145 PyAPI_FUNC(PyObject *) PyCodec_Decoder(
151 PyAPI_FUNC(PyObject *) PyCodec_IncrementalEncoder(
158 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
165 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
173 PyAPI_FUNC(PyObject *) PyCodec_StreamWriter(
187 PyAPI_FUNC(int) PyCodec_RegisterError(const char *name, PyObject *error);
192 PyAPI_FUNC(PyObject *) PyCodec_LookupError(const char *name);
195 PyAPI_FUNC(PyObject *) PyCodec_StrictErrors(PyObject *exc);
198 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc);
201 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc);
204 PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc);
207 PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc);