Searched refs:do_nst (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/expat/files/lib/
H A Dexpat.h652 /* If do_nst is non-zero, and namespace processing is in effect, and
658 If do_nst is zero, then namespace information is returned in the
667 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst);
H A Dxmlparse.c1215 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst) argument
1220 ns_triplets = do_nst ? XML_TRUE : XML_FALSE;
/external/expat/lib/
H A Dexpat.h652 /* If do_nst is non-zero, and namespace processing is in effect, and
658 If do_nst is zero, then namespace information is returned in the
667 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst);
H A Dxmlparse.c1215 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst) argument
1220 ns_triplets = do_nst ? XML_TRUE : XML_FALSE;

Completed in 1266 milliseconds