Searched refs:end3 (Results 1 – 13 of 13) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | parserInternals.in.h | 556 xmlChar end3); 564 xmlChar end3); 654 xmlChar end3);
|
D | legacy.c | 61 xmlChar end2, xmlChar end3); 82 xmlChar end3 ATTRIBUTE_UNUSED) in htmlDecodeEntities() 443 xmlChar end3 ATTRIBUTE_UNUSED) in xmlDecodeEntities()
|
D | parser.c | 2620 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()
|
D | HTMLparser.c | 89 xmlChar end, xmlChar end2, xmlChar end3);
|
/third_party/libxml2/include/libxml/ |
D | parserInternals.h | 527 xmlChar end3); 535 xmlChar end3); 625 xmlChar end3);
|
/third_party/libxml2/ |
D | legacy.c | 32 xmlChar end2, xmlChar end3); 53 xmlChar end3 ATTRIBUTE_UNUSED) in htmlDecodeEntities() 414 xmlChar end3 ATTRIBUTE_UNUSED) in xmlDecodeEntities()
|
D | parser.c | 2650 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()
|
D | testapi.c | 16623 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()
|
D | HTMLparser.c | 60 xmlChar end, xmlChar end2, xmlChar end3);
|
/third_party/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 430 d end3 value like(xmlChar) 440 d end3 value like(xmlChar) 590 d end3 value like(xmlChar)
|
/third_party/ffmpeg/libavformat/ |
D | nutenc.c | 256 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/ |
D | base_test.cpp | 28 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/ |
D | 0001-cve.patch | 122148 xmlChar end3);
|