Searched refs:codec_search_path (Results 1 – 6 of 6) sorted by relevance
32 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_Register()42 return PyList_Append(interp->codec_search_path, search_function); in PyCodec_Register()106 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in _PyCodec_Lookup()131 len = PyList_Size(interp->codec_search_path); in _PyCodec_Lookup()144 func = PyList_GetItem(interp->codec_search_path, i); 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()1005 if (interp->codec_search_path != NULL) in _PyCodecRegistry_Init()1008 interp->codec_search_path = PyList_New(0); in _PyCodecRegistry_Init()1025 if (interp->codec_search_path == NULL || in _PyCodecRegistry_Init()
74 interp->codec_search_path = NULL; in PyInterpreterState_New()106 Py_CLEAR(interp->codec_search_path); in PyInterpreterState_Clear()
36 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_Register()46 return PyList_Append(interp->codec_search_path, search_function); in PyCodec_Register()112 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in _PyCodec_Lookup()139 len = PyList_Size(interp->codec_search_path); in _PyCodec_Lookup()152 func = PyList_GetItem(interp->codec_search_path, i); in _PyCodec_Lookup()197 if (interp->codec_search_path == NULL) { in _PyCodec_Forget()630 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_RegisterError()648 if (interp->codec_search_path == NULL && _PyCodecRegistry_Init()) in PyCodec_LookupError()1503 if (interp->codec_search_path != NULL) in _PyCodecRegistry_Init()1506 interp->codec_search_path = PyList_New(0); in _PyCodecRegistry_Init()[all …]
143 interp->codec_search_path = NULL; in PyInterpreterState_New()203 Py_CLEAR(interp->codec_search_path); in PyInterpreterState_Clear()
26 PyObject *codec_search_path; member
139 PyObject *codec_search_path; member