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

/xsrc/external/mit/brotli/dist/python/
H A D_brotli.cc149 } brotli_Compressor; typedef in typeref:struct:__anonb32acce40108
151 static void brotli_Compressor_dealloc(brotli_Compressor* self) {
161 brotli_Compressor *self;
162 self = (brotli_Compressor *)type->tp_alloc(type, 0);
171 static int brotli_Compressor_init(brotli_Compressor *self, PyObject *args, PyObject *keywds) {
223 static PyObject* brotli_Compressor_process(brotli_Compressor *self, PyObject *args) {
271 static PyObject* brotli_Compressor_flush(brotli_Compressor *self) {
311 static PyObject* brotli_Compressor_finish(brotli_Compressor *self) {
357 sizeof(brotli_Compressor), /* tp_basicsize */

Completed in 3 milliseconds