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()
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()[all …]
87 interp->codec_search_path = NULL; in PyInterpreterState_New()121 Py_CLEAR(interp->codec_search_path); in PyInterpreterState_Clear()
26 PyObject *codec_search_path; member
37 PyObject *codec_search_path; member