Lines Matching refs:next_tag

144 size_t next_tag(size_t p0, string xml)  in next_tag()  function
338 p0 = next_tag(p0 + 1, xml); in parse_ics_name()
354 p0 = next_tag(p0 + 1, xml); in parse_ics_position()
360 p0 = next_tag(p0 + 1, xml); in parse_ics_subject()
377 p0 = next_tag(p0 + 1, xml); in parse_ics_para()
392 p0 = next_tag(p0 + 1, xml); in parse_ics_date()
406 p0 = next_tag(p0 + 1, xml); in parse_ics_time()
411 p0 = next_tag(p0 + 1, xml); in parse_ics_exercise()
420 p0 = next_tag(p0 + 1, xml); in parse_ics_recipient()
429 p0 = next_tag(p0 + 1, xml); in parse_ics_sender()
437 p0 = next_tag(p0 + 1, xml); in parse_ics_signature()
447 p0 = next_tag(p0 + 1, xml); in parse_ics_body()
452 p0 = next_tag(p0 + 1, xml); in parse_ics_version()
457 p0 = next_tag(p0 + 1, xml); in parse_ics_id()
466 p0 = next_tag(p0 + 1, xml); in parse_ics_reply()
476 p0 = next_tag(p0 + 1, xml); in parse_ics_message()
481 p0 = next_tag(p0 + 1, xml); in parse_discard()
486 p0 = next_tag(p0 + 1, xml); in parse_ics_header()
495 p0 = next_tag(0, xml); // find the 1st tag in parse_ics()
507 p0 = next_tag(p0 + 1, xml); // find the next tag in parse_ics()
800 p0 = next_tag(p0 + 1, xml); in parse_rg_header()
810 p0 = next_tag(p0 + 1, xml); in parse_rg_message()
815 p0 = next_tag(p0 + 1, xml); in parse_rg_version()
822 p0 = next_tag(p0 + 1, xml); in parse_rg_id()
841 p0 = next_tag(p0 + 1, xml); in parse_rg_date()
854 p0 = next_tag(p0 + 1, xml); in parse_rg_time()
874 p0 = next_tag(p0 + 1, xml); in parse_rg_name()
880 p0 = next_tag(p0 + 1, xml); in parse_rg_exercise()
886 p0 = next_tag(p0 + 1, xml); in parse_rg_precedance()
892 p0 = next_tag(p0 + 1, xml); in parse_rg_handling()
898 p0 = next_tag(p0 + 1, xml); in parse_rg_arl()
904 p0 = next_tag(p0 + 1, xml); in parse_rg_check()
914 p0 = next_tag(p0 + 1, xml); in parse_rg_filed()
924 p0 = next_tag(p0 + 1, xml); in parse_rg_origin()
930 p0 = next_tag(p0 + 1, xml); in parse_rg_station()
936 p0 = next_tag(p0 + 1, xml); in parse_rg_place()
943 p0 = next_tag(p0 + 1, xml); in parse_rg_phone()
953 p0 = next_tag(p0 + 1, xml); in parse_rg_address()
979 p0 = next_tag(p0 + 1, xml); in parse_rg_line()
989 p0 = next_tag(p0 + 1, xml); in parse_rg_receivedat()
999 p0 = next_tag(p0 + 1, xml); in parse_rg_body()
1025 p0 = next_tag(p0 + 1, xml); in parse_rg_para()
1035 p0 = next_tag(p0 + 1, xml); in parse_rg_receivedfrom()
1045 p0 = next_tag(p0 + 1, xml); in parse_rg_sentto()
1128 p0 = next_tag(0, xml); // find the 1st tag in parse_rg()
1140 p0 = next_tag(p0 + 1, xml); // find the next tag in parse_rg()