Searched refs:MAXENCPENDING (Results 1 – 4 of 4) sorted by relevance
81 #define MAXENCPENDING 2 macro84 Py_UNICODE pending[MAXENCPENDING]; \
794 if (ctx->pendingsize > MAXENCPENDING) { in encoder_encode_stateful()
76 #define MAXENCPENDING 2 macro
807 if (datalen - inpos > MAXENCPENDING) { in encoder_encode_stateful()