Home
last modified time | relevance | path

Searched refs:scan_txt (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/xml/
H A Dapr_xml.c807 apr_text *scan_txt; in apr_xml_quote_elem() local
812 for (scan_txt = elem->first_cdata.first; in apr_xml_quote_elem()
813 scan_txt != NULL; in apr_xml_quote_elem()
814 scan_txt = scan_txt->next) { in apr_xml_quote_elem()
815 scan_txt->text = apr_xml_quote_string(p, scan_txt->text, 0); in apr_xml_quote_elem()
817 for (scan_txt = elem->following_cdata.first; in apr_xml_quote_elem()
818 scan_txt != NULL; in apr_xml_quote_elem()
819 scan_txt = scan_txt->next) { in apr_xml_quote_elem()
820 scan_txt->text = apr_xml_quote_string(p, scan_txt->text, 0); in apr_xml_quote_elem()
/dports/devel/apr1/apr-util-1.6.1/xml/
H A Dapr_xml.c909 apr_text *scan_txt; in apr_xml_quote_elem() local
914 for (scan_txt = elem->first_cdata.first; in apr_xml_quote_elem()
915 scan_txt != NULL; in apr_xml_quote_elem()
916 scan_txt = scan_txt->next) { in apr_xml_quote_elem()
917 scan_txt->text = apr_xml_quote_string(p, scan_txt->text, 0); in apr_xml_quote_elem()
919 for (scan_txt = elem->following_cdata.first; in apr_xml_quote_elem()
920 scan_txt != NULL; in apr_xml_quote_elem()
921 scan_txt = scan_txt->next) { in apr_xml_quote_elem()
922 scan_txt->text = apr_xml_quote_string(p, scan_txt->text, 0); in apr_xml_quote_elem()
/dports/chinese/tintin++/tt/src/
H A Dscan.c46 DO_SCAN(scan_txt);
70 …{ "TXT", scan_txt, SCAN_FLAG_FILE|SCAN_FLAG_SCAN, "Scan a text file line by…
572 DO_SCAN(scan_txt) in DO_SCAN() argument
/dports/net/tintin++/tt/src/
H A Dscan.c46 DO_SCAN(scan_txt);
70 …{ "TXT", scan_txt, SCAN_FLAG_FILE|SCAN_FLAG_SCAN, "Scan a text file line by…
572 DO_SCAN(scan_txt) in DO_SCAN() argument