Home
last modified time | relevance | path

Searched refs:PyCodec_Register (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dcodecs.h26 PyAPI_FUNC(int) PyCodec_Register(
/external/python/cpython3/Include/
Dcodecs.h26 PyAPI_FUNC(int) PyCodec_Register(
/external/python/cpython3/Doc/c-api/
Dcodec.rst6 .. c:function:: int PyCodec_Register(PyObject *search_function)
/external/python/cpython2/Doc/c-api/
Dcodec.rst6 .. c:function:: int PyCodec_Register(PyObject *search_function)
/external/python/cpython3/PC/
Dpython3.def72 PyCodec_Register=python37.PyCodec_Register
/external/python/cpython3/Modules/
D_codecsmodule.c66 if (PyCodec_Register(search_function)) in _codecs_register()
/external/python/cpython2/Python/
Dcodecs.c29 int PyCodec_Register(PyObject *search_function) in PyCodec_Register() function
/external/python/cpython2/PC/os2emx/
Dpython27.def880 "PyCodec_Register"
/external/python/cpython2/Modules/
D_codecsmodule.c54 if (PyCodec_Register(search_function)) in codec_register()
/external/python/cpython3/Python/
Dcodecs.c33 int PyCodec_Register(PyObject *search_function) in PyCodec_Register() function
/external/python/cpython3/Doc/data/
Drefcounts.dat259 PyCodec_Register:int:::
260 PyCodec_Register:PyObject*:search_function:+1: