Home
last modified time | relevance | path

Searched defs:keywds (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/brotli/python/
H A D_brotli.cc160 static PyObject* brotli_Compressor_new(PyTypeObject *type, PyObject *args, PyObject *keywds) { in brotli_Compressor_new() argument
171 static int brotli_Compressor_init(brotli_Compressor *self, PyObject *args, PyObject *keywds) { in brotli_Compressor_init() argument
446 static PyObject* brotli_Decompressor_new(PyTypeObject *type, PyObject *args, PyObject *keywds) { in brotli_Decompressor_new() argument
457 static int brotli_Decompressor_init(brotli_Decompressor *self, PyObject *args, PyObject *keywds) { in brotli_Decompressor_init() argument
637 static PyObject* brotli_decompress(PyObject *self, PyObject *args, PyObject *keywds) { in brotli_decompress() argument

Completed in 2 milliseconds