Searched refs:_PyCodecRegistry_Init (Results 1 – 1 of 1) sorted by relevance
32 static int _PyCodecRegistry_Init(void); /* Forward */37 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_Register()134 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) { in _PyCodec_Lookup()625 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_RegisterError()643 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_LookupError()1407 static int _PyCodecRegistry_Init(void) in _PyCodecRegistry_Init() function