Home
last modified time | relevance | path

Searched refs:end3 (Results 1 – 13 of 13) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
DparserInternals.in.h556 xmlChar end3);
564 xmlChar end3);
654 xmlChar end3);
Dlegacy.c61 xmlChar end2, xmlChar end3);
82 xmlChar end3 ATTRIBUTE_UNUSED) in htmlDecodeEntities()
443 xmlChar end3 ATTRIBUTE_UNUSED) in xmlDecodeEntities()
Dparser.c2620 int what, xmlChar end, xmlChar end2, xmlChar end3) { in xmlStringLenDecodeEntities() argument
2658 (c != end2) && (c != end3)) { in xmlStringLenDecodeEntities()
2810 xmlChar end, xmlChar end2, xmlChar end3) { in xmlStringDecodeEntities() argument
2813 end, end2, end3)); in xmlStringDecodeEntities()
DHTMLparser.c89 xmlChar end, xmlChar end2, xmlChar end3);
/third_party/libxml2/include/libxml/
DparserInternals.h527 xmlChar end3);
535 xmlChar end3);
625 xmlChar end3);
/third_party/libxml2/
Dlegacy.c32 xmlChar end2, xmlChar end3);
53 xmlChar end3 ATTRIBUTE_UNUSED) in htmlDecodeEntities()
414 xmlChar end3 ATTRIBUTE_UNUSED) in xmlDecodeEntities()
Dparser.c2650 int what, xmlChar end, xmlChar end2, xmlChar end3) { in xmlStringLenDecodeEntities() argument
2688 (c != end2) && (c != end3) && in xmlStringLenDecodeEntities()
2846 xmlChar end, xmlChar end2, xmlChar end3) { in xmlStringDecodeEntities() argument
2849 end, end2, end3)); in xmlStringDecodeEntities()
Dtestapi.c16623 xmlChar end3; /* an end marker xmlChar, 0 if none */ in test_xmlStringDecodeEntities() local
16638 end3 = gen_xmlChar(n_end3, 5); in test_xmlStringDecodeEntities()
16640 ret_val = xmlStringDecodeEntities(ctxt, (const xmlChar *)str, what, end, end2, end3); in test_xmlStringDecodeEntities()
16648 des_xmlChar(n_end3, end3, 5); in test_xmlStringDecodeEntities()
16692 xmlChar end3; /* an end marker xmlChar, 0 if none */ in test_xmlStringLenDecodeEntities() local
16709 end3 = gen_xmlChar(n_end3, 6); in test_xmlStringLenDecodeEntities()
16714 … ret_val = xmlStringLenDecodeEntities(ctxt, (const xmlChar *)str, len, what, end, end2, end3); in test_xmlStringLenDecodeEntities()
16723 des_xmlChar(n_end3, end3, 6); in test_xmlStringLenDecodeEntities()
DHTMLparser.c60 xmlChar end, xmlChar end2, xmlChar end3);
/third_party/libxml2/os400/libxmlrpg/
DparserInternals.rpgle430 d end3 value like(xmlChar)
440 d end3 value like(xmlChar)
590 d end3 value like(xmlChar)
/third_party/ffmpeg/libavformat/
Dnutenc.c256 int end3 = start2 + (end2 - start2) * (pred + 1) / pred_count; in build_frame_code() local
260 for (index = start3; index < end3; index++) { in build_frame_code()
266 ft->size_mul = end3 - start3; in build_frame_code()
/third_party/boost/libs/circular_buffer/test/
Dbase_test.cpp28 circular_buffer<MyInteger>::const_iterator end3 = cb.cend(); in iterator_constructor_and_assign_test() local
36 BOOST_TEST(end3 == end1); in iterator_constructor_and_assign_test()
/third_party/chromium/patch/
D0001-cve.patch122148 xmlChar end3);