Home
last modified time | relevance | path

Searched refs:zreplacement (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_datetimemodule.c1580 PyObject *zreplacement = NULL; /* py string, replacement for %z */ in wrap_strftime() local
1635 if (zreplacement == NULL) { in wrap_strftime()
1639 zreplacement = PyBytes_FromStringAndSize("", 0); in wrap_strftime()
1640 if (zreplacement == NULL) goto Done; in wrap_strftime()
1649 Py_DECREF(zreplacement); in wrap_strftime()
1650 zreplacement = in wrap_strftime()
1653 if (zreplacement == NULL) in wrap_strftime()
1657 assert(zreplacement != NULL); in wrap_strftime()
1658 ptoappend = PyBytes_AS_STRING(zreplacement); in wrap_strftime()
1659 ntoappend = PyBytes_GET_SIZE(zreplacement); in wrap_strftime()
[all...]

Completed in 6 milliseconds