Home
last modified time | relevance | path

Searched refs:load_buffer (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/devel/cquery/cquery-20180718/third_party/pugixml/tests/
H A Dfuzz_parse.cpp9 doc.load_buffer(Data, Size); in LLVMFuzzerTestOneInput()
10 doc.load_buffer(Data, Size, pugi::parse_minimal); in LLVMFuzzerTestOneInput()
11 doc.load_buffer(Data, Size, pugi::parse_full); in LLVMFuzzerTestOneInput()
H A Dtest_document.cpp833 CHECK(doc.load_buffer(text, sizeof(text))); in TEST()
1275 CHECK(doc.load_buffer(0, 0, parse_fragment, encoding) && !doc.first_child()); in TEST()
1291 CHECK(doc.load_buffer(0, 12).status == status_io_error && !doc.first_child()); in TEST()
1345 CHECK(doc.load_buffer(data, 4).status == status_no_document_element); in TEST()
1346 CHECK(doc.load_buffer(data + 1, 3).status == status_no_document_element); in TEST()
1347 CHECK(doc.load_buffer(data + 2, 2).status == status_no_document_element); in TEST()
1348 CHECK(doc.load_buffer(data + 3, 1).status == status_no_document_element); in TEST()
1349 CHECK(doc.load_buffer(data + 4, 0).status == status_no_document_element); in TEST()
1350 CHECK(doc.load_buffer(0, 0).status == status_no_document_element); in TEST()
1366 CHECK(doc.load_buffer(data + 4, 0, parse_fragment) && !doc.first_child()); in TEST()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/pugixml/tests/
H A Dtest_document.cpp598 CHECK(doc.load_buffer(text, sizeof(text))); in TEST()
1040 CHECK(doc.load_buffer(0, 0, parse_fragment, encoding) && !doc.first_child()); in TEST()
1056 CHECK(doc.load_buffer(0, 12).status == status_io_error && !doc.first_child()); in TEST()
1110 CHECK(doc.load_buffer(data, 4).status == status_no_document_element); in TEST()
1111 CHECK(doc.load_buffer(data + 1, 3).status == status_no_document_element); in TEST()
1112 CHECK(doc.load_buffer(data + 2, 2).status == status_no_document_element); in TEST()
1113 CHECK(doc.load_buffer(data + 3, 1).status == status_no_document_element); in TEST()
1114 CHECK(doc.load_buffer(data + 4, 0).status == status_no_document_element); in TEST()
1115 CHECK(doc.load_buffer(0, 0).status == status_no_document_element); in TEST()
1131 CHECK(doc.load_buffer(data + 4, 0, parse_fragment) && !doc.first_child()); in TEST()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/pugixml/tests/
H A Dtest_document.cpp598 CHECK(doc.load_buffer(text, sizeof(text))); in TEST()
1040 CHECK(doc.load_buffer(0, 0, parse_fragment, encoding) && !doc.first_child()); in TEST()
1056 CHECK(doc.load_buffer(0, 12).status == status_io_error && !doc.first_child()); in TEST()
1110 CHECK(doc.load_buffer(data, 4).status == status_no_document_element); in TEST()
1111 CHECK(doc.load_buffer(data + 1, 3).status == status_no_document_element); in TEST()
1112 CHECK(doc.load_buffer(data + 2, 2).status == status_no_document_element); in TEST()
1113 CHECK(doc.load_buffer(data + 3, 1).status == status_no_document_element); in TEST()
1114 CHECK(doc.load_buffer(data + 4, 0).status == status_no_document_element); in TEST()
1115 CHECK(doc.load_buffer(0, 0).status == status_no_document_element); in TEST()
1131 CHECK(doc.load_buffer(data + 4, 0, parse_fragment) && !doc.first_child()); in TEST()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/bin/p/
H A Dbin_any.c48 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *buf, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
64 .load_buffer = &load_buffer,
H A Dbin_zimg.c15 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *b, ut64 loadaddr, Sdb *sdb){ in load_buffer() function
61 .load_buffer = &load_buffer,
H A Dbin_prg.c11 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *buf, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
78 .load_buffer = load_buffer,
H A Dbin_ningba.c17 static bool load_buffer(RBinFile * bf, void **bin_obj, RBuffer *buf, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
89 .load_buffer = &load_buffer,
H A Dbin_fs.c50 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *buf, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
96 .load_buffer = &load_buffer,
H A Dbin_sms.c35 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *buf, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
106 .load_buffer = &load_buffer,
H A Dbin_bf.c8 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *buf, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
114 .load_buffer = &load_buffer,
H A Dbin_psxexe.c18 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *b, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
119 .load_buffer = &load_buffer,
H A Dbin_nin3ds.c19 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *b, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
134 .load_buffer = &load_buffer,
H A Dbin_z64.c81 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *b, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
154 .load_buffer = &load_buffer,
H A Dbin_ninds.c28 static bool load_buffer (RBinFile *bf, void **bin_obj, RBuffer *b, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
133 .load_buffer = &load_buffer,
H A Dbin_bios.c36 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *buf, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
133 .load_buffer = &load_buffer,
H A Dbin_pyc.c24 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *buf, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
134 .load_buffer = &load_buffer,
H A Dbin_te.c19 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *b, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
155 .load_buffer = &load_buffer,
H A Dbin_avr.c72 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *buf, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
159 .load_buffer = &load_buffer,
H A Dbin_ne.c26 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *buf, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
115 .load_buffer = &load_buffer,
H A Dbin_omf.c9 static bool load_buffer (RBinFile *bf, void **bin_obj, RBuffer *b, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
163 .load_buffer = &load_buffer,
H A Dbin_dol.c55 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *buf, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
175 .load_buffer = &load_buffer,
H A Dbin_mbn.c77 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *b, ut64 loadaddr, Sdb *sdb){ in load_buffer() function
190 .load_buffer = &load_buffer,
H A Dbin_dmp64.c117 static bool load_buffer(RBinFile *bf, void **bin_obj, RBuffer *buf, ut64 loadaddr, Sdb *sdb) { in load_buffer() function
144 .load_buffer = &load_buffer,
/dports/deskutils/gnote/gnote-41.1/src/synchronization/
H A Dsyncutils.cpp38 xml.load_buffer(m_xml_content); in NoteUpdate()
57 xml.load_buffer(m_xml_content); in basically_equal_to()
77 xml.load_buffer(full_content_element); in get_inner_content()

12345678910>>...12