Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-converter-wrapper.c296 g_zlib_decompressor_new (G_ZLIB_COMPRESSOR_FORMAT_RAW); in soup_converter_wrapper_real_convert()
/third_party/glib/gio/
Dgzlibdecompressor.c196 else if (decompressor->format == G_ZLIB_COMPRESSOR_FORMAT_RAW) in g_zlib_decompressor_constructed()
Dgzlibcompressor.c199 else if (compressor->format == G_ZLIB_COMPRESSOR_FORMAT_RAW) in g_zlib_compressor_constructed()
Dgioenums.h916 G_ZLIB_COMPRESSOR_FORMAT_RAW enumerator
Dgioenumtypes.c816 { G_ZLIB_COMPRESSOR_FORMAT_RAW, "G_ZLIB_COMPRESSOR_FORMAT_RAW", "raw" }, in g_zlib_compressor_format_get_type()
/third_party/glib/gio/tests/
Dconverter-stream.c1196 { "/converter-output-stream/roundtrip/raw-0", G_ZLIB_COMPRESSOR_FORMAT_RAW, 0 }, in main()
1197 { "/converter-output-stream/roundtrip/raw-9", G_ZLIB_COMPRESSOR_FORMAT_RAW, 9 }, in main()
1202 { "/converter-input-stream/truncation/raw", G_ZLIB_COMPRESSOR_FORMAT_RAW, 0 }, in main()