Lines Matching defs:exports
19 Py_ssize_t exports;
28 * Py_REFCNT(buf) == 1, exports == 0.
29 * Py_REFCNT(buf) > 1. exports == 0,
31 * exports > 0. Py_REFCNT(buf) == 1, any modifications are forbidden.
47 if (self->exports > 0) {
49 "Existing exports of data: object cannot be re-sized");
110 assert(self->exports == 0);
345 if (self->string_size <= 1 || self->exports > 0)
402 self->exports == 0) {
890 if (self->exports > 0) {
939 if (self->exports > 0) {
941 "Existing exports of data: object cannot be re-sized");
1095 b->exports++;
1103 b->exports--;