Searched refs:brotli_Decompressor (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/brotli/dist/python/
H A D_brotli.cc435 } brotli_Decompressor; typedef in typeref:struct:__anonb32acce40208
437 static void brotli_Decompressor_dealloc(brotli_Decompressor* self) {
447 brotli_Decompressor *self;
448 self = (brotli_Decompressor *)type->tp_alloc(type, 0);
457 static int brotli_Decompressor_init(brotli_Decompressor *self, PyObject *args, PyObject *keywds) {
492 static PyObject* brotli_Decompressor_process(brotli_Decompressor *self, PyObject *args) {
539 static PyObject* brotli_Decompressor_is_finished(brotli_Decompressor *self) {
584 sizeof(brotli_Decompressor), /* tp_basicsize */

Completed in 4 milliseconds