Searched refs:do_nst (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | expat.h | 643 /* If do_nst is non-zero, and namespace processing is in effect, and 649 If do_nst is zero, then namespace information is returned in the 658 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst);
|
H A D | xmlparse.c | 1592 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst) { in XML_SetReturnNSTriplet() argument 1599 parser->m_ns_triplets = do_nst ? XML_TRUE : XML_FALSE; in XML_SetReturnNSTriplet()
|
/third_party/python/Modules/expat/ |
H A D | expat.h | 656 /* If do_nst is non-zero, and namespace processing is in effect, and 662 If do_nst is zero, then namespace information is returned in the 671 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst);
|
H A D | xmlparse.c | 1528 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst) { in XML_SetReturnNSTriplet() argument 1535 parser->m_ns_triplets = do_nst ? XML_TRUE : XML_FALSE; in XML_SetReturnNSTriplet()
|
Completed in 26 milliseconds