Searched refs:BUFFER_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
60 static const Py_ssize_t BUFFER_BLOCK_SIZE[] = variable113 if (0 <= max_length && max_length < BUFFER_BLOCK_SIZE[0]) { in _BlocksOutputBuffer_InitAndGrow()116 block_size = BUFFER_BLOCK_SIZE[0]; in _BlocksOutputBuffer_InitAndGrow()204 if (list_len < (Py_ssize_t) Py_ARRAY_LENGTH(BUFFER_BLOCK_SIZE)) { in _BlocksOutputBuffer_Grow()205 block_size = BUFFER_BLOCK_SIZE[list_len]; in _BlocksOutputBuffer_Grow()207 block_size = BUFFER_BLOCK_SIZE[Py_ARRAY_LENGTH(BUFFER_BLOCK_SIZE) - 1]; in _BlocksOutputBuffer_Grow()
202 ``BUFFER_BLOCK_SIZE`` is now declared static, to avoid linking collisions