Home
last modified time | relevance | path

Searched refs:save_unconsumed_input (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dzlibmodule.c531 save_unconsumed_input(compobject *self, Byte *input, Py_ssize_t inplen, in save_unconsumed_input() function
649 if (save_unconsumed_input(self, input, inplen, err) < 0) in PyZlib_objdecompress()
909 if (save_unconsumed_input(self, in PyZlib_unflush()