Home
last modified time | relevance | path

Searched refs:_PyCodecRegistry_Init (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcodecs.c27 static int _PyCodecRegistry_Init(void); /* Forward */
32 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_Register()
106 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in _PyCodec_Lookup()
566 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_RegisterError()
584 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_LookupError()
938 static int _PyCodecRegistry_Init(void) in _PyCodecRegistry_Init() function
/external/python/cpython3/Python/
Dcodecs.c31 static int _PyCodecRegistry_Init(void); /* Forward */
36 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_Register()
112 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in _PyCodec_Lookup()
630 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_RegisterError()
648 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_LookupError()
1411 static int _PyCodecRegistry_Init(void) in _PyCodecRegistry_Init() function