Searched refs:G_ZLIB_COMPRESSOR_FORMAT_RAW (Results 1 – 6 of 6) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-converter-wrapper.c | 296 g_zlib_decompressor_new (G_ZLIB_COMPRESSOR_FORMAT_RAW); in soup_converter_wrapper_real_convert()
|
/third_party/glib/gio/ |
D | gzlibdecompressor.c | 196 else if (decompressor->format == G_ZLIB_COMPRESSOR_FORMAT_RAW) in g_zlib_decompressor_constructed()
|
D | gzlibcompressor.c | 199 else if (compressor->format == G_ZLIB_COMPRESSOR_FORMAT_RAW) in g_zlib_compressor_constructed()
|
D | gioenums.h | 916 G_ZLIB_COMPRESSOR_FORMAT_RAW enumerator
|
D | gioenumtypes.c | 816 { G_ZLIB_COMPRESSOR_FORMAT_RAW, "G_ZLIB_COMPRESSOR_FORMAT_RAW", "raw" }, in g_zlib_compressor_format_get_type()
|
/third_party/glib/gio/tests/ |
D | converter-stream.c | 1196 { "/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()
|