Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_zoneinfo.c13 static PyObject *_tzpath_find_tzfile = NULL; variable
183 file_path = PyObject_CallFunctionObjArgs(_tzpath_find_tzfile, key, NULL); in zoneinfo_new_instance()
2613 Py_XDECREF(_tzpath_find_tzfile); in module_free()
2614 _tzpath_find_tzfile = NULL; in module_free()
2660 _tzpath_find_tzfile = in zoneinfomodule_exec()
2663 if (_tzpath_find_tzfile == NULL) { in zoneinfomodule_exec()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2711 Modules/_zoneinfo.c - _tzpath_find_tzfile -