Lines Matching refs:zreplacement
1580 PyObject *zreplacement = NULL; /* py string, replacement for %z */
1635 if (zreplacement == NULL) {
1639 zreplacement = PyBytes_FromStringAndSize("", 0);
1640 if (zreplacement == NULL) goto Done;
1649 Py_DECREF(zreplacement);
1650 zreplacement =
1653 if (zreplacement == NULL)
1657 assert(zreplacement != NULL);
1658 ptoappend = PyBytes_AS_STRING(zreplacement);
1659 ntoappend = PyBytes_GET_SIZE(zreplacement);
1735 Py_XDECREF(zreplacement);