Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_zoneinfo.c89 static _ttinfo NO_TTINFO = {NULL, NULL, NULL, 0}; variable
2135 return &NO_TTINFO; in find_ttinfo()
2606 xdecref_ttinfo(&NO_TTINFO); in module_free()
2664 if (NO_TTINFO.utcoff == NULL) { in zoneinfomodule_exec()
2665 NO_TTINFO.utcoff = Py_None; in zoneinfomodule_exec()
2666 NO_TTINFO.dstoff = Py_None; in zoneinfomodule_exec()
2667 NO_TTINFO.tzname = Py_None; in zoneinfomodule_exec()