Home
last modified time | relevance | path

Searched refs:data_error (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/iostreams/src/
Dlzma.cpp46 const int data_error = LZMA_DATA_ERROR; variable
Dbzip2.cpp39 const int data_error = BZ_DATA_ERROR; variable
Dzlib.cpp52 const int data_error = Z_DATA_ERROR; variable
/third_party/boost/boost/iostreams/filter/
Dlzma.hpp61 BOOST_IOSTREAMS_DECL extern const int data_error;
Dbzip2.hpp62 BOOST_IOSTREAMS_DECL extern const int data_error;
Dzlib.hpp78 BOOST_IOSTREAMS_DECL extern const int data_error;
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-parse.c1600 goto data_error; in gst_matroska_parse_parse_blockgroup_or_simpleblock()
1629 goto data_error; in gst_matroska_parse_parse_blockgroup_or_simpleblock()
1710 goto data_error; in gst_matroska_parse_parse_blockgroup_or_simpleblock()
1719 goto data_error; in gst_matroska_parse_parse_blockgroup_or_simpleblock()
1798 goto data_error; in gst_matroska_parse_parse_blockgroup_or_simpleblock()
2107 data_error: in gst_matroska_parse_parse_blockgroup_or_simpleblock()
Dmatroska-demux.c4403 goto data_error; in gst_matroska_demux_parse_blockgroup_or_simpleblock()
4433 goto data_error; in gst_matroska_demux_parse_blockgroup_or_simpleblock()
4514 goto data_error; in gst_matroska_demux_parse_blockgroup_or_simpleblock()
4523 goto data_error; in gst_matroska_demux_parse_blockgroup_or_simpleblock()
4628 goto data_error; in gst_matroska_demux_parse_blockgroup_or_simpleblock()
5115 data_error: in gst_matroska_demux_parse_blockgroup_or_simpleblock()
/third_party/glib/glib/
Dgbookmarkfile.c1971 GError *data_error, *write_error; in g_bookmark_file_to_file() local
1978 data_error = NULL; in g_bookmark_file_to_file()
1979 data = g_bookmark_file_to_data (bookmark, &len, &data_error); in g_bookmark_file_to_file()
1980 if (data_error) in g_bookmark_file_to_file()
1982 g_propagate_error (error, data_error); in g_bookmark_file_to_file()