Lines Matching refs:codec_search_path
35 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_Register()
45 return PyList_Append(interp->codec_search_path, search_function); in PyCodec_Register()
113 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in _PyCodec_Lookup()
138 len = PyList_Size(interp->codec_search_path); in _PyCodec_Lookup()
151 func = PyList_GetItem(interp->codec_search_path, i); in _PyCodec_Lookup()
196 if (interp->codec_search_path == NULL) { in _PyCodec_Forget()
633 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_RegisterError()
651 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_LookupError()
1515 if (interp->codec_search_path != NULL) in _PyCodecRegistry_Init()
1518 interp->codec_search_path = PyList_New(0); in _PyCodecRegistry_Init()
1535 if (interp->codec_search_path == NULL || in _PyCodecRegistry_Init()