Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c1595 Py_ssize_t ntoappend; /* # of bytes to append to output buffer */ in wrap_strftime() local
1622 ntoappend = 1; in wrap_strftime()
1631 ntoappend = 1; in wrap_strftime()
1659 ntoappend = PyBytes_GET_SIZE(zreplacement); in wrap_strftime()
1672 &ntoappend); in wrap_strftime()
1686 ntoappend = PyBytes_GET_SIZE(freplacement); in wrap_strftime()
1691 ntoappend = 2; in wrap_strftime()
1694 /* Append the ntoappend chars starting at ptoappend to in wrap_strftime()
1697 if (ntoappend == 0) in wrap_strftime()
1700 assert(ntoappend > in wrap_strftime()
[all...]

Completed in 5 milliseconds