xmlChar            67 chrome/browser/component_updater/update_response.cc   const xmlChar* name = reinterpret_cast<const xmlChar*>(attribute_name);
xmlChar           287 chrome/browser/component_updater/update_response.cc       reinterpret_cast<const xmlChar*>(response_xml.c_str())));
xmlChar            58 chrome/browser/profile_resetter/brandcode_config_fetcher.cc   static std::string XMLCharToString(const xmlChar* value);
xmlChar            60 chrome/browser/profile_resetter/brandcode_config_fetcher.cc                                const xmlChar* name,
xmlChar            61 chrome/browser/profile_resetter/brandcode_config_fetcher.cc                                const xmlChar** atts);
xmlChar            62 chrome/browser/profile_resetter/brandcode_config_fetcher.cc   static void EndElementImpl(void* ctx, const xmlChar* name);
xmlChar            63 chrome/browser/profile_resetter/brandcode_config_fetcher.cc   static void CharactersImpl(void* ctx, const xmlChar* ch, int len);
xmlChar           105 chrome/browser/profile_resetter/brandcode_config_fetcher.cc std::string XmlConfigParser::XMLCharToString(const xmlChar* value) {
xmlChar           110 chrome/browser/profile_resetter/brandcode_config_fetcher.cc                                        const xmlChar* name,
xmlChar           111 chrome/browser/profile_resetter/brandcode_config_fetcher.cc                                        const xmlChar** atts) {
xmlChar           119 chrome/browser/profile_resetter/brandcode_config_fetcher.cc void XmlConfigParser::EndElementImpl(void* ctx, const xmlChar* name) {
xmlChar           124 chrome/browser/profile_resetter/brandcode_config_fetcher.cc void XmlConfigParser::CharactersImpl(void* ctx, const xmlChar* ch, int len) {
xmlChar            56 chrome/browser/search_engines/template_url_parser.cc std::string XMLCharToString(const xmlChar* value) {
xmlChar           134 chrome/browser/search_engines/template_url_parser.cc                                const xmlChar* name,
xmlChar           135 chrome/browser/search_engines/template_url_parser.cc                                const xmlChar** atts);
xmlChar           136 chrome/browser/search_engines/template_url_parser.cc   static void EndElementImpl(void* ctx, const xmlChar* name);
xmlChar           137 chrome/browser/search_engines/template_url_parser.cc   static void CharactersImpl(void* ctx, const xmlChar* ch, int len);
xmlChar           151 chrome/browser/search_engines/template_url_parser.cc   void ParseURL(const xmlChar** atts);
xmlChar           152 chrome/browser/search_engines/template_url_parser.cc   void ParseImage(const xmlChar** atts);
xmlChar           153 chrome/browser/search_engines/template_url_parser.cc   void ParseParam(const xmlChar** atts);
xmlChar           209 chrome/browser/search_engines/template_url_parser.cc                                                  const xmlChar* name,
xmlChar           210 chrome/browser/search_engines/template_url_parser.cc                                                  const xmlChar** atts) {
xmlChar           240 chrome/browser/search_engines/template_url_parser.cc void TemplateURLParsingContext::EndElementImpl(void* ctx, const xmlChar* name) {
xmlChar           280 chrome/browser/search_engines/template_url_parser.cc                                                const xmlChar* ch,
xmlChar           334 chrome/browser/search_engines/template_url_parser.cc void TemplateURLParsingContext::ParseURL(const xmlChar** atts) {
xmlChar           344 chrome/browser/search_engines/template_url_parser.cc     const xmlChar* value = atts[1];
xmlChar           369 chrome/browser/search_engines/template_url_parser.cc void TemplateURLParsingContext::ParseImage(const xmlChar** atts) {
xmlChar           378 chrome/browser/search_engines/template_url_parser.cc     const xmlChar* value = atts[1];
xmlChar           393 chrome/browser/search_engines/template_url_parser.cc void TemplateURLParsingContext::ParseParam(const xmlChar** atts) {
xmlChar           400 chrome/browser/search_engines/template_url_parser.cc     const xmlChar* val = atts[1];
xmlChar            74 chrome/common/extensions/update_manifest.cc   const xmlChar* name = reinterpret_cast<const xmlChar*>(attribute_name);
xmlChar           115 chrome/common/extensions/update_manifest.cc   const xmlChar* href = reinterpret_cast<const xmlChar*>(expected_href);
xmlChar           230 chrome/common/extensions/update_manifest.cc       reinterpret_cast<const xmlChar*>(manifest_xml.c_str())));
xmlChar             9 third_party/libxml/chromium/libxml_utils.cc std::string XmlStringToStdString(const xmlChar* xmlstring) {
xmlChar            43 third_party/libxml/chromium/libxml_utils.cc   xmlChar* value = xmlTextReaderGetAttribute(reader_, BAD_CAST name);
xmlChar            16 third_party/libxml/chromium/libxml_utils.h std::string XmlStringToStdString(const xmlChar* xmlstring);
xmlChar           176 third_party/libxml/src/DOCBparser.c docbSAXParseDoc(xmlChar * cur ATTRIBUTE_UNUSED,
xmlChar           190 third_party/libxml/src/DOCBparser.c 			  xmlStrlen((const xmlChar *) cur), 0,  userData));
xmlChar           204 third_party/libxml/src/DOCBparser.c docbParseDoc(xmlChar * cur ATTRIBUTE_UNUSED,
xmlChar            56 third_party/libxml/src/HTMLparser.c xmlChar * htmlDecodeEntities(htmlParserCtxtPtr ctxt, int len,
xmlChar            57 third_party/libxml/src/HTMLparser.c 			     xmlChar end, xmlChar  end2, xmlChar end3);
xmlChar           107 third_party/libxml/src/HTMLparser.c              const char *msg, const xmlChar *str1, const xmlChar *str2)
xmlChar           164 third_party/libxml/src/HTMLparser.c htmlnamePush(htmlParserCtxtPtr ctxt, const xmlChar * value)
xmlChar           172 third_party/libxml/src/HTMLparser.c         ctxt->nameTab = (const xmlChar * *)
xmlChar           173 third_party/libxml/src/HTMLparser.c                          xmlRealloc((xmlChar * *)ctxt->nameTab,
xmlChar           193 third_party/libxml/src/HTMLparser.c static const xmlChar *
xmlChar           196 third_party/libxml/src/HTMLparser.c     const xmlChar *ret;
xmlChar           342 third_party/libxml/src/HTMLparser.c     if (l == 1) b[i++] = (xmlChar) v;					\
xmlChar           359 third_party/libxml/src/HTMLparser.c static xmlChar *
xmlChar           361 third_party/libxml/src/HTMLparser.c     const xmlChar *start, *cur, *end;
xmlChar           510 third_party/libxml/src/HTMLparser.c         xmlChar * guess;
xmlChar           518 third_party/libxml/src/HTMLparser.c                 xmlFree((xmlChar *) ctxt->input->encoding);
xmlChar          1214 third_party/libxml/src/HTMLparser.c htmlTagLookup(const xmlChar *tag) {
xmlChar          1232 third_party/libxml/src/HTMLparser.c htmlGetEndPriority (const xmlChar *name) {
xmlChar          1236 third_party/libxml/src/HTMLparser.c 	   (!xmlStrEqual((const xmlChar *)htmlEndPriority[i].name, name)))
xmlChar          1255 third_party/libxml/src/HTMLparser.c htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag)
xmlChar          1292 third_party/libxml/src/HTMLparser.c htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag)
xmlChar          1361 third_party/libxml/src/HTMLparser.c htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag)
xmlChar          1397 third_party/libxml/src/HTMLparser.c htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) {
xmlChar          1445 third_party/libxml/src/HTMLparser.c htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) {
xmlChar          1514 third_party/libxml/src/HTMLparser.c     const xmlChar *tag;
xmlChar          1552 third_party/libxml/src/HTMLparser.c htmlIsScriptAttribute(const xmlChar *name) {
xmlChar          1565 third_party/libxml/src/HTMLparser.c 	if (xmlStrEqual(name, (const xmlChar *) htmlScriptAttributes[i]))
xmlChar          1871 third_party/libxml/src/HTMLparser.c     xmlChar *tmp;							\
xmlChar          1873 third_party/libxml/src/HTMLparser.c     tmp = (xmlChar *) xmlRealloc(buffer, buffer##_size * sizeof(xmlChar)); \
xmlChar          1893 third_party/libxml/src/HTMLparser.c htmlEntityLookup(const xmlChar *name) {
xmlChar          2202 third_party/libxml/src/HTMLparser.c static int areBlanks(htmlParserCtxtPtr ctxt, const xmlChar *str, int len) {
xmlChar          2269 third_party/libxml/src/HTMLparser.c htmlNewDocNoDtD(const xmlChar *URI, const xmlChar *ExternalID) {
xmlChar          2314 third_party/libxml/src/HTMLparser.c htmlNewDoc(const xmlChar *URI, const xmlChar *ExternalID) {
xmlChar          2337 third_party/libxml/src/HTMLparser.c static const xmlChar * htmlParseNameComplex(xmlParserCtxtPtr ctxt);
xmlChar          2349 third_party/libxml/src/HTMLparser.c static const xmlChar *
xmlChar          2352 third_party/libxml/src/HTMLparser.c     xmlChar loc[HTML_PARSER_BUFFER_SIZE];
xmlChar          2383 third_party/libxml/src/HTMLparser.c static const xmlChar *
xmlChar          2386 third_party/libxml/src/HTMLparser.c     xmlChar loc[HTML_PARSER_BUFFER_SIZE];
xmlChar          2412 third_party/libxml/src/HTMLparser.c static const xmlChar *
xmlChar          2414 third_party/libxml/src/HTMLparser.c     const xmlChar *in;
xmlChar          2415 third_party/libxml/src/HTMLparser.c     const xmlChar *ret;
xmlChar          2446 third_party/libxml/src/HTMLparser.c static const xmlChar *
xmlChar          2492 third_party/libxml/src/HTMLparser.c static xmlChar *
xmlChar          2493 third_party/libxml/src/HTMLparser.c htmlParseHTMLAttribute(htmlParserCtxtPtr ctxt, const xmlChar stop) {
xmlChar          2494 third_party/libxml/src/HTMLparser.c     xmlChar *buffer = NULL;
xmlChar          2496 third_party/libxml/src/HTMLparser.c     xmlChar *out = NULL;
xmlChar          2497 third_party/libxml/src/HTMLparser.c     const xmlChar *name = NULL;
xmlChar          2498 third_party/libxml/src/HTMLparser.c     const xmlChar *cur = NULL;
xmlChar          2505 third_party/libxml/src/HTMLparser.c     buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
xmlChar          2633 third_party/libxml/src/HTMLparser.c htmlParseEntityRef(htmlParserCtxtPtr ctxt, const xmlChar **str) {
xmlChar          2634 third_party/libxml/src/HTMLparser.c     const xmlChar *name;
xmlChar          2682 third_party/libxml/src/HTMLparser.c static xmlChar *
xmlChar          2684 third_party/libxml/src/HTMLparser.c     xmlChar *ret = NULL;
xmlChar          2726 third_party/libxml/src/HTMLparser.c static xmlChar *
xmlChar          2728 third_party/libxml/src/HTMLparser.c     const xmlChar *q;
xmlChar          2729 third_party/libxml/src/HTMLparser.c     xmlChar *ret = NULL;
xmlChar          2774 third_party/libxml/src/HTMLparser.c static xmlChar *
xmlChar          2776 third_party/libxml/src/HTMLparser.c     const xmlChar *q;
xmlChar          2777 third_party/libxml/src/HTMLparser.c     xmlChar *ret = NULL;
xmlChar          2835 third_party/libxml/src/HTMLparser.c     xmlChar buf[HTML_PARSER_BIG_BUFFER_SIZE + 5];
xmlChar          2920 third_party/libxml/src/HTMLparser.c     xmlChar buf[HTML_PARSER_BIG_BUFFER_SIZE + 5];
xmlChar          3009 third_party/libxml/src/HTMLparser.c static xmlChar *
xmlChar          3010 third_party/libxml/src/HTMLparser.c htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) {
xmlChar          3011 third_party/libxml/src/HTMLparser.c     xmlChar *URI = NULL;
xmlChar          3060 third_party/libxml/src/HTMLparser.c     xmlChar *buf = NULL;
xmlChar          3064 third_party/libxml/src/HTMLparser.c     const xmlChar *target;
xmlChar          3096 third_party/libxml/src/HTMLparser.c 	    buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlChar          3111 third_party/libxml/src/HTMLparser.c 		    xmlChar *tmp;
xmlChar          3114 third_party/libxml/src/HTMLparser.c 		    tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
xmlChar          3171 third_party/libxml/src/HTMLparser.c     xmlChar *buf = NULL;
xmlChar          3189 third_party/libxml/src/HTMLparser.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlChar          3205 third_party/libxml/src/HTMLparser.c 	    xmlChar *tmp;
xmlChar          3208 third_party/libxml/src/HTMLparser.c 	    tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
xmlChar          3331 third_party/libxml/src/HTMLparser.c     const xmlChar *name;
xmlChar          3332 third_party/libxml/src/HTMLparser.c     xmlChar *ExternalID = NULL;
xmlChar          3333 third_party/libxml/src/HTMLparser.c     xmlChar *URI = NULL;
xmlChar          3408 third_party/libxml/src/HTMLparser.c static const xmlChar *
xmlChar          3409 third_party/libxml/src/HTMLparser.c htmlParseAttribute(htmlParserCtxtPtr ctxt, xmlChar **value) {
xmlChar          3410 third_party/libxml/src/HTMLparser.c     const xmlChar *name;
xmlChar          3411 third_party/libxml/src/HTMLparser.c     xmlChar *val = NULL;
xmlChar          3446 third_party/libxml/src/HTMLparser.c htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) {
xmlChar          3447 third_party/libxml/src/HTMLparser.c     const xmlChar *encoding;
xmlChar          3471 third_party/libxml/src/HTMLparser.c 	    xmlFree((xmlChar *) ctxt->input->encoding);
xmlChar          3541 third_party/libxml/src/HTMLparser.c htmlCheckMeta(htmlParserCtxtPtr ctxt, const xmlChar **atts) {
xmlChar          3543 third_party/libxml/src/HTMLparser.c     const xmlChar *att, *value;
xmlChar          3545 third_party/libxml/src/HTMLparser.c     const xmlChar *content = NULL;
xmlChar          3588 third_party/libxml/src/HTMLparser.c     const xmlChar *name;
xmlChar          3589 third_party/libxml/src/HTMLparser.c     const xmlChar *attname;
xmlChar          3590 third_party/libxml/src/HTMLparser.c     xmlChar *attvalue;
xmlChar          3591 third_party/libxml/src/HTMLparser.c     const xmlChar **atts;
xmlChar          3701 third_party/libxml/src/HTMLparser.c 	        atts = (const xmlChar **)
xmlChar          3702 third_party/libxml/src/HTMLparser.c 		       xmlMalloc(maxatts * sizeof(xmlChar *));
xmlChar          3712 third_party/libxml/src/HTMLparser.c 	        const xmlChar **n;
xmlChar          3715 third_party/libxml/src/HTMLparser.c 	        n = (const xmlChar **) xmlRealloc((void *) atts,
xmlChar          3716 third_party/libxml/src/HTMLparser.c 					     maxatts * sizeof(const xmlChar *));
xmlChar          3775 third_party/libxml/src/HTMLparser.c 		xmlFree((xmlChar *) atts[i]);
xmlChar          3800 third_party/libxml/src/HTMLparser.c     const xmlChar *name;
xmlChar          3801 third_party/libxml/src/HTMLparser.c     const xmlChar *oldname;
xmlChar          3907 third_party/libxml/src/HTMLparser.c     xmlChar out[6];
xmlChar          3908 third_party/libxml/src/HTMLparser.c     const xmlChar *name;
xmlChar          3983 third_party/libxml/src/HTMLparser.c     xmlChar *currentNode;
xmlChar          3985 third_party/libxml/src/HTMLparser.c     const xmlChar *name;
xmlChar          4140 third_party/libxml/src/HTMLparser.c     const xmlChar *name;
xmlChar          4141 third_party/libxml/src/HTMLparser.c     xmlChar *currentNode = NULL;
xmlChar          4146 third_party/libxml/src/HTMLparser.c     const xmlChar *oldptr;
xmlChar          4290 third_party/libxml/src/HTMLparser.c     const xmlChar *name;
xmlChar          4383 third_party/libxml/src/HTMLparser.c     xmlChar *currentNode;
xmlChar          4385 third_party/libxml/src/HTMLparser.c     const xmlChar *name;
xmlChar          4567 third_party/libxml/src/HTMLparser.c     xmlChar start[4];
xmlChar          4589 third_party/libxml/src/HTMLparser.c     if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) &&
xmlChar          4757 third_party/libxml/src/HTMLparser.c     ctxt->nameTab = (const xmlChar **) xmlMalloc(10 * sizeof(xmlChar *));
xmlChar          4898 third_party/libxml/src/HTMLparser.c htmlCreateDocParserCtxt(const xmlChar *cur, const char *encoding) {
xmlChar          4914 third_party/libxml/src/HTMLparser.c 	    xmlFree((xmlChar *) ctxt->input->encoding);
xmlChar          4915 third_party/libxml/src/HTMLparser.c 	ctxt->input->encoding = xmlStrdup((const xmlChar *) encoding);
xmlChar          4926 third_party/libxml/src/HTMLparser.c 			     (const xmlChar *) encoding, NULL);
xmlChar          4938 third_party/libxml/src/HTMLparser.c 			     (const xmlChar *) encoding, NULL);
xmlChar          4971 third_party/libxml/src/HTMLparser.c htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first,
xmlChar          4972 third_party/libxml/src/HTMLparser.c                         xmlChar next, xmlChar third, int iscomment,
xmlChar          4977 third_party/libxml/src/HTMLparser.c     const xmlChar *buf;
xmlChar          5100 third_party/libxml/src/HTMLparser.c htmlParseLookupChars(htmlParserCtxtPtr ctxt, const xmlChar * stop,
xmlChar          5105 third_party/libxml/src/HTMLparser.c     const xmlChar *buf;
xmlChar          5172 third_party/libxml/src/HTMLparser.c     xmlChar cur, next;
xmlChar          5462 third_party/libxml/src/HTMLparser.c 	        const xmlChar *name;
xmlChar          5568 third_party/libxml/src/HTMLparser.c 		    xmlChar chr[2] = { 0 , 0 } ;
xmlChar          5570 third_party/libxml/src/HTMLparser.c 		    chr[0] = (xmlChar) ctxt->token;
xmlChar          5610 third_party/libxml/src/HTMLparser.c 			xmlChar val;
xmlChar          6033 third_party/libxml/src/HTMLparser.c 	    xmlCanonicPath((const xmlChar *) filename);
xmlChar          6079 third_party/libxml/src/HTMLparser.c htmlSAXParseDoc(xmlChar *cur, const char *encoding, htmlSAXHandlerPtr sax, void *userData) {
xmlChar          6118 third_party/libxml/src/HTMLparser.c htmlParseDoc(xmlChar *cur, const char *encoding) {
xmlChar          6141 third_party/libxml/src/HTMLparser.c     xmlChar *content, *content_line = (xmlChar *) "charset=";
xmlChar          6150 third_party/libxml/src/HTMLparser.c     canonicFilename = (char *) xmlCanonicPath((const xmlChar *) filename);
xmlChar          6273 third_party/libxml/src/HTMLparser.c htmlElementAllowedHere(const htmlElemDesc* parent, const xmlChar* elt) {
xmlChar          6280 third_party/libxml/src/HTMLparser.c     if ( !xmlStrcmp((const xmlChar *)*p, elt) )
xmlChar          6299 third_party/libxml/src/HTMLparser.c   if ( ! htmlElementAllowedHere(parent, (const xmlChar*) elt->name ) )
xmlChar          6316 third_party/libxml/src/HTMLparser.c htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) {
xmlChar          6324 third_party/libxml/src/HTMLparser.c       if ( !xmlStrcmp((const xmlChar*)*p, attr) )
xmlChar          6329 third_party/libxml/src/HTMLparser.c       if ( !xmlStrcmp((const xmlChar*)*p, attr) )
xmlChar          6334 third_party/libxml/src/HTMLparser.c       if ( !xmlStrcmp((const xmlChar*)*p, attr) )
xmlChar          6388 third_party/libxml/src/HTMLparser.c 	    (xmlDictOwns(dict, (const xmlChar *)(str)) == 0)))	\
xmlChar          6564 third_party/libxml/src/HTMLparser.c 	      xmlFree((xmlChar *) ctxt->input->encoding);
xmlChar          6565 third_party/libxml/src/HTMLparser.c             ctxt->input->encoding = xmlStrdup((xmlChar *)encoding);
xmlChar          6570 third_party/libxml/src/HTMLparser.c         ctxt->input->filename = (char *) xmlStrdup((const xmlChar *) URL);
xmlChar          6596 third_party/libxml/src/HTMLparser.c htmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options)
xmlChar          6757 third_party/libxml/src/HTMLparser.c htmlCtxtReadDoc(htmlParserCtxtPtr ctxt, const xmlChar * cur,
xmlChar            47 third_party/libxml/src/HTMLtree.c const xmlChar *
xmlChar            50 third_party/libxml/src/HTMLtree.c     const xmlChar *content;
xmlChar            51 third_party/libxml/src/HTMLtree.c     const xmlChar *encoding;
xmlChar           101 third_party/libxml/src/HTMLtree.c 		const xmlChar *value;
xmlChar           162 third_party/libxml/src/HTMLtree.c htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) {
xmlChar           164 third_party/libxml/src/HTMLtree.c     const xmlChar *content = NULL;
xmlChar           233 third_party/libxml/src/HTMLtree.c 		const xmlChar *value;
xmlChar           315 third_party/libxml/src/HTMLtree.c htmlIsBooleanAttr(const xmlChar *name)
xmlChar           320 third_party/libxml/src/HTMLtree.c         if (xmlStrcasecmp((const xmlChar *)htmlBooleanAttrs[i], name) == 0)
xmlChar           533 third_party/libxml/src/HTMLtree.c htmlDocDumpMemoryFormat(xmlDocPtr cur, xmlChar**mem, int *size, int format) {
xmlChar           613 third_party/libxml/src/HTMLtree.c htmlDocDumpMemory(xmlDocPtr cur, xmlChar**mem, int *size) {
xmlChar           673 third_party/libxml/src/HTMLtree.c     xmlChar *value;
xmlChar           701 third_party/libxml/src/HTMLtree.c 		xmlChar *escaped;
xmlChar           702 third_party/libxml/src/HTMLtree.c 		xmlChar *tmp = value;
xmlChar           803 third_party/libxml/src/HTMLtree.c 	    if (((cur->name == (const xmlChar *)xmlStringText) ||
xmlChar           804 third_party/libxml/src/HTMLtree.c 		 (cur->name != (const xmlChar *)xmlStringTextNoenc)) &&
xmlChar           808 third_party/libxml/src/HTMLtree.c 		xmlChar *buffer;
xmlChar          1186 third_party/libxml/src/HTMLtree.c         htmlSetMetaEncoding(cur, (const xmlChar *) encoding);
xmlChar          1188 third_party/libxml/src/HTMLtree.c 	htmlSetMetaEncoding(cur, (const xmlChar *) "UTF-8");
xmlChar           121 third_party/libxml/src/SAX2.c                const char *msg, const xmlChar *str1, const xmlChar *str2)
xmlChar           152 third_party/libxml/src/SAX2.c                const char *msg, const xmlChar *str1)
xmlChar           177 third_party/libxml/src/SAX2.c             const char *msg, const xmlChar *str1, const xmlChar *str2)
xmlChar           201 third_party/libxml/src/SAX2.c              const char *msg, const xmlChar *str1, const xmlChar *str2)
xmlChar           222 third_party/libxml/src/SAX2.c const xmlChar *
xmlChar           238 third_party/libxml/src/SAX2.c const xmlChar *
xmlChar           243 third_party/libxml/src/SAX2.c     return((const xmlChar *) ctxt->input->filename); 
xmlChar           336 third_party/libxml/src/SAX2.c xmlSAX2InternalSubset(void *ctx, const xmlChar *name,
xmlChar           337 third_party/libxml/src/SAX2.c 	       const xmlChar *ExternalID, const xmlChar *SystemID)
xmlChar           374 third_party/libxml/src/SAX2.c xmlSAX2ExternalSubset(void *ctx, const xmlChar *name,
xmlChar           375 third_party/libxml/src/SAX2.c 	       const xmlChar *ExternalID, const xmlChar *SystemID)
xmlChar           492 third_party/libxml/src/SAX2.c xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId)
xmlChar           496 third_party/libxml/src/SAX2.c     xmlChar *URI;
xmlChar           505 third_party/libxml/src/SAX2.c     URI = xmlBuildURI(systemId, (const xmlChar *) base);
xmlChar           529 third_party/libxml/src/SAX2.c xmlSAX2GetEntity(void *ctx, const xmlChar *name)
xmlChar           605 third_party/libxml/src/SAX2.c xmlSAX2GetParameterEntity(void *ctx, const xmlChar *name)
xmlChar           633 third_party/libxml/src/SAX2.c xmlSAX2EntityDecl(void *ctx, const xmlChar *name, int type,
xmlChar           634 third_party/libxml/src/SAX2.c           const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
xmlChar           653 third_party/libxml/src/SAX2.c 	    xmlChar *URI;
xmlChar           661 third_party/libxml/src/SAX2.c 	    URI = xmlBuildURI(systemId, (const xmlChar *) base);
xmlChar           672 third_party/libxml/src/SAX2.c 	    xmlChar *URI;
xmlChar           680 third_party/libxml/src/SAX2.c 	    URI = xmlBuildURI(systemId, (const xmlChar *) base);
xmlChar           703 third_party/libxml/src/SAX2.c xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname,
xmlChar           704 third_party/libxml/src/SAX2.c               int type, int def, const xmlChar *defaultValue,
xmlChar           709 third_party/libxml/src/SAX2.c     xmlChar *name = NULL, *prefix = NULL;
xmlChar           771 third_party/libxml/src/SAX2.c xmlSAX2ElementDecl(void *ctx, const xmlChar * name, int type,
xmlChar           817 third_party/libxml/src/SAX2.c xmlSAX2NotationDecl(void *ctx, const xmlChar *name,
xmlChar           818 third_party/libxml/src/SAX2.c 	     const xmlChar *publicId, const xmlChar *systemId)
xmlChar           868 third_party/libxml/src/SAX2.c xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name,
xmlChar           869 third_party/libxml/src/SAX2.c 		   const xmlChar *publicId, const xmlChar *systemId,
xmlChar           870 third_party/libxml/src/SAX2.c 		   const xmlChar *notationName)
xmlChar           889 third_party/libxml/src/SAX2.c 	    xmlChar *URI;
xmlChar           897 third_party/libxml/src/SAX2.c 	    URI = xmlBuildURI(systemId, (const xmlChar *) base);
xmlChar           909 third_party/libxml/src/SAX2.c 	    xmlChar *URI;
xmlChar           917 third_party/libxml/src/SAX2.c 	    URI = xmlBuildURI(systemId, (const xmlChar *) base);
xmlChar          1004 third_party/libxml/src/SAX2.c 	ctxt->myDoc->URL = xmlPathToURI((const xmlChar *)ctxt->input->filename);
xmlChar          1065 third_party/libxml/src/SAX2.c xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname,
xmlChar          1066 third_party/libxml/src/SAX2.c              const xmlChar *value, const xmlChar *prefix ATTRIBUTE_UNUSED)
xmlChar          1070 third_party/libxml/src/SAX2.c     xmlChar *name;
xmlChar          1071 third_party/libxml/src/SAX2.c     xmlChar *ns;
xmlChar          1072 third_party/libxml/src/SAX2.c     xmlChar *nval;
xmlChar          1112 third_party/libxml/src/SAX2.c             value = (const xmlChar *) nval;
xmlChar          1143 third_party/libxml/src/SAX2.c 	xmlChar *val;
xmlChar          1151 third_party/libxml/src/SAX2.c 	    val = (xmlChar *) value;
xmlChar          1197 third_party/libxml/src/SAX2.c 	xmlChar *val;
xmlChar          1212 third_party/libxml/src/SAX2.c 	    val = (xmlChar *) value;
xmlChar          1320 third_party/libxml/src/SAX2.c 	    xmlChar *val;
xmlChar          1331 third_party/libxml/src/SAX2.c 		xmlChar *nvalnorm;
xmlChar          1393 third_party/libxml/src/SAX2.c xmlCheckDefaultedAttributes(xmlParserCtxtPtr ctxt, const xmlChar *name,
xmlChar          1394 third_party/libxml/src/SAX2.c 	const xmlChar *prefix, const xmlChar **atts) {
xmlChar          1396 third_party/libxml/src/SAX2.c     const xmlChar *att;
xmlChar          1425 third_party/libxml/src/SAX2.c 		    xmlChar *fulln;
xmlChar          1496 third_party/libxml/src/SAX2.c 		        xmlChar fn[50];
xmlChar          1497 third_party/libxml/src/SAX2.c 			xmlChar *fulln;
xmlChar          1549 third_party/libxml/src/SAX2.c xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts)
xmlChar          1555 third_party/libxml/src/SAX2.c     xmlChar *name;
xmlChar          1556 third_party/libxml/src/SAX2.c     xmlChar *prefix;
xmlChar          1557 third_party/libxml/src/SAX2.c     const xmlChar *att;
xmlChar          1558 third_party/libxml/src/SAX2.c     const xmlChar *value;
xmlChar          1756 third_party/libxml/src/SAX2.c xmlSAX2EndElement(void *ctx, const xmlChar *name ATTRIBUTE_UNUSED)
xmlChar          1809 third_party/libxml/src/SAX2.c xmlSAX2TextNode(xmlParserCtxtPtr ctxt, const xmlChar *str, int len) {
xmlChar          1811 third_party/libxml/src/SAX2.c     const xmlChar *intern = NULL;
xmlChar          1833 third_party/libxml/src/SAX2.c         xmlChar cur = str[len];
xmlChar          1838 third_party/libxml/src/SAX2.c 	    xmlChar *tmp = (xmlChar *) &(ret->properties);
xmlChar          1867 third_party/libxml/src/SAX2.c 	ret->content = (xmlChar *) intern;
xmlChar          1888 third_party/libxml/src/SAX2.c static xmlChar *
xmlChar          1889 third_party/libxml/src/SAX2.c xmlSAX2DecodeAttrEntities(xmlParserCtxtPtr ctxt, const xmlChar *str,
xmlChar          1890 third_party/libxml/src/SAX2.c                           const xmlChar *end) {
xmlChar          1891 third_party/libxml/src/SAX2.c     const xmlChar *in;
xmlChar          1892 third_party/libxml/src/SAX2.c     xmlChar *ret;
xmlChar          1924 third_party/libxml/src/SAX2.c                    const xmlChar * localname,
xmlChar          1925 third_party/libxml/src/SAX2.c                    const xmlChar * prefix,
xmlChar          1926 third_party/libxml/src/SAX2.c 		   const xmlChar * value,
xmlChar          1927 third_party/libxml/src/SAX2.c 		   const xmlChar * valueend)
xmlChar          1931 third_party/libxml/src/SAX2.c     xmlChar *dup = NULL;
xmlChar          1974 third_party/libxml/src/SAX2.c 	                              (xmlChar *) localname, NULL);
xmlChar          2056 third_party/libxml/src/SAX2.c 		    xmlChar *nvalnorm;
xmlChar          2057 third_party/libxml/src/SAX2.c 		    xmlChar fn[50];
xmlChar          2058 third_party/libxml/src/SAX2.c 		    xmlChar *fullname;
xmlChar          2152 third_party/libxml/src/SAX2.c                       const xmlChar *localname,
xmlChar          2153 third_party/libxml/src/SAX2.c 		      const xmlChar *prefix,
xmlChar          2154 third_party/libxml/src/SAX2.c 		      const xmlChar *URI,
xmlChar          2156 third_party/libxml/src/SAX2.c 		      const xmlChar **namespaces,
xmlChar          2159 third_party/libxml/src/SAX2.c 		      const xmlChar **attributes)
xmlChar          2165 third_party/libxml/src/SAX2.c     const xmlChar *uri, *pref;
xmlChar          2208 third_party/libxml/src/SAX2.c 	                               (xmlChar *) localname, NULL);
xmlChar          2349 third_party/libxml/src/SAX2.c                     const xmlChar * localname ATTRIBUTE_UNUSED,
xmlChar          2350 third_party/libxml/src/SAX2.c                     const xmlChar * prefix ATTRIBUTE_UNUSED,
xmlChar          2351 third_party/libxml/src/SAX2.c 		    const xmlChar * URI ATTRIBUTE_UNUSED)
xmlChar          2388 third_party/libxml/src/SAX2.c xmlSAX2Reference(void *ctx, const xmlChar *name)
xmlChar          2420 third_party/libxml/src/SAX2.c xmlSAX2Characters(void *ctx, const xmlChar *ch, int len)
xmlChar          2478 third_party/libxml/src/SAX2.c 	    if (lastChild->content == (xmlChar *)&(lastChild->properties)) {
xmlChar          2496 third_party/libxml/src/SAX2.c 		xmlChar *newbuf;
xmlChar          2501 third_party/libxml/src/SAX2.c                 newbuf = (xmlChar *) xmlRealloc(lastChild->content,size);
xmlChar          2544 third_party/libxml/src/SAX2.c xmlSAX2IgnorableWhitespace(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch ATTRIBUTE_UNUSED, int len ATTRIBUTE_UNUSED)
xmlChar          2562 third_party/libxml/src/SAX2.c xmlSAX2ProcessingInstruction(void *ctx, const xmlChar *target,
xmlChar          2563 third_party/libxml/src/SAX2.c                       const xmlChar *data)
xmlChar          2626 third_party/libxml/src/SAX2.c xmlSAX2Comment(void *ctx, const xmlChar *value)
xmlChar          2688 third_party/libxml/src/SAX2.c xmlSAX2CDataBlock(void *ctx, const xmlChar *value, int len)
xmlChar            68 third_party/libxml/src/c14n.c     xmlChar **inclusive_ns_prefixes;
xmlChar           105 third_party/libxml/src/c14n.c static xmlChar *xmlC11NNormalizeString(const xmlChar * input,
xmlChar           391 third_party/libxml/src/c14n.c xmlC14NStrEqual(const xmlChar *str1, const xmlChar *str2) {
xmlChar           414 third_party/libxml/src/c14n.c     const xmlChar *prefix;
xmlChar           415 third_party/libxml/src/c14n.c     const xmlChar *href;
xmlChar           447 third_party/libxml/src/c14n.c     const xmlChar *prefix;
xmlChar           448 third_party/libxml/src/c14n.c     const xmlChar *href;
xmlChar           740 third_party/libxml/src/c14n.c 	xmlChar *prefix; 
xmlChar           933 third_party/libxml/src/c14n.c     xmlChar *value;
xmlChar           934 third_party/libxml/src/c14n.c     xmlChar *buffer;
xmlChar           975 third_party/libxml/src/c14n.c xmlC14NFindHiddenParentAttr(xmlC14NCtxPtr ctx, xmlNodePtr cur, const xmlChar * name, const xmlChar * ns)
xmlChar          1000 third_party/libxml/src/c14n.c     xmlChar * res = NULL;
xmlChar          1003 third_party/libxml/src/c14n.c     xmlChar * tmp_str;
xmlChar          1004 third_party/libxml/src/c14n.c     xmlChar * tmp_str2;
xmlChar          1370 third_party/libxml/src/c14n.c             if (xmlStrlen((const xmlChar *) uri->scheme) == 0) {
xmlChar          1375 third_party/libxml/src/c14n.c             if ((xmlStrcasecmp((const xmlChar *) uri->scheme, BAD_CAST "urn") != 0)
xmlChar          1376 third_party/libxml/src/c14n.c                 && (xmlStrcasecmp((const xmlChar *) uri->scheme, BAD_CAST "dav") !=0)
xmlChar          1377 third_party/libxml/src/c14n.c                 && (xmlStrlen((const xmlChar *) uri->server) == 0)) {
xmlChar          1548 third_party/libxml/src/c14n.c                 xmlChar *buffer;
xmlChar          1584 third_party/libxml/src/c14n.c                     xmlChar *buffer;
xmlChar          1631 third_party/libxml/src/c14n.c                     xmlChar *buffer;
xmlChar          1773 third_party/libxml/src/c14n.c               xmlC14NMode mode, xmlChar ** inclusive_ns_prefixes,
xmlChar          1866 third_party/libxml/src/c14n.c 	 void* user_data, int mode, xmlChar **inclusive_ns_prefixes,
xmlChar          1968 third_party/libxml/src/c14n.c                  int mode, xmlChar ** inclusive_ns_prefixes,
xmlChar          2003 third_party/libxml/src/c14n.c                      int mode, xmlChar ** inclusive_ns_prefixes,
xmlChar          2004 third_party/libxml/src/c14n.c                      int with_comments, xmlChar ** doc_txt_ptr)
xmlChar          2074 third_party/libxml/src/c14n.c                int mode, xmlChar ** inclusive_ns_prefixes,
xmlChar          2123 third_party/libxml/src/c14n.c     buffer = (xmlChar *)						\
xmlChar          2124 third_party/libxml/src/c14n.c     		xmlRealloc(buffer, buffer_size * sizeof(xmlChar));	\
xmlChar          2143 third_party/libxml/src/c14n.c static xmlChar *
xmlChar          2144 third_party/libxml/src/c14n.c xmlC11NNormalizeString(const xmlChar * input,
xmlChar          2147 third_party/libxml/src/c14n.c     const xmlChar *cur = input;
xmlChar          2148 third_party/libxml/src/c14n.c     xmlChar *buffer = NULL;
xmlChar          2149 third_party/libxml/src/c14n.c     xmlChar *out = NULL;
xmlChar          2159 third_party/libxml/src/c14n.c     buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
xmlChar            69 third_party/libxml/src/catalog.c #define XML_CATAL_BREAK ((xmlChar *) -1)
xmlChar            90 third_party/libxml/src/catalog.c static xmlChar *xmlCatalogNormalizePublic(const xmlChar *pubID);
xmlChar           135 third_party/libxml/src/catalog.c     xmlChar *name;
xmlChar           136 third_party/libxml/src/catalog.c     xmlChar *value;
xmlChar           137 third_party/libxml/src/catalog.c     xmlChar *URL;  /* The expanded URL using the base */
xmlChar           239 third_party/libxml/src/catalog.c                const char *msg, const xmlChar *str1, const xmlChar *str2,
xmlChar           240 third_party/libxml/src/catalog.c 	       const xmlChar *str3)
xmlChar           270 third_party/libxml/src/catalog.c xmlNewCatalogEntry(xmlCatalogEntryType type, const xmlChar *name,
xmlChar           271 third_party/libxml/src/catalog.c 	   const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer,
xmlChar           274 third_party/libxml/src/catalog.c     xmlChar *normid = NULL;
xmlChar           817 third_party/libxml/src/catalog.c static xmlChar *
xmlChar           818 third_party/libxml/src/catalog.c xmlCatalogUnWrapURN(const xmlChar *urn) {
xmlChar           819 third_party/libxml/src/catalog.c     xmlChar result[2000];
xmlChar           913 third_party/libxml/src/catalog.c     inputStream->filename = (char *) xmlCanonicPath((const xmlChar *)filename);
xmlChar           953 third_party/libxml/src/catalog.c static xmlChar *
xmlChar           967 third_party/libxml/src/catalog.c     xmlChar *content;
xmlChar          1029 third_party/libxml/src/catalog.c static xmlChar *
xmlChar          1030 third_party/libxml/src/catalog.c xmlCatalogNormalizePublic(const xmlChar *pubID)
xmlChar          1034 third_party/libxml/src/catalog.c     const xmlChar *p;
xmlChar          1035 third_party/libxml/src/catalog.c     xmlChar *ret;
xmlChar          1036 third_party/libxml/src/catalog.c     xmlChar *q;
xmlChar          1079 third_party/libxml/src/catalog.c xmlParseXMLCatalogFile(xmlCatalogPrefer prefer, const xmlChar *filename);
xmlChar          1083 third_party/libxml/src/catalog.c static xmlChar *
xmlChar          1084 third_party/libxml/src/catalog.c xmlCatalogListXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID,
xmlChar          1085 third_party/libxml/src/catalog.c 	              const xmlChar *sysID);
xmlChar          1086 third_party/libxml/src/catalog.c static xmlChar *
xmlChar          1087 third_party/libxml/src/catalog.c xmlCatalogListXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI);
xmlChar          1099 third_party/libxml/src/catalog.c xmlGetXMLCatalogEntryType(const xmlChar *name) {
xmlChar          1101 third_party/libxml/src/catalog.c     if (xmlStrEqual(name, (const xmlChar *) "system"))
xmlChar          1103 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "public"))
xmlChar          1105 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "rewriteSystem"))
xmlChar          1107 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "delegatePublic"))
xmlChar          1109 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "delegateSystem"))
xmlChar          1111 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "uri"))
xmlChar          1113 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "rewriteURI"))
xmlChar          1115 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "delegateURI"))
xmlChar          1117 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "nextCatalog"))
xmlChar          1119 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "catalog"))
xmlChar          1141 third_party/libxml/src/catalog.c 			  const xmlChar *name, const xmlChar *attrName,
xmlChar          1142 third_party/libxml/src/catalog.c 			  const xmlChar *uriAttrName, xmlCatalogPrefer prefer,
xmlChar          1145 third_party/libxml/src/catalog.c     xmlChar *uriValue;
xmlChar          1146 third_party/libxml/src/catalog.c     xmlChar *nameValue = NULL;
xmlChar          1147 third_party/libxml/src/catalog.c     xmlChar *base = NULL;
xmlChar          1148 third_party/libxml/src/catalog.c     xmlChar *URL = NULL;
xmlChar          1215 third_party/libxml/src/catalog.c     xmlChar *base = NULL;
xmlChar          1221 third_party/libxml/src/catalog.c         xmlChar *prop;
xmlChar          1338 third_party/libxml/src/catalog.c xmlParseXMLCatalogFile(xmlCatalogPrefer prefer, const xmlChar *filename) {
xmlChar          1341 third_party/libxml/src/catalog.c     xmlChar *prop;
xmlChar          1365 third_party/libxml/src/catalog.c 				    (const xmlChar *)filename, NULL, prefer, NULL);
xmlChar          1497 third_party/libxml/src/catalog.c xmlAddXMLCatalog(xmlCatalogEntryPtr catal, const xmlChar *type,
xmlChar          1498 third_party/libxml/src/catalog.c 	      const xmlChar *orig, const xmlChar *replace) {
xmlChar          1575 third_party/libxml/src/catalog.c xmlDelXMLCatalog(xmlCatalogEntryPtr catal, const xmlChar *value) {
xmlChar          1625 third_party/libxml/src/catalog.c static xmlChar *
xmlChar          1626 third_party/libxml/src/catalog.c xmlCatalogXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID,
xmlChar          1627 third_party/libxml/src/catalog.c 	              const xmlChar *sysID) {
xmlChar          1628 third_party/libxml/src/catalog.c     xmlChar *ret = NULL;
xmlChar          1695 third_party/libxml/src/catalog.c 	    const xmlChar *delegates[MAX_DELEGATE];
xmlChar          1772 third_party/libxml/src/catalog.c 	    const xmlChar *delegates[MAX_DELEGATE];
xmlChar          1858 third_party/libxml/src/catalog.c static xmlChar *
xmlChar          1859 third_party/libxml/src/catalog.c xmlCatalogXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI) {
xmlChar          1860 third_party/libxml/src/catalog.c     xmlChar *ret = NULL;
xmlChar          1925 third_party/libxml/src/catalog.c 	const xmlChar *delegates[MAX_DELEGATE];
xmlChar          2001 third_party/libxml/src/catalog.c static xmlChar *
xmlChar          2002 third_party/libxml/src/catalog.c xmlCatalogListXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID,
xmlChar          2003 third_party/libxml/src/catalog.c 	              const xmlChar *sysID) {
xmlChar          2004 third_party/libxml/src/catalog.c     xmlChar *ret = NULL;
xmlChar          2005 third_party/libxml/src/catalog.c     xmlChar *urnID = NULL;
xmlChar          2006 third_party/libxml/src/catalog.c     xmlChar *normid;
xmlChar          2092 third_party/libxml/src/catalog.c static xmlChar *
xmlChar          2093 third_party/libxml/src/catalog.c xmlCatalogListXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI) {
xmlChar          2094 third_party/libxml/src/catalog.c     xmlChar *ret = NULL;
xmlChar          2095 third_party/libxml/src/catalog.c     xmlChar *urnID = NULL;
xmlChar          2154 third_party/libxml/src/catalog.c static const xmlChar *
xmlChar          2155 third_party/libxml/src/catalog.c xmlParseSGMLCatalogComment(const xmlChar *cur) {
xmlChar          2176 third_party/libxml/src/catalog.c static const xmlChar *
xmlChar          2177 third_party/libxml/src/catalog.c xmlParseSGMLCatalogPubid(const xmlChar *cur, xmlChar **id) {
xmlChar          2178 third_party/libxml/src/catalog.c     xmlChar *buf = NULL, *tmp;
xmlChar          2181 third_party/libxml/src/catalog.c     xmlChar stop;
xmlChar          2195 third_party/libxml/src/catalog.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlChar          2207 third_party/libxml/src/catalog.c 	    tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
xmlChar          2245 third_party/libxml/src/catalog.c static const xmlChar *
xmlChar          2246 third_party/libxml/src/catalog.c xmlParseSGMLCatalogName(const xmlChar *cur, xmlChar **name) {
xmlChar          2247 third_party/libxml/src/catalog.c     xmlChar buf[XML_MAX_NAMELEN + 5];
xmlChar          2283 third_party/libxml/src/catalog.c xmlGetSGMLCatalogEntryType(const xmlChar *name) {
xmlChar          2285 third_party/libxml/src/catalog.c     if (xmlStrEqual(name, (const xmlChar *) "SYSTEM"))
xmlChar          2287 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "PUBLIC"))
xmlChar          2289 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "DELEGATE"))
xmlChar          2291 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "ENTITY"))
xmlChar          2293 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "DOCTYPE"))
xmlChar          2295 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "LINKTYPE"))
xmlChar          2297 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "NOTATION"))
xmlChar          2299 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "SGMLDECL"))
xmlChar          2301 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "DOCUMENT"))
xmlChar          2303 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "CATALOG"))
xmlChar          2305 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "BASE"))
xmlChar          2324 third_party/libxml/src/catalog.c xmlParseSGMLCatalog(xmlCatalogPtr catal, const xmlChar *value,
xmlChar          2326 third_party/libxml/src/catalog.c     const xmlChar *cur = value;
xmlChar          2327 third_party/libxml/src/catalog.c     xmlChar *base = NULL;
xmlChar          2332 third_party/libxml/src/catalog.c     base = xmlStrdup((const xmlChar *) file);
xmlChar          2345 third_party/libxml/src/catalog.c 	    xmlChar *sysid = NULL;
xmlChar          2346 third_party/libxml/src/catalog.c 	    xmlChar *name = NULL;
xmlChar          2359 third_party/libxml/src/catalog.c 	    if (xmlStrEqual(name, (const xmlChar *) "SYSTEM"))
xmlChar          2361 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "PUBLIC"))
xmlChar          2363 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "DELEGATE"))
xmlChar          2365 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "ENTITY"))
xmlChar          2367 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "DOCTYPE"))
xmlChar          2369 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "LINKTYPE"))
xmlChar          2371 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "NOTATION"))
xmlChar          2373 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "SGMLDECL"))
xmlChar          2375 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "DOCUMENT"))
xmlChar          2377 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "CATALOG"))
xmlChar          2379 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "BASE"))
xmlChar          2381 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "OVERRIDE")) {
xmlChar          2427 third_party/libxml/src/catalog.c 		        xmlChar *normid;
xmlChar          2477 third_party/libxml/src/catalog.c 		xmlChar *filename;
xmlChar          2503 third_party/libxml/src/catalog.c 		    xmlChar *filename;
xmlChar          2543 third_party/libxml/src/catalog.c static const xmlChar *
xmlChar          2544 third_party/libxml/src/catalog.c xmlCatalogGetSGMLPublic(xmlHashTablePtr catal, const xmlChar *pubID) {
xmlChar          2546 third_party/libxml/src/catalog.c     xmlChar *normid;
xmlChar          2580 third_party/libxml/src/catalog.c static const xmlChar *
xmlChar          2581 third_party/libxml/src/catalog.c xmlCatalogGetSGMLSystem(xmlHashTablePtr catal, const xmlChar *sysID) {
xmlChar          2605 third_party/libxml/src/catalog.c static const xmlChar *
xmlChar          2606 third_party/libxml/src/catalog.c xmlCatalogSGMLResolve(xmlCatalogPtr catal, const xmlChar *pubID,
xmlChar          2607 third_party/libxml/src/catalog.c 	              const xmlChar *sysID) {
xmlChar          2608 third_party/libxml/src/catalog.c     const xmlChar *ret = NULL;
xmlChar          2643 third_party/libxml/src/catalog.c     xmlChar *content;
xmlChar          2680 third_party/libxml/src/catalog.c     xmlChar *content;
xmlChar          2681 third_party/libxml/src/catalog.c     xmlChar *first;
xmlChar          2742 third_party/libxml/src/catalog.c 	xmlChar *content;
xmlChar          2780 third_party/libxml/src/catalog.c xmlChar *
xmlChar          2781 third_party/libxml/src/catalog.c xmlACatalogResolveSystem(xmlCatalogPtr catal, const xmlChar *sysID) {
xmlChar          2782 third_party/libxml/src/catalog.c     xmlChar *ret = NULL;
xmlChar          2796 third_party/libxml/src/catalog.c 	const xmlChar *sgml;
xmlChar          2815 third_party/libxml/src/catalog.c xmlChar *
xmlChar          2816 third_party/libxml/src/catalog.c xmlACatalogResolvePublic(xmlCatalogPtr catal, const xmlChar *pubID) {
xmlChar          2817 third_party/libxml/src/catalog.c     xmlChar *ret = NULL;
xmlChar          2831 third_party/libxml/src/catalog.c 	const xmlChar *sgml;
xmlChar          2851 third_party/libxml/src/catalog.c xmlChar *
xmlChar          2852 third_party/libxml/src/catalog.c xmlACatalogResolve(xmlCatalogPtr catal, const xmlChar * pubID,
xmlChar          2853 third_party/libxml/src/catalog.c                    const xmlChar * sysID)
xmlChar          2855 third_party/libxml/src/catalog.c     xmlChar *ret = NULL;
xmlChar          2878 third_party/libxml/src/catalog.c         const xmlChar *sgml;
xmlChar          2897 third_party/libxml/src/catalog.c xmlChar *
xmlChar          2898 third_party/libxml/src/catalog.c xmlACatalogResolveURI(xmlCatalogPtr catal, const xmlChar *URI) {
xmlChar          2899 third_party/libxml/src/catalog.c     xmlChar *ret = NULL;
xmlChar          2913 third_party/libxml/src/catalog.c 	const xmlChar *sgml;
xmlChar          2957 third_party/libxml/src/catalog.c xmlACatalogAdd(xmlCatalogPtr catal, const xmlChar * type,
xmlChar          2958 third_party/libxml/src/catalog.c               const xmlChar * orig, const xmlChar * replace)
xmlChar          2994 third_party/libxml/src/catalog.c xmlACatalogRemove(xmlCatalogPtr catal, const xmlChar *value) {
xmlChar          3136 third_party/libxml/src/catalog.c 					xmlChar* uri;
xmlChar          3166 third_party/libxml/src/catalog.c 		    path = (char *) xmlStrndup((const xmlChar *)paths, cur - paths);
xmlChar          3236 third_party/libxml/src/catalog.c     xmlChar *path;
xmlChar          3251 third_party/libxml/src/catalog.c 	    path = xmlStrndup((const xmlChar *)paths, cur - paths);
xmlChar          3306 third_party/libxml/src/catalog.c xmlChar *
xmlChar          3307 third_party/libxml/src/catalog.c xmlCatalogResolveSystem(const xmlChar *sysID) {
xmlChar          3308 third_party/libxml/src/catalog.c     xmlChar *ret;
xmlChar          3326 third_party/libxml/src/catalog.c xmlChar *
xmlChar          3327 third_party/libxml/src/catalog.c xmlCatalogResolvePublic(const xmlChar *pubID) {
xmlChar          3328 third_party/libxml/src/catalog.c     xmlChar *ret;
xmlChar          3347 third_party/libxml/src/catalog.c xmlChar *
xmlChar          3348 third_party/libxml/src/catalog.c xmlCatalogResolve(const xmlChar *pubID, const xmlChar *sysID) {
xmlChar          3349 third_party/libxml/src/catalog.c     xmlChar *ret;
xmlChar          3367 third_party/libxml/src/catalog.c xmlChar *
xmlChar          3368 third_party/libxml/src/catalog.c xmlCatalogResolveURI(const xmlChar *URI) {
xmlChar          3369 third_party/libxml/src/catalog.c     xmlChar *ret;
xmlChar          3411 third_party/libxml/src/catalog.c xmlCatalogAdd(const xmlChar *type, const xmlChar *orig, const xmlChar *replace) {
xmlChar          3447 third_party/libxml/src/catalog.c xmlCatalogRemove(const xmlChar *value) {
xmlChar          3620 third_party/libxml/src/catalog.c xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) {
xmlChar          3660 third_party/libxml/src/catalog.c xmlChar *
xmlChar          3661 third_party/libxml/src/catalog.c xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID,
xmlChar          3662 third_party/libxml/src/catalog.c 	               const xmlChar *sysID) {
xmlChar          3664 third_party/libxml/src/catalog.c     xmlChar *ret;
xmlChar          3705 third_party/libxml/src/catalog.c xmlChar *
xmlChar          3706 third_party/libxml/src/catalog.c xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) {
xmlChar          3708 third_party/libxml/src/catalog.c     xmlChar *ret;
xmlChar          3743 third_party/libxml/src/catalog.c const xmlChar *
xmlChar          3744 third_party/libxml/src/catalog.c xmlCatalogGetSystem(const xmlChar *sysID) {
xmlChar          3745 third_party/libxml/src/catalog.c     xmlChar *ret;
xmlChar          3746 third_party/libxml/src/catalog.c     static xmlChar result[1000];
xmlChar          3787 third_party/libxml/src/catalog.c const xmlChar *
xmlChar          3788 third_party/libxml/src/catalog.c xmlCatalogGetPublic(const xmlChar *pubID) {
xmlChar          3789 third_party/libxml/src/catalog.c     xmlChar *ret;
xmlChar          3790 third_party/libxml/src/catalog.c     static xmlChar result[1000];
xmlChar           230 third_party/libxml/src/debugXML.c xmlCtxtCheckString(xmlDebugCtxtPtr ctxt, const xmlChar * str)
xmlChar           250 third_party/libxml/src/debugXML.c xmlCtxtCheckName(xmlDebugCtxtPtr ctxt, const xmlChar * name)
xmlChar           360 third_party/libxml/src/debugXML.c 	    xmlCtxtCheckString(ctxt, (const xmlChar *) node->content);
xmlChar           420 third_party/libxml/src/debugXML.c xmlCtxtDumpString(xmlDebugCtxtPtr ctxt, const xmlChar * str)
xmlChar           910 third_party/libxml/src/debugXML.c                 if (node->name == (const xmlChar *) xmlStringTextNoenc)
xmlChar           915 third_party/libxml/src/debugXML.c 		    if (node->content == (xmlChar *) &(node->properties))
xmlChar          1345 third_party/libxml/src/debugXML.c xmlDebugDumpString(FILE * output, const xmlChar * str)
xmlChar          2046 third_party/libxml/src/debugXML.c     xmlChar *base;
xmlChar          2083 third_party/libxml/src/debugXML.c     xmlNodeSetBase(node, (xmlChar*) arg);
xmlChar          2106 third_party/libxml/src/debugXML.c     xmlChar* nsListDup;
xmlChar          2107 third_party/libxml/src/debugXML.c     xmlChar* prefix;
xmlChar          2108 third_party/libxml/src/debugXML.c     xmlChar* href;
xmlChar          2109 third_party/libxml/src/debugXML.c     xmlChar* next;
xmlChar          2111 third_party/libxml/src/debugXML.c     nsListDup = xmlStrdup((xmlChar *) arg);
xmlChar          2120 third_party/libxml/src/debugXML.c 	next = (xmlChar*)xmlStrchr(next, '=');
xmlChar          2130 third_party/libxml/src/debugXML.c 	next = (xmlChar*)xmlStrchr(next, ' ');
xmlChar          2202 third_party/libxml/src/debugXML.c     if ((xmlStrchr((xmlChar *) arg, '?')) ||
xmlChar          2203 third_party/libxml/src/debugXML.c 	(xmlStrchr((xmlChar *) arg, '*')) ||
xmlChar          2204 third_party/libxml/src/debugXML.c 	(xmlStrchr((xmlChar *) arg, '.')) ||
xmlChar          2205 third_party/libxml/src/debugXML.c 	(xmlStrchr((xmlChar *) arg, '['))) {
xmlChar          2210 third_party/libxml/src/debugXML.c 	    if (xmlStrstr(node->content, (xmlChar *) arg)) {
xmlChar          2216 third_party/libxml/src/debugXML.c 	    if (xmlStrstr(node->content, (xmlChar *) arg)) {
xmlChar          2486 third_party/libxml/src/debugXML.c         ctxt->filename = (char *) xmlCanonicPath((xmlChar *) filename);
xmlChar          2653 third_party/libxml/src/debugXML.c         subset = xmlParseDTD(NULL, (xmlChar *) dtd);
xmlChar          2764 third_party/libxml/src/debugXML.c     xmlChar *path;
xmlChar          2826 third_party/libxml/src/debugXML.c     ctxt->filename = (char *) xmlStrdup((xmlChar *) filename);
xmlChar          2986 third_party/libxml/src/debugXML.c                 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
xmlChar          3007 third_party/libxml/src/debugXML.c                 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
xmlChar          3086 third_party/libxml/src/debugXML.c                 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
xmlChar          3168 third_party/libxml/src/debugXML.c                 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
xmlChar            73 third_party/libxml/src/dict.c     const xmlChar *name;
xmlChar            83 third_party/libxml/src/dict.c     xmlChar *free;
xmlChar            84 third_party/libxml/src/dict.c     xmlChar *end;
xmlChar            87 third_party/libxml/src/dict.c     xmlChar array[1];
xmlChar           157 third_party/libxml/src/dict.c static const xmlChar *
xmlChar           158 third_party/libxml/src/dict.c xmlDictAddString(xmlDictPtr dict, const xmlChar *name, int namelen) {
xmlChar           160 third_party/libxml/src/dict.c     const xmlChar *ret;
xmlChar           215 third_party/libxml/src/dict.c static const xmlChar *
xmlChar           216 third_party/libxml/src/dict.c xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, int plen,
xmlChar           217 third_party/libxml/src/dict.c                  const xmlChar *name, int namelen)
xmlChar           220 third_party/libxml/src/dict.c     const xmlChar *ret;
xmlChar           280 third_party/libxml/src/dict.c xmlDictComputeBigKey(const xmlChar* data, int namelen) {
xmlChar           312 third_party/libxml/src/dict.c xmlDictComputeBigQKey(const xmlChar *prefix, int plen,
xmlChar           313 third_party/libxml/src/dict.c                       const xmlChar *name, int len)
xmlChar           349 third_party/libxml/src/dict.c xmlDictComputeFastKey(const xmlChar *name, int namelen) {
xmlChar           383 third_party/libxml/src/dict.c xmlDictComputeFastQKey(const xmlChar *prefix, int plen,
xmlChar           384 third_party/libxml/src/dict.c                        const xmlChar *name, int len)
xmlChar           723 third_party/libxml/src/dict.c const xmlChar *
xmlChar           724 third_party/libxml/src/dict.c xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) {
xmlChar           728 third_party/libxml/src/dict.c     const xmlChar *ret;
xmlChar           856 third_party/libxml/src/dict.c const xmlChar *
xmlChar           857 third_party/libxml/src/dict.c xmlDictExists(xmlDictPtr dict, const xmlChar *name, int len) {
xmlChar           958 third_party/libxml/src/dict.c const xmlChar *
xmlChar           959 third_party/libxml/src/dict.c xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) {
xmlChar           963 third_party/libxml/src/dict.c     const xmlChar *ret;
xmlChar          1064 third_party/libxml/src/dict.c xmlDictOwns(xmlDictPtr dict, const xmlChar *str) {
xmlChar          2301 third_party/libxml/src/encoding.c 	    const xmlChar *utf = (const xmlChar *) in->content;
xmlChar          2306 third_party/libxml/src/encoding.c 		xmlChar charref[20];
xmlChar           147 third_party/libxml/src/entities.c xmlCreateEntity(xmlDictPtr dict, const xmlChar *name, int type,
xmlChar           148 third_party/libxml/src/entities.c 	        const xmlChar *ExternalID, const xmlChar *SystemID,
xmlChar           149 third_party/libxml/src/entities.c 	        const xmlChar *content) {
xmlChar           181 third_party/libxml/src/entities.c 	    ret->content = (xmlChar *)
xmlChar           201 third_party/libxml/src/entities.c xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type,
xmlChar           202 third_party/libxml/src/entities.c 	  const xmlChar *ExternalID, const xmlChar *SystemID,
xmlChar           203 third_party/libxml/src/entities.c 	  const xmlChar *content) {
xmlChar           258 third_party/libxml/src/entities.c xmlGetPredefinedEntity(const xmlChar *name) {
xmlChar           299 third_party/libxml/src/entities.c xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type,
xmlChar           300 third_party/libxml/src/entities.c 	        const xmlChar *ExternalID, const xmlChar *SystemID,
xmlChar           301 third_party/libxml/src/entities.c 		const xmlChar *content) {
xmlChar           348 third_party/libxml/src/entities.c xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type,
xmlChar           349 third_party/libxml/src/entities.c 	        const xmlChar *ExternalID, const xmlChar *SystemID,
xmlChar           350 third_party/libxml/src/entities.c 	        const xmlChar *content) {
xmlChar           401 third_party/libxml/src/entities.c xmlNewEntity(xmlDocPtr doc, const xmlChar *name, int type,
xmlChar           402 third_party/libxml/src/entities.c 	     const xmlChar *ExternalID, const xmlChar *SystemID,
xmlChar           403 third_party/libxml/src/entities.c 	     const xmlChar *content) {
xmlChar           433 third_party/libxml/src/entities.c xmlGetEntityFromTable(xmlEntitiesTablePtr table, const xmlChar *name) {
xmlChar           448 third_party/libxml/src/entities.c xmlGetParameterEntity(xmlDocPtr doc, const xmlChar *name) {
xmlChar           479 third_party/libxml/src/entities.c xmlGetDtdEntity(xmlDocPtr doc, const xmlChar *name) {
xmlChar           503 third_party/libxml/src/entities.c xmlGetDocEntity(xmlDocPtr doc, const xmlChar *name) {
xmlChar           532 third_party/libxml/src/entities.c     buffer = (xmlChar *)						\
xmlChar           533 third_party/libxml/src/entities.c     		xmlRealloc(buffer, buffer_size * sizeof(xmlChar));	\
xmlChar           553 third_party/libxml/src/entities.c xmlChar *
xmlChar           554 third_party/libxml/src/entities.c xmlEncodeEntitiesReentrant(xmlDocPtr doc, const xmlChar *input) {
xmlChar           555 third_party/libxml/src/entities.c     const xmlChar *cur = input;
xmlChar           556 third_party/libxml/src/entities.c     xmlChar *buffer = NULL;
xmlChar           557 third_party/libxml/src/entities.c     xmlChar *out = NULL;
xmlChar           569 third_party/libxml/src/entities.c     buffer = (xmlChar *) xmlMalloc(buffer_size * sizeof(xmlChar));
xmlChar           707 third_party/libxml/src/entities.c xmlChar *
xmlChar           708 third_party/libxml/src/entities.c xmlEncodeSpecialChars(xmlDocPtr doc ATTRIBUTE_UNUSED, const xmlChar *input) {
xmlChar           709 third_party/libxml/src/entities.c     const xmlChar *cur = input;
xmlChar           710 third_party/libxml/src/entities.c     xmlChar *buffer = NULL;
xmlChar           711 third_party/libxml/src/entities.c     xmlChar *out = NULL;
xmlChar           719 third_party/libxml/src/entities.c     buffer = (xmlChar *) xmlMalloc(buffer_size * sizeof(xmlChar));
xmlChar           801 third_party/libxml/src/entities.c 	               const xmlChar *name ATTRIBUTE_UNUSED) {
xmlChar           879 third_party/libxml/src/entities.c xmlDumpEntityContent(xmlBufferPtr buf, const xmlChar *content) {
xmlChar           882 third_party/libxml/src/entities.c         const xmlChar * base, *cur;
xmlChar           175 third_party/libxml/src/error.c     const xmlChar *cur, *base;
xmlChar           177 third_party/libxml/src/error.c     xmlChar  content[81]; /* space for 80 chars + line terminator */
xmlChar           178 third_party/libxml/src/error.c     xmlChar *ctnt;
xmlChar           250 third_party/libxml/src/error.c     const xmlChar *name = NULL;
xmlChar           382 third_party/libxml/src/error.c 	len = xmlStrlen((const xmlChar *)str);
xmlChar           403 third_party/libxml/src/error.c 	(err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
xmlChar           404 third_party/libxml/src/error.c 	xmlChar buf[150];
xmlChar           540 third_party/libxml/src/error.c         to->file = (char *) xmlStrdup((const xmlChar *) file);
xmlChar           579 third_party/libxml/src/error.c         to->str1 = (char *) xmlStrdup((const xmlChar *) str1);
xmlChar           581 third_party/libxml/src/error.c         to->str2 = (char *) xmlStrdup((const xmlChar *) str2);
xmlChar           583 third_party/libxml/src/error.c         to->str3 = (char *) xmlStrdup((const xmlChar *) str3);
xmlChar           769 third_party/libxml/src/error.c     int len = xmlStrlen((const xmlChar *) msg);
xmlChar           813 third_party/libxml/src/error.c     int len = xmlStrlen((const xmlChar *) msg);
xmlChar           954 third_party/libxml/src/error.c     message = (char *) xmlStrdup((xmlChar *) from->message);
xmlChar           955 third_party/libxml/src/error.c     file = (char *) xmlStrdup ((xmlChar *) from->file);
xmlChar           956 third_party/libxml/src/error.c     str1 = (char *) xmlStrdup ((xmlChar *) from->str1);
xmlChar           957 third_party/libxml/src/error.c     str2 = (char *) xmlStrdup ((xmlChar *) from->str2);
xmlChar           958 third_party/libxml/src/error.c     str3 = (char *) xmlStrdup ((xmlChar *) from->str3);
xmlChar            41 third_party/libxml/src/hash.c     xmlChar *name;
xmlChar            42 third_party/libxml/src/hash.c     xmlChar *name2;
xmlChar            43 third_party/libxml/src/hash.c     xmlChar *name3;
xmlChar            63 third_party/libxml/src/hash.c xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name,
xmlChar            64 third_party/libxml/src/hash.c 	          const xmlChar *name2, const xmlChar *name3) {
xmlChar            89 third_party/libxml/src/hash.c 		   const xmlChar *prefix, const xmlChar *name,
xmlChar            90 third_party/libxml/src/hash.c 		   const xmlChar *prefix2, const xmlChar *name2,
xmlChar            91 third_party/libxml/src/hash.c 		   const xmlChar *prefix3, const xmlChar *name3) {
xmlChar           343 third_party/libxml/src/hash.c xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) {
xmlChar           360 third_party/libxml/src/hash.c xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name,
xmlChar           361 third_party/libxml/src/hash.c 	        const xmlChar *name2, void *userdata) {
xmlChar           379 third_party/libxml/src/hash.c xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name,
xmlChar           399 third_party/libxml/src/hash.c xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name,
xmlChar           400 third_party/libxml/src/hash.c 	           const xmlChar *name2, void *userdata,
xmlChar           415 third_party/libxml/src/hash.c xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) {
xmlChar           430 third_party/libxml/src/hash.c xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name,
xmlChar           431 third_party/libxml/src/hash.c 	      const xmlChar *name2) {
xmlChar           446 third_party/libxml/src/hash.c xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix,
xmlChar           447 third_party/libxml/src/hash.c                const xmlChar *name) {
xmlChar           464 third_party/libxml/src/hash.c xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix,
xmlChar           465 third_party/libxml/src/hash.c                 const xmlChar *name, const xmlChar *prefix2,
xmlChar           466 third_party/libxml/src/hash.c 	        const xmlChar *name2) {
xmlChar           485 third_party/libxml/src/hash.c xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name,
xmlChar           486 third_party/libxml/src/hash.c 	         const xmlChar *name2, const xmlChar *name3,
xmlChar           561 third_party/libxml/src/hash.c         entry->name = (xmlChar *) name;
xmlChar           562 third_party/libxml/src/hash.c         entry->name2 = (xmlChar *) name2;
xmlChar           563 third_party/libxml/src/hash.c         entry->name3 = (xmlChar *) name3;
xmlChar           601 third_party/libxml/src/hash.c xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name,
xmlChar           602 third_party/libxml/src/hash.c 	           const xmlChar *name2, const xmlChar *name3,
xmlChar           691 third_party/libxml/src/hash.c         entry->name = (xmlChar *) name;
xmlChar           692 third_party/libxml/src/hash.c         entry->name2 = (xmlChar *) name2;
xmlChar           693 third_party/libxml/src/hash.c         entry->name3 = (xmlChar *) name3;
xmlChar           723 third_party/libxml/src/hash.c xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, 
xmlChar           724 third_party/libxml/src/hash.c 	       const xmlChar *name2, const xmlChar *name3) {
xmlChar           768 third_party/libxml/src/hash.c                 const xmlChar *prefix, const xmlChar *name,
xmlChar           769 third_party/libxml/src/hash.c 		const xmlChar *prefix2, const xmlChar *name2,
xmlChar           770 third_party/libxml/src/hash.c 		const xmlChar *prefix3, const xmlChar *name3) {
xmlChar           797 third_party/libxml/src/hash.c stubHashScannerFull (void *payload, void *data, const xmlChar *name, 
xmlChar           798 third_party/libxml/src/hash.c                      const xmlChar *name2 ATTRIBUTE_UNUSED,
xmlChar           799 third_party/libxml/src/hash.c 		     const xmlChar *name3 ATTRIBUTE_UNUSED) {
xmlChar           801 third_party/libxml/src/hash.c     stubdata->hashscanner (payload, stubdata->data, (xmlChar *) name);
xmlChar           880 third_party/libxml/src/hash.c xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, 
xmlChar           881 third_party/libxml/src/hash.c 	     const xmlChar *name2, const xmlChar *name3,
xmlChar           901 third_party/libxml/src/hash.c xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, 
xmlChar           902 third_party/libxml/src/hash.c 		 const xmlChar *name2, const xmlChar *name3,
xmlChar          1000 third_party/libxml/src/hash.c int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
xmlChar          1019 third_party/libxml/src/hash.c xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name,
xmlChar          1020 third_party/libxml/src/hash.c 			const xmlChar *name2, xmlHashDeallocator f) {
xmlChar          1039 third_party/libxml/src/hash.c xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,
xmlChar          1040 third_party/libxml/src/hash.c     const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) {
xmlChar            51 third_party/libxml/src/include/libxml/DOCBparser.h 		     docbSAXParseDoc   (xmlChar *cur,
xmlChar            56 third_party/libxml/src/include/libxml/DOCBparser.h 		     docbParseDoc      (xmlChar *cur,
xmlChar            87 third_party/libxml/src/include/libxml/HTMLparser.h 			htmlTagLookup	(const xmlChar *tag);
xmlChar            89 third_party/libxml/src/include/libxml/HTMLparser.h 			htmlEntityLookup(const xmlChar *name);
xmlChar            98 third_party/libxml/src/include/libxml/HTMLparser.h 					 const xmlChar *name,
xmlChar           102 third_party/libxml/src/include/libxml/HTMLparser.h 					 const xmlChar **str);
xmlChar           118 third_party/libxml/src/include/libxml/HTMLparser.h 			htmlSAXParseDoc	(xmlChar *cur,
xmlChar           123 third_party/libxml/src/include/libxml/HTMLparser.h 			htmlParseDoc	(xmlChar *cur,
xmlChar           144 third_party/libxml/src/include/libxml/HTMLparser.h 			htmlIsScriptAttribute(const xmlChar *name);
xmlChar           195 third_party/libxml/src/include/libxml/HTMLparser.h 		htmlReadDoc		(const xmlChar *cur,
xmlChar           223 third_party/libxml/src/include/libxml/HTMLparser.h 					 const xmlChar *cur,
xmlChar           267 third_party/libxml/src/include/libxml/HTMLparser.h XMLPUBFUN htmlStatus XMLCALL htmlAttrAllowed(const htmlElemDesc*, const xmlChar*, int) ;
xmlChar           268 third_party/libxml/src/include/libxml/HTMLparser.h XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ;
xmlChar            63 third_party/libxml/src/include/libxml/HTMLtree.h 		htmlNewDoc		(const xmlChar *URI,
xmlChar            64 third_party/libxml/src/include/libxml/HTMLtree.h 					 const xmlChar *ExternalID);
xmlChar            66 third_party/libxml/src/include/libxml/HTMLtree.h 		htmlNewDocNoDtD		(const xmlChar *URI,
xmlChar            67 third_party/libxml/src/include/libxml/HTMLtree.h 					 const xmlChar *ExternalID);
xmlChar            68 third_party/libxml/src/include/libxml/HTMLtree.h XMLPUBFUN const xmlChar * XMLCALL	
xmlChar            72 third_party/libxml/src/include/libxml/HTMLtree.h 					 const xmlChar *encoding);
xmlChar            76 third_party/libxml/src/include/libxml/HTMLtree.h 					 xmlChar **mem,
xmlChar            80 third_party/libxml/src/include/libxml/HTMLtree.h 					 xmlChar **mem,
xmlChar           137 third_party/libxml/src/include/libxml/HTMLtree.h 		htmlIsBooleanAttr	(const xmlChar *name);
xmlChar            26 third_party/libxml/src/include/libxml/SAX.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar            28 third_party/libxml/src/include/libxml/SAX.h XMLPUBFUN const xmlChar * XMLCALL	
xmlChar            48 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *name,
xmlChar            49 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *ExternalID,
xmlChar            50 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *SystemID);
xmlChar            53 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *name,
xmlChar            54 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *ExternalID,
xmlChar            55 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *SystemID);
xmlChar            58 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *name);
xmlChar            61 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *name);
xmlChar            64 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *publicId,
xmlChar            65 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *systemId);
xmlChar            69 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *name,
xmlChar            71 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *publicId,
xmlChar            72 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *systemId,
xmlChar            73 third_party/libxml/src/include/libxml/SAX.h 						 xmlChar *content);
xmlChar            76 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *elem,
xmlChar            77 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *fullname,
xmlChar            80 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *defaultValue,
xmlChar            84 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *name,
xmlChar            89 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *name,
xmlChar            90 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *publicId,
xmlChar            91 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *systemId);
xmlChar            94 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *name,
xmlChar            95 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *publicId,
xmlChar            96 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *systemId,
xmlChar            97 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *notationName);
xmlChar           105 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *fullname,
xmlChar           106 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *value);
xmlChar           109 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *fullname,
xmlChar           110 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar **atts);
xmlChar           113 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *name);
xmlChar           116 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *name);
xmlChar           119 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *ch,
xmlChar           123 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *ch,
xmlChar           127 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *target,
xmlChar           128 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *data);
xmlChar           131 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *href,
xmlChar           132 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *prefix);
xmlChar           135 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *name);
xmlChar           140 third_party/libxml/src/include/libxml/SAX.h 						 xmlChar *nameSpace);
xmlChar           143 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *href,
xmlChar           144 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *prefix);
xmlChar           147 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *value);
xmlChar           150 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *value,
xmlChar            24 third_party/libxml/src/include/libxml/SAX2.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar            26 third_party/libxml/src/include/libxml/SAX2.h XMLPUBFUN const xmlChar * XMLCALL	
xmlChar            46 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *name,
xmlChar            47 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *ExternalID,
xmlChar            48 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *SystemID);
xmlChar            51 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *name,
xmlChar            52 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *ExternalID,
xmlChar            53 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *SystemID);
xmlChar            56 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *name);
xmlChar            59 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *name);
xmlChar            62 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *publicId,
xmlChar            63 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *systemId);
xmlChar            67 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *name,
xmlChar            69 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *publicId,
xmlChar            70 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *systemId,
xmlChar            71 third_party/libxml/src/include/libxml/SAX2.h 						 xmlChar *content);
xmlChar            74 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *elem,
xmlChar            75 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *fullname,
xmlChar            78 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *defaultValue,
xmlChar            82 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *name,
xmlChar            87 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *name,
xmlChar            88 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *publicId,
xmlChar            89 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *systemId);
xmlChar            92 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *name,
xmlChar            93 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *publicId,
xmlChar            94 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *systemId,
xmlChar            95 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *notationName);
xmlChar           104 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *fullname,
xmlChar           105 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar **atts);
xmlChar           108 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *name);
xmlChar           112 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *localname,
xmlChar           113 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *prefix,
xmlChar           114 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *URI,
xmlChar           116 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar **namespaces,
xmlChar           119 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar **attributes);
xmlChar           122 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *localname,
xmlChar           123 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *prefix,
xmlChar           124 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *URI);
xmlChar           127 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *name);
xmlChar           130 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *ch,
xmlChar           134 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *ch,
xmlChar           138 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *target,
xmlChar           139 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *data);
xmlChar           142 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *value);
xmlChar           145 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *value,
xmlChar            71 third_party/libxml/src/include/libxml/c14n.h 					 xmlChar **inclusive_ns_prefixes,
xmlChar            79 third_party/libxml/src/include/libxml/c14n.h 					 xmlChar **inclusive_ns_prefixes,
xmlChar            81 third_party/libxml/src/include/libxml/c14n.h 					 xmlChar **doc_txt_ptr);
xmlChar            87 third_party/libxml/src/include/libxml/c14n.h 					 xmlChar **inclusive_ns_prefixes,
xmlChar           115 third_party/libxml/src/include/libxml/c14n.h 					 xmlChar **inclusive_ns_prefixes,
xmlChar            38 third_party/libxml/src/include/libxml/catalog.h     (const xmlChar *) "urn:oasis:names:tc:entity:xmlns:xml:catalog"
xmlChar            45 third_party/libxml/src/include/libxml/catalog.h     (const xmlChar *) "oasis-xml-catalog"
xmlChar            79 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *type,
xmlChar            80 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *orig,
xmlChar            81 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *replace);
xmlChar            84 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *value);
xmlChar            85 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar            87 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *pubID,
xmlChar            88 third_party/libxml/src/include/libxml/catalog.h 	                                 const xmlChar *sysID);
xmlChar            89 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar            91 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *sysID);
xmlChar            92 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar            94 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *pubID);
xmlChar            95 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar            97 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *URI);
xmlChar           123 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           124 third_party/libxml/src/include/libxml/catalog.h 		xmlCatalogResolve	(const xmlChar *pubID,
xmlChar           125 third_party/libxml/src/include/libxml/catalog.h 	                                 const xmlChar *sysID);
xmlChar           126 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           127 third_party/libxml/src/include/libxml/catalog.h 		xmlCatalogResolveSystem	(const xmlChar *sysID);
xmlChar           128 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           129 third_party/libxml/src/include/libxml/catalog.h 		xmlCatalogResolvePublic	(const xmlChar *pubID);
xmlChar           130 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           131 third_party/libxml/src/include/libxml/catalog.h 		xmlCatalogResolveURI	(const xmlChar *URI);
xmlChar           133 third_party/libxml/src/include/libxml/catalog.h 		xmlCatalogAdd		(const xmlChar *type,
xmlChar           134 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *orig,
xmlChar           135 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *replace);
xmlChar           137 third_party/libxml/src/include/libxml/catalog.h 		xmlCatalogRemove	(const xmlChar *value);
xmlChar           151 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *URL);
xmlChar           152 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           154 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *pubID,
xmlChar           155 third_party/libxml/src/include/libxml/catalog.h 	                                 const xmlChar *sysID);
xmlChar           156 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           158 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *URI);
xmlChar           173 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN const xmlChar * XMLCALL	
xmlChar           174 third_party/libxml/src/include/libxml/catalog.h 		xmlCatalogGetSystem	(const xmlChar *sysID);
xmlChar           175 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN const xmlChar * XMLCALL	
xmlChar           176 third_party/libxml/src/include/libxml/catalog.h 		xmlCatalogGetPublic	(const xmlChar *pubID);
xmlChar            30 third_party/libxml/src/include/libxml/debugXML.h 				 const xmlChar *str);
xmlChar            42 third_party/libxml/src/include/libxml/dict.h XMLPUBFUN const xmlChar * XMLCALL		
xmlChar            44 third_party/libxml/src/include/libxml/dict.h 		                         const xmlChar *name,
xmlChar            46 third_party/libxml/src/include/libxml/dict.h XMLPUBFUN const xmlChar * XMLCALL		
xmlChar            48 third_party/libxml/src/include/libxml/dict.h 		                         const xmlChar *name,
xmlChar            50 third_party/libxml/src/include/libxml/dict.h XMLPUBFUN const xmlChar * XMLCALL		
xmlChar            52 third_party/libxml/src/include/libxml/dict.h 		                         const xmlChar *prefix,
xmlChar            53 third_party/libxml/src/include/libxml/dict.h 		                         const xmlChar *name);
xmlChar            56 third_party/libxml/src/include/libxml/dict.h 					 const xmlChar *str);
xmlChar            41 third_party/libxml/src/include/libxml/entities.h     const xmlChar          *name;	/* Entity name */
xmlChar            49 third_party/libxml/src/include/libxml/entities.h     xmlChar                *orig;	/* content without ref substitution */
xmlChar            50 third_party/libxml/src/include/libxml/entities.h     xmlChar             *content;	/* content or ndata if unparsed */
xmlChar            53 third_party/libxml/src/include/libxml/entities.h     const xmlChar    *ExternalID;	/* External identifier for PUBLIC */
xmlChar            54 third_party/libxml/src/include/libxml/entities.h     const xmlChar      *SystemID;	/* URI for a SYSTEM or PUBLIC Entity */
xmlChar            57 third_party/libxml/src/include/libxml/entities.h     const xmlChar           *URI;	/* the full URI as computed */
xmlChar            83 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *name,
xmlChar            85 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *ExternalID,
xmlChar            86 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *SystemID,
xmlChar            87 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *content);
xmlChar            90 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *name,
xmlChar            92 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *ExternalID,
xmlChar            93 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *SystemID,
xmlChar            94 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *content);
xmlChar            97 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *name,
xmlChar            99 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *ExternalID,
xmlChar           100 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *SystemID,
xmlChar           101 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *content);
xmlChar           103 third_party/libxml/src/include/libxml/entities.h 			xmlGetPredefinedEntity	(const xmlChar *name);
xmlChar           106 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *name);
xmlChar           109 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *name);
xmlChar           112 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *name);
xmlChar           114 third_party/libxml/src/include/libxml/entities.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar           116 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *input);
xmlChar           118 third_party/libxml/src/include/libxml/entities.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           120 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *input);
xmlChar           121 third_party/libxml/src/include/libxml/entities.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           123 third_party/libxml/src/include/libxml/entities.h 						 const xmlChar *input);
xmlChar            69 third_party/libxml/src/include/libxml/hash.h typedef void (*xmlHashDeallocator)(void *payload, xmlChar *name);
xmlChar            79 third_party/libxml/src/include/libxml/hash.h typedef void *(*xmlHashCopier)(void *payload, xmlChar *name);
xmlChar            88 third_party/libxml/src/include/libxml/hash.h typedef void (*xmlHashScanner)(void *payload, void *data, xmlChar *name);
xmlChar           100 third_party/libxml/src/include/libxml/hash.h 				   const xmlChar *name, const xmlChar *name2,
xmlChar           101 third_party/libxml/src/include/libxml/hash.h 				   const xmlChar *name3);
xmlChar           120 third_party/libxml/src/include/libxml/hash.h 		                         const xmlChar *name,
xmlChar           124 third_party/libxml/src/include/libxml/hash.h 		                         const xmlChar *name,
xmlChar           129 third_party/libxml/src/include/libxml/hash.h 		                         const xmlChar *name,
xmlChar           130 third_party/libxml/src/include/libxml/hash.h 		                         const xmlChar *name2,
xmlChar           134 third_party/libxml/src/include/libxml/hash.h 		                         const xmlChar *name,
xmlChar           135 third_party/libxml/src/include/libxml/hash.h 		                         const xmlChar *name2,
xmlChar           140 third_party/libxml/src/include/libxml/hash.h 		                         const xmlChar *name,
xmlChar           141 third_party/libxml/src/include/libxml/hash.h 		                         const xmlChar *name2,
xmlChar           142 third_party/libxml/src/include/libxml/hash.h 		                         const xmlChar *name3,
xmlChar           146 third_party/libxml/src/include/libxml/hash.h 		                         const xmlChar *name,
xmlChar           147 third_party/libxml/src/include/libxml/hash.h 		                         const xmlChar *name2,
xmlChar           148 third_party/libxml/src/include/libxml/hash.h 		                         const xmlChar *name3,
xmlChar           156 third_party/libxml/src/include/libxml/hash.h 			xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
xmlChar           159 third_party/libxml/src/include/libxml/hash.h 			xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name,
xmlChar           160 third_party/libxml/src/include/libxml/hash.h                             const xmlChar *name2, xmlHashDeallocator f);
xmlChar           162 third_party/libxml/src/include/libxml/hash.h 			xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,
xmlChar           163 third_party/libxml/src/include/libxml/hash.h                             const xmlChar *name2, const xmlChar *name3,
xmlChar           171 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name);
xmlChar           174 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name,
xmlChar           175 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name2);
xmlChar           178 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name,
xmlChar           179 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name2,
xmlChar           180 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name3);
xmlChar           183 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name,
xmlChar           184 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *prefix);
xmlChar           187 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name,
xmlChar           188 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *prefix,
xmlChar           189 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name2,
xmlChar           190 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *prefix2);
xmlChar           193 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name,
xmlChar           194 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *prefix,
xmlChar           195 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name2,
xmlChar           196 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *prefix2,
xmlChar           197 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name3,
xmlChar           198 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *prefix3);
xmlChar           214 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name,
xmlChar           215 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name2,
xmlChar           216 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name3,
xmlChar           225 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name,
xmlChar           226 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name2,
xmlChar           227 third_party/libxml/src/include/libxml/hash.h 					 const xmlChar *name3,
xmlChar            52 third_party/libxml/src/include/libxml/parser.h typedef void (* xmlParserInputDeallocate)(xmlChar *str);
xmlChar            60 third_party/libxml/src/include/libxml/parser.h     const xmlChar *base;              /* Base of the array to parse */
xmlChar            61 third_party/libxml/src/include/libxml/parser.h     const xmlChar *cur;               /* Current char being parsed */
xmlChar            62 third_party/libxml/src/include/libxml/parser.h     const xmlChar *end;               /* end of the array to parse */
xmlChar            73 third_party/libxml/src/include/libxml/parser.h     const xmlChar *encoding;          /* the encoding string for entity */
xmlChar            74 third_party/libxml/src/include/libxml/parser.h     const xmlChar *version;           /* the version string for entity */
xmlChar           190 third_party/libxml/src/include/libxml/parser.h     const xmlChar    *version;        /* the XML version string */
xmlChar           191 third_party/libxml/src/include/libxml/parser.h     const xmlChar   *encoding;        /* the declared encoding, if any */
xmlChar           229 third_party/libxml/src/include/libxml/parser.h     const xmlChar     *name;          /* Current parsed Node */
xmlChar           232 third_party/libxml/src/include/libxml/parser.h     const xmlChar *   *nameTab;       /* array of nodes */
xmlChar           239 third_party/libxml/src/include/libxml/parser.h     const xmlChar *    intSubName;    /* name of subset */
xmlChar           240 third_party/libxml/src/include/libxml/parser.h     xmlChar *          extSubURI;     /* URI of external subset */
xmlChar           241 third_party/libxml/src/include/libxml/parser.h     xmlChar *          extSubSystem;  /* SYSTEM ID of external subset */
xmlChar           264 third_party/libxml/src/include/libxml/parser.h     const xmlChar *   *atts;          /* array for the attributes callbacks */
xmlChar           271 third_party/libxml/src/include/libxml/parser.h     const xmlChar *str_xml;
xmlChar           272 third_party/libxml/src/include/libxml/parser.h     const xmlChar *str_xmlns;
xmlChar           273 third_party/libxml/src/include/libxml/parser.h     const xmlChar *str_xml_ns;
xmlChar           281 third_party/libxml/src/include/libxml/parser.h     const xmlChar *   *nsTab;         /* the array of prefix/namespace name */
xmlChar           319 third_party/libxml/src/include/libxml/parser.h     const xmlChar *(*getPublicId)(void *ctx);
xmlChar           320 third_party/libxml/src/include/libxml/parser.h     const xmlChar *(*getSystemId)(void *ctx);
xmlChar           348 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *publicId,
xmlChar           349 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *systemId);
xmlChar           360 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *name,
xmlChar           361 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *ExternalID,
xmlChar           362 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *SystemID);
xmlChar           373 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *name,
xmlChar           374 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *ExternalID,
xmlChar           375 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *SystemID);
xmlChar           386 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *name);
xmlChar           397 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *name);
xmlChar           410 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *name,
xmlChar           412 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *publicId,
xmlChar           413 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *systemId,
xmlChar           414 third_party/libxml/src/include/libxml/parser.h 				xmlChar *content);
xmlChar           425 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *name,
xmlChar           426 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *publicId,
xmlChar           427 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *systemId);
xmlChar           441 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *elem,
xmlChar           442 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *fullname,
xmlChar           445 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *defaultValue,
xmlChar           457 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *name,
xmlChar           471 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *name,
xmlChar           472 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *publicId,
xmlChar           473 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *systemId,
xmlChar           474 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *notationName);
xmlChar           508 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *name,
xmlChar           509 third_party/libxml/src/include/libxml/parser.h 				const xmlChar **atts);
xmlChar           518 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *name);
xmlChar           531 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *name,
xmlChar           532 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *value);
xmlChar           541 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *name);
xmlChar           551 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *ch,
xmlChar           563 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *ch,
xmlChar           574 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *target,
xmlChar           575 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *data);
xmlChar           584 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *value);
xmlChar           595 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *value,
xmlChar           690 third_party/libxml/src/include/libxml/parser.h 					const xmlChar *localname,
xmlChar           691 third_party/libxml/src/include/libxml/parser.h 					const xmlChar *prefix,
xmlChar           692 third_party/libxml/src/include/libxml/parser.h 					const xmlChar *URI,
xmlChar           694 third_party/libxml/src/include/libxml/parser.h 					const xmlChar **namespaces,
xmlChar           697 third_party/libxml/src/include/libxml/parser.h 					const xmlChar **attributes);
xmlChar           711 third_party/libxml/src/include/libxml/parser.h 					const xmlChar *localname,
xmlChar           712 third_party/libxml/src/include/libxml/parser.h 					const xmlChar *prefix,
xmlChar           713 third_party/libxml/src/include/libxml/parser.h 					const xmlChar *URI);
xmlChar           839 third_party/libxml/src/include/libxml/parser.h 		xmlParseDoc		(const xmlChar *cur);
xmlChar           862 third_party/libxml/src/include/libxml/parser.h 		xmlRecoverDoc		(const xmlChar *cur);
xmlChar           889 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar *cur,
xmlChar           921 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar *ExternalID,
xmlChar           922 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar *SystemID);
xmlChar           924 third_party/libxml/src/include/libxml/parser.h 		xmlParseDTD		(const xmlChar *ExternalID,
xmlChar           925 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar *SystemID);
xmlChar           937 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar *string,
xmlChar           952 third_party/libxml/src/include/libxml/parser.h                      const xmlChar *string,
xmlChar           960 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar *URL,
xmlChar           961 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar *ID,
xmlChar           966 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar *URL,
xmlChar           967 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar *ID,
xmlChar           984 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar* buffer,
xmlChar           988 third_party/libxml/src/include/libxml/parser.h 		xmlCreateDocParserCtxt	(const xmlChar *cur);
xmlChar          1124 third_party/libxml/src/include/libxml/parser.h 		xmlReadDoc		(const xmlChar *cur,
xmlChar          1152 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar *cur,
xmlChar           279 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBVAR const xmlChar xmlStringText[];
xmlChar           280 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBVAR const xmlChar xmlStringTextNoenc[];
xmlChar           281 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBVAR const xmlChar xmlStringComment[];
xmlChar           300 third_party/libxml/src/include/libxml/parserInternals.h 			xmlCreateEntityParserCtxt(const xmlChar *URL,
xmlChar           301 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar *ID,
xmlChar           302 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar *base);
xmlChar           320 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar * str1,
xmlChar           321 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar * str2);
xmlChar           329 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar *buffer);
xmlChar           336 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar XMLCALL			
xmlChar           349 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           351 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar *name,
xmlChar           352 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar **prefix);
xmlChar           357 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN const xmlChar * XMLCALL		
xmlChar           359 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           361 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           363 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar **orig);
xmlChar           364 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           366 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           368 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           373 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           375 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar **publicID,
xmlChar           379 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN const xmlChar * XMLCALL		
xmlChar           389 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar **value);
xmlChar           412 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar *name,
xmlChar           429 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN const xmlChar * XMLCALL		
xmlChar           431 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar **value);
xmlChar           432 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN const xmlChar * XMLCALL		
xmlChar           443 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           445 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           447 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           449 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN const xmlChar * XMLCALL		
xmlChar           461 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar *ExternalID,
xmlChar           462 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar *SystemID); 
xmlChar           488 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           490 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar *str,
xmlChar           492 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar end,
xmlChar           493 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar  end2,
xmlChar           494 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar end3);
xmlChar           495 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           497 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar *str,
xmlChar           500 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar end,
xmlChar           501 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar  end2,
xmlChar           502 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar end3);
xmlChar           513 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN const xmlChar * XMLCALL	namePop			(xmlParserCtxtPtr ctxt);
xmlChar           515 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar *value);
xmlChar           522 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar *cur,
xmlChar           525 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN int XMLCALL			xmlCheckLanguageID	(const xmlChar *lang);
xmlChar           532 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN int XMLCALL		xmlCopyCharMultiByte	(xmlChar *out,
xmlChar           535 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar *out,
xmlChar           569 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           573 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           575 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           577 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           580 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL		
xmlChar           582 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar **prefix);
xmlChar           586 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           590 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar end,
xmlChar           591 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar  end2,
xmlChar           592 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar end3);
xmlChar            53 third_party/libxml/src/include/libxml/pattern.h 			xmlPatterncompile	(const xmlChar *pattern,
xmlChar            56 third_party/libxml/src/include/libxml/pattern.h 						 const xmlChar **namespaces);
xmlChar            79 third_party/libxml/src/include/libxml/pattern.h 						 const xmlChar *name,
xmlChar            80 third_party/libxml/src/include/libxml/pattern.h 						 const xmlChar *ns,
xmlChar            84 third_party/libxml/src/include/libxml/pattern.h 						 const xmlChar *name,
xmlChar            85 third_party/libxml/src/include/libxml/pattern.h 						 const xmlChar *ns);
xmlChar            88 third_party/libxml/src/include/libxml/pattern.h 						 const xmlChar *name,
xmlChar            89 third_party/libxml/src/include/libxml/pattern.h 						 const xmlChar *ns);
xmlChar           196 third_party/libxml/src/include/libxml/relaxng.h 					 const xmlChar *data,
xmlChar           251 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *name; /* the name of the declaration */
xmlChar           252 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *id; /* Deprecated; not used */
xmlChar           253 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *ref; /* Deprecated; not used */
xmlChar           254 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *refNs; /* Deprecated; not used */
xmlChar           255 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *typeName; /* the local name of the type definition */
xmlChar           256 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *typeNs; /* the ns URI of the type definition */
xmlChar           261 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *defValue; /* The initial value of the value constraint */
xmlChar           264 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *targetNamespace;
xmlChar           266 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *refPrefix; /* Deprecated; not used */
xmlChar           298 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *value;/* the value */
xmlChar           309 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *id; /* Deprecated; not used */
xmlChar           364 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *name;
xmlChar           365 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *id;
xmlChar           366 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *ref; /* Deprecated; not used */
xmlChar           367 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *refNs; /* Deprecated; not used */
xmlChar           374 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *refPrefix; /* Deprecated; not used */
xmlChar           376 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *targetNamespace;
xmlChar           605 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *name;
xmlChar           606 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *id ; /* Deprecated; not used */
xmlChar           607 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *ref; /* Deprecated; not used */
xmlChar           608 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *refNs; /* Deprecated; not used */
xmlChar           618 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *base; /* Base type's local name */
xmlChar           619 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *baseNs; /* Base type's target namespace */
xmlChar           629 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *refPrefix; /* Deprecated; not used */
xmlChar           633 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *targetNamespace;
xmlChar           768 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *name;
xmlChar           769 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *id; /* Deprecated; not used */
xmlChar           770 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *ref; /* Deprecated; not used */
xmlChar           771 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *refNs; /* Deprecated; not used */
xmlChar           780 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *targetNamespace;
xmlChar           781 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *namedType;
xmlChar           782 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *namedTypeNs;
xmlChar           783 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *substGroup;
xmlChar           784 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *substGroupNs;
xmlChar           785 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *scope;
xmlChar           786 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *value; /* The original value of the value constraint. */
xmlChar           791 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *refPrefix; /* Deprecated; not used */
xmlChar           826 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *value; /* The original value */
xmlChar           827 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *id; /* Obsolete */
xmlChar           843 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *name;
xmlChar           845 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *identifier;
xmlChar           846 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *targetNamespace;
xmlChar           924 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *name; /* schema name */
xmlChar           925 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *targetNamespace; /* the target namespace */
xmlChar           926 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *version;
xmlChar           927 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *id; /* Obsolete */
xmlChar            88 third_party/libxml/src/include/libxml/tree.h     xmlChar *content;		/* The buffer content UTF8 */
xmlChar            92 third_party/libxml/src/include/libxml/tree.h     xmlChar *contentIO;		/* in IO mode we may have a different base */
xmlChar           102 third_party/libxml/src/include/libxml/tree.h     (const xmlChar *) "http://www.w3.org/XML/1998/namespace"
xmlChar           109 third_party/libxml/src/include/libxml/tree.h #define XML_XML_ID (const xmlChar *) "xml:id"
xmlChar           156 third_party/libxml/src/include/libxml/tree.h     const xmlChar               *name;	        /* Notation name */
xmlChar           157 third_party/libxml/src/include/libxml/tree.h     const xmlChar               *PublicID;	/* Public identifier, if any */
xmlChar           158 third_party/libxml/src/include/libxml/tree.h     const xmlChar               *SystemID;	/* System identifier, if any */
xmlChar           203 third_party/libxml/src/include/libxml/tree.h     const xmlChar            *name;	/* Enumeration name */
xmlChar           217 third_party/libxml/src/include/libxml/tree.h     const xmlChar          *name;	/* Attribute name */
xmlChar           228 third_party/libxml/src/include/libxml/tree.h     const xmlChar  *defaultValue;	/* or the default value */
xmlChar           230 third_party/libxml/src/include/libxml/tree.h     const xmlChar        *prefix;	/* the namespace prefix if any */
xmlChar           231 third_party/libxml/src/include/libxml/tree.h     const xmlChar          *elem;	/* Element holding the attribute */
xmlChar           270 third_party/libxml/src/include/libxml/tree.h     const xmlChar             *name;	/* Element name */
xmlChar           274 third_party/libxml/src/include/libxml/tree.h     const xmlChar             *prefix;	/* Namespace prefix */
xmlChar           310 third_party/libxml/src/include/libxml/tree.h     const xmlChar          *name;	/* Element name */
xmlChar           321 third_party/libxml/src/include/libxml/tree.h     const xmlChar        *prefix;	/* the namespace prefix if any */
xmlChar           353 third_party/libxml/src/include/libxml/tree.h     const xmlChar *href;	/* URL for the namespace */
xmlChar           355 third_party/libxml/src/include/libxml/tree.h     const xmlChar *prefix;	/* prefix for the namespace */
xmlChar           371 third_party/libxml/src/include/libxml/tree.h     const xmlChar *name;	/* Name of the DTD */
xmlChar           384 third_party/libxml/src/include/libxml/tree.h     const xmlChar *ExternalID;	/* External identifier for PUBLIC DTD */
xmlChar           385 third_party/libxml/src/include/libxml/tree.h     const xmlChar *SystemID;	/* URI for a SYSTEM or PUBLIC DTD */
xmlChar           399 third_party/libxml/src/include/libxml/tree.h     const xmlChar   *name;      /* the name of the property */
xmlChar           421 third_party/libxml/src/include/libxml/tree.h     const xmlChar    *value;	/* The ID name */
xmlChar           423 third_party/libxml/src/include/libxml/tree.h     const xmlChar    *name;	/* The attribute if attr is not available */
xmlChar           438 third_party/libxml/src/include/libxml/tree.h     const xmlChar     *value;	/* The Ref name */
xmlChar           440 third_party/libxml/src/include/libxml/tree.h     const xmlChar    *name;	/* The attribute if attr is not available */
xmlChar           454 third_party/libxml/src/include/libxml/tree.h     const xmlChar   *name;      /* the name of the node, or the entity */
xmlChar           464 third_party/libxml/src/include/libxml/tree.h     xmlChar         *content;   /* the content */
xmlChar           535 third_party/libxml/src/include/libxml/tree.h     const xmlChar  *version;	/* the XML version string */
xmlChar           536 third_party/libxml/src/include/libxml/tree.h     const xmlChar  *encoding;   /* external initial encoding, if any */
xmlChar           539 third_party/libxml/src/include/libxml/tree.h     const xmlChar  *URL;	/* The URI for that document */
xmlChar           567 third_party/libxml/src/include/libxml/tree.h 						 const xmlChar *nsName,
xmlChar           568 third_party/libxml/src/include/libxml/tree.h 						 const xmlChar *nsPrefix);
xmlChar           622 third_party/libxml/src/include/libxml/tree.h 		xmlValidateNCName	(const xmlChar *value,
xmlChar           628 third_party/libxml/src/include/libxml/tree.h 		xmlValidateQName	(const xmlChar *value,
xmlChar           631 third_party/libxml/src/include/libxml/tree.h 		xmlValidateName		(const xmlChar *value,
xmlChar           634 third_party/libxml/src/include/libxml/tree.h 		xmlValidateNMToken	(const xmlChar *value,
xmlChar           638 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           639 third_party/libxml/src/include/libxml/tree.h 		xmlBuildQName		(const xmlChar *ncname,
xmlChar           640 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *prefix,
xmlChar           641 third_party/libxml/src/include/libxml/tree.h 					 xmlChar *memory,
xmlChar           643 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           644 third_party/libxml/src/include/libxml/tree.h 		xmlSplitQName2		(const xmlChar *name,
xmlChar           645 third_party/libxml/src/include/libxml/tree.h 					 xmlChar **prefix);
xmlChar           646 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN const xmlChar * XMLCALL	
xmlChar           647 third_party/libxml/src/include/libxml/tree.h 		xmlSplitQName3		(const xmlChar *name,
xmlChar           676 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *str,
xmlChar           680 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *str,
xmlChar           684 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *str);
xmlChar           696 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN const xmlChar* XMLCALL	
xmlChar           709 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           710 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *ExternalID,
xmlChar           711 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *SystemID);
xmlChar           714 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           715 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *ExternalID,
xmlChar           716 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *SystemID);
xmlChar           724 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *href,
xmlChar           725 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *prefix);
xmlChar           729 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *href,
xmlChar           730 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *prefix);
xmlChar           736 third_party/libxml/src/include/libxml/tree.h 		xmlNewDoc		(const xmlChar *version);
xmlChar           741 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           742 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
xmlChar           747 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           748 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
xmlChar           753 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           754 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
xmlChar           758 third_party/libxml/src/include/libxml/tree.h 					 xmlChar *name,
xmlChar           759 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
xmlChar           785 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           786 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content);
xmlChar           790 third_party/libxml/src/include/libxml/tree.h 					 xmlChar *name,
xmlChar           791 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content);
xmlChar           794 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name);
xmlChar           797 third_party/libxml/src/include/libxml/tree.h 					 xmlChar *name);
xmlChar           802 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           803 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content);
xmlChar           807 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content);
xmlChar           809 third_party/libxml/src/include/libxml/tree.h 		xmlNewText		(const xmlChar *content);
xmlChar           812 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           813 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content);
xmlChar           815 third_party/libxml/src/include/libxml/tree.h 		xmlNewPI		(const xmlChar *name,
xmlChar           816 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content);
xmlChar           819 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content,
xmlChar           822 third_party/libxml/src/include/libxml/tree.h 		xmlNewTextLen		(const xmlChar *content,
xmlChar           826 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content);
xmlChar           828 third_party/libxml/src/include/libxml/tree.h 		xmlNewComment		(const xmlChar *content);
xmlChar           831 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content,
xmlChar           835 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name);
xmlChar           838 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name);
xmlChar           855 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           856 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content);
xmlChar           860 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           861 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content);
xmlChar           872 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           895 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name);
xmlChar           927 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content,
xmlChar           945 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *nameSpace);
xmlChar           949 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *href);
xmlChar           970 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           971 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
xmlChar           975 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           976 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
xmlChar           978 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           980 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name);
xmlChar           981 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           983 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name);
xmlChar           986 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name);
xmlChar           989 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           990 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *nameSpace);
xmlChar           991 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           993 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name,
xmlChar           994 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *nameSpace);
xmlChar           997 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
xmlChar          1000 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value,
xmlChar          1002 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar          1007 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar          1014 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content);
xmlChar          1018 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content,
xmlChar          1023 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content);
xmlChar          1026 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *content,
xmlChar          1028 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar          1033 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar          1040 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *lang);
xmlChar          1045 third_party/libxml/src/include/libxml/tree.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar          1051 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *uri);
xmlChar          1063 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name);
xmlChar          1066 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *name);
xmlChar          1074 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *string);
xmlChar          1080 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *string);
xmlChar          1086 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *string);
xmlChar          1104 third_party/libxml/src/include/libxml/tree.h 					 xmlChar **mem,
xmlChar          1109 third_party/libxml/src/include/libxml/tree.h 					 xmlChar **mem,
xmlChar          1113 third_party/libxml/src/include/libxml/tree.h 					 xmlChar **doc_txt_ptr,
xmlChar          1118 third_party/libxml/src/include/libxml/tree.h 					 xmlChar **doc_txt_ptr,
xmlChar          1180 third_party/libxml/src/include/libxml/tree.h 		xmlIsXHTML		(const xmlChar *systemID,
xmlChar          1181 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *publicID);
xmlChar            54 third_party/libxml/src/include/libxml/uri.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            55 third_party/libxml/src/include/libxml/uri.h 		xmlBuildURI		(const xmlChar *URI,
xmlChar            56 third_party/libxml/src/include/libxml/uri.h 					 const xmlChar *base);
xmlChar            57 third_party/libxml/src/include/libxml/uri.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            58 third_party/libxml/src/include/libxml/uri.h 		xmlBuildRelativeURI	(const xmlChar *URI,
xmlChar            59 third_party/libxml/src/include/libxml/uri.h 					 const xmlChar *base);
xmlChar            68 third_party/libxml/src/include/libxml/uri.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            73 third_party/libxml/src/include/libxml/uri.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            74 third_party/libxml/src/include/libxml/uri.h 		xmlURIEscapeStr         (const xmlChar *str,
xmlChar            75 third_party/libxml/src/include/libxml/uri.h 					 const xmlChar *list);
xmlChar            82 third_party/libxml/src/include/libxml/uri.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            83 third_party/libxml/src/include/libxml/uri.h 		xmlURIEscape		(const xmlChar *str);
xmlChar            86 third_party/libxml/src/include/libxml/uri.h XMLPUBFUN xmlChar* XMLCALL
xmlChar            87 third_party/libxml/src/include/libxml/uri.h 		xmlCanonicPath		(const xmlChar *path);
xmlChar            88 third_party/libxml/src/include/libxml/uri.h XMLPUBFUN xmlChar* XMLCALL
xmlChar            89 third_party/libxml/src/include/libxml/uri.h 		xmlPathToURI		(const xmlChar *path);
xmlChar           156 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *name,
xmlChar           157 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *PublicID,
xmlChar           158 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *SystemID);
xmlChar           177 third_party/libxml/src/include/libxml/valid.h 		xmlNewElementContent	(const xmlChar *name,
xmlChar           186 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *name,
xmlChar           212 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *name,
xmlChar           232 third_party/libxml/src/include/libxml/valid.h 		xmlCreateEnumeration	(const xmlChar *name);
xmlChar           244 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *elem,
xmlChar           245 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *name,
xmlChar           246 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *ns,
xmlChar           249 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *defaultValue,
xmlChar           270 third_party/libxml/src/include/libxml/valid.h 					const xmlChar *value,
xmlChar           276 third_party/libxml/src/include/libxml/valid.h 					const xmlChar *ID);
xmlChar           289 third_party/libxml/src/include/libxml/valid.h 					const xmlChar *value,
xmlChar           302 third_party/libxml/src/include/libxml/valid.h 					const xmlChar *ID);
xmlChar           321 third_party/libxml/src/include/libxml/valid.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           324 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *name,
xmlChar           325 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *value);
xmlChar           326 third_party/libxml/src/include/libxml/valid.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           330 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *name,
xmlChar           331 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *value);
xmlChar           338 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *value);
xmlChar           366 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *value);
xmlChar           371 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *prefix,
xmlChar           373 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *value);
xmlChar           383 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *notationName);
xmlChar           388 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *name);
xmlChar           391 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *elem,
xmlChar           392 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *name);
xmlChar           395 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *elem,
xmlChar           396 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *name,
xmlChar           397 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *prefix);
xmlChar           400 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *name);
xmlChar           403 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *name,
xmlChar           404 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *prefix);
xmlChar           407 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *name);
xmlChar           413 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar **names,
xmlChar           420 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar **names,
xmlChar           423 third_party/libxml/src/include/libxml/valid.h 		xmlValidateNameValue	(const xmlChar *value);
xmlChar           425 third_party/libxml/src/include/libxml/valid.h 		xmlValidateNamesValue	(const xmlChar *value);
xmlChar           427 third_party/libxml/src/include/libxml/valid.h 		xmlValidateNmtokenValue	(const xmlChar *value);
xmlChar           429 third_party/libxml/src/include/libxml/valid.h 		xmlValidateNmtokensValue(const xmlChar *value);
xmlChar           443 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *qname);
xmlChar           446 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *data,
xmlChar           452 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *qname);
xmlChar            30 third_party/libxml/src/include/libxml/xinclude.h #define XINCLUDE_NS (const xmlChar *) "http://www.w3.org/2003/XInclude"
xmlChar            36 third_party/libxml/src/include/libxml/xinclude.h #define XINCLUDE_OLD_NS (const xmlChar *) "http://www.w3.org/2001/XInclude"
xmlChar            42 third_party/libxml/src/include/libxml/xinclude.h #define XINCLUDE_NODE (const xmlChar *) "include"
xmlChar            48 third_party/libxml/src/include/libxml/xinclude.h #define XINCLUDE_FALLBACK (const xmlChar *) "fallback"
xmlChar            54 third_party/libxml/src/include/libxml/xinclude.h #define XINCLUDE_HREF (const xmlChar *) "href"
xmlChar            60 third_party/libxml/src/include/libxml/xinclude.h #define XINCLUDE_PARSE (const xmlChar *) "parse"
xmlChar            66 third_party/libxml/src/include/libxml/xinclude.h #define XINCLUDE_PARSE_XML (const xmlChar *) "xml"
xmlChar            72 third_party/libxml/src/include/libxml/xinclude.h #define XINCLUDE_PARSE_TEXT (const xmlChar *) "text"
xmlChar            78 third_party/libxml/src/include/libxml/xinclude.h #define XINCLUDE_PARSE_ENCODING (const xmlChar *) "encoding"
xmlChar            84 third_party/libxml/src/include/libxml/xinclude.h #define XINCLUDE_PARSE_XPOINTER (const xmlChar *) "xpointer"
xmlChar            32 third_party/libxml/src/include/libxml/xlink.h typedef xmlChar *xlinkHRef;
xmlChar            33 third_party/libxml/src/include/libxml/xlink.h typedef xmlChar *xlinkRole;
xmlChar            34 third_party/libxml/src/include/libxml/xlink.h typedef xmlChar *xlinkTitle;
xmlChar           119 third_party/libxml/src/include/libxml/xlink.h 			 const xmlChar **langs);
xmlChar           142 third_party/libxml/src/include/libxml/xlink.h 				 const xmlChar **langs);
xmlChar           257 third_party/libxml/src/include/libxml/xmlIO.h 					 const xmlChar *str,
xmlChar           300 third_party/libxml/src/include/libxml/xmlIO.h XMLPUBFUN xmlChar * XMLCALL 
xmlChar           301 third_party/libxml/src/include/libxml/xmlIO.h 	xmlNormalizeWindowsPath		(const xmlChar *path);
xmlChar            59 third_party/libxml/src/include/libxml/xmlautomata.h 						 const xmlChar *token,
xmlChar            65 third_party/libxml/src/include/libxml/xmlautomata.h 						 const xmlChar *token,
xmlChar            66 third_party/libxml/src/include/libxml/xmlautomata.h 						 const xmlChar *token2,
xmlChar            72 third_party/libxml/src/include/libxml/xmlautomata.h 						 const xmlChar *token,
xmlChar            73 third_party/libxml/src/include/libxml/xmlautomata.h 						 const xmlChar *token2,
xmlChar            80 third_party/libxml/src/include/libxml/xmlautomata.h 						 const xmlChar *token,
xmlChar            88 third_party/libxml/src/include/libxml/xmlautomata.h 						 const xmlChar *token,
xmlChar            89 third_party/libxml/src/include/libxml/xmlautomata.h 						 const xmlChar *token2,
xmlChar            97 third_party/libxml/src/include/libxml/xmlautomata.h 						 const xmlChar *token,
xmlChar           105 third_party/libxml/src/include/libxml/xmlautomata.h 						 const xmlChar *token,
xmlChar           106 third_party/libxml/src/include/libxml/xmlautomata.h 						 const xmlChar *token2,
xmlChar           132 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           135 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           139 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           168 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar           170 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar           172 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar           174 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar           176 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar           178 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar           180 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar           182 third_party/libxml/src/include/libxml/xmlreader.h 						 const xmlChar *str);
xmlChar           183 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar           190 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           192 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           194 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           196 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           198 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           200 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           202 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           210 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           213 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           215 third_party/libxml/src/include/libxml/xmlreader.h 						 const xmlChar *name);
xmlChar           216 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           218 third_party/libxml/src/include/libxml/xmlreader.h 						 const xmlChar *localName,
xmlChar           219 third_party/libxml/src/include/libxml/xmlreader.h 						 const xmlChar *namespaceURI);
xmlChar           222 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar           224 third_party/libxml/src/include/libxml/xmlreader.h 						 const xmlChar *prefix);
xmlChar           230 third_party/libxml/src/include/libxml/xmlreader.h 						 const xmlChar *name);
xmlChar           233 third_party/libxml/src/include/libxml/xmlreader.h 						 const xmlChar *localName,
xmlChar           234 third_party/libxml/src/include/libxml/xmlreader.h 						 const xmlChar *namespaceURI);
xmlChar           243 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar           270 third_party/libxml/src/include/libxml/xmlreader.h 						 const xmlChar *pattern,
xmlChar           271 third_party/libxml/src/include/libxml/xmlreader.h 						 const xmlChar **namespaces);
xmlChar           301 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar           319 third_party/libxml/src/include/libxml/xmlreader.h 		xmlReaderForDoc		(const xmlChar * cur,
xmlChar           351 third_party/libxml/src/include/libxml/xmlreader.h 					 const xmlChar * cur,
xmlChar           402 third_party/libxml/src/include/libxml/xmlreader.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            52 third_party/libxml/src/include/libxml/xmlregexp.h 		    xmlRegexpCompile	(const xmlChar *regexp);
xmlChar            56 third_party/libxml/src/include/libxml/xmlregexp.h 					 const xmlChar *value);
xmlChar            73 third_party/libxml/src/include/libxml/xmlregexp.h 	                             const xmlChar *token,
xmlChar            88 third_party/libxml/src/include/libxml/xmlregexp.h 					 const xmlChar *value,
xmlChar            92 third_party/libxml/src/include/libxml/xmlregexp.h 					 const xmlChar *value,
xmlChar            93 third_party/libxml/src/include/libxml/xmlregexp.h 					 const xmlChar *value2,
xmlChar           100 third_party/libxml/src/include/libxml/xmlregexp.h 					 xmlChar **values,
xmlChar           104 third_party/libxml/src/include/libxml/xmlregexp.h 					 const xmlChar **string,
xmlChar           107 third_party/libxml/src/include/libxml/xmlregexp.h 					 xmlChar **values,
xmlChar           167 third_party/libxml/src/include/libxml/xmlregexp.h 					 const xmlChar *name,
xmlChar           192 third_party/libxml/src/include/libxml/xmlregexp.h 					 const xmlChar**langList,
xmlChar           197 third_party/libxml/src/include/libxml/xmlregexp.h 					 const xmlChar**tokList,
xmlChar           202 third_party/libxml/src/include/libxml/xmlregexp.h 					 const xmlChar *str,
xmlChar            38 third_party/libxml/src/include/libxml/xmlschemastypes.h 		xmlSchemaGetPredefinedType	(const xmlChar *name,
xmlChar            39 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *ns);
xmlChar            42 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
xmlChar            46 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
xmlChar            52 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
xmlChar            58 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
xmlChar            69 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *name);
xmlChar            79 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
xmlChar            87 third_party/libxml/src/include/libxml/xmlschemastypes.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            88 third_party/libxml/src/include/libxml/xmlschemastypes.h 		xmlSchemaCollapseString		(const xmlChar *value);
xmlChar            89 third_party/libxml/src/include/libxml/xmlschemastypes.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            90 third_party/libxml/src/include/libxml/xmlschemastypes.h 		xmlSchemaWhiteSpaceReplace	(const xmlChar *value);
xmlChar            96 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
xmlChar           102 third_party/libxml/src/include/libxml/xmlschemastypes.h 						  const xmlChar *value,
xmlChar           108 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
xmlChar           113 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar **retValue);
xmlChar           116 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar **retValue,
xmlChar           123 third_party/libxml/src/include/libxml/xmlschemastypes.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar           129 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value);
xmlChar           131 third_party/libxml/src/include/libxml/xmlschemastypes.h 		xmlSchemaNewNOTATIONValue	(const xmlChar *name,
xmlChar           132 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *ns);
xmlChar           134 third_party/libxml/src/include/libxml/xmlschemastypes.h 		xmlSchemaNewQNameValue		(const xmlChar *namespaceName,
xmlChar           135 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *localName);
xmlChar            35 third_party/libxml/src/include/libxml/xmlstring.h #define BAD_CAST (xmlChar *)
xmlChar            40 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            41 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrdup                (const xmlChar *cur);
xmlChar            42 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            43 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrndup               (const xmlChar *cur,
xmlChar            45 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            48 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            50 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            51 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrsub                (const xmlChar *str,
xmlChar            54 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar            55 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrchr                (const xmlChar *str,
xmlChar            56 third_party/libxml/src/include/libxml/xmlstring.h                                          xmlChar val);
xmlChar            57 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar            58 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrstr                (const xmlChar *str,
xmlChar            59 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *val);
xmlChar            60 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN const xmlChar * XMLCALL
xmlChar            61 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrcasestr            (const xmlChar *str,
xmlChar            62 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *val);
xmlChar            64 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrcmp                (const xmlChar *str1,
xmlChar            65 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *str2);
xmlChar            67 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrncmp               (const xmlChar *str1,
xmlChar            68 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *str2,
xmlChar            71 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrcasecmp            (const xmlChar *str1,
xmlChar            72 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *str2);
xmlChar            74 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrncasecmp           (const xmlChar *str1,
xmlChar            75 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *str2,
xmlChar            78 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrEqual              (const xmlChar *str1,
xmlChar            79 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *str2);
xmlChar            81 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrQEqual             (const xmlChar *pref,
xmlChar            82 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *name,
xmlChar            83 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *str);
xmlChar            85 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrlen                (const xmlChar *str);
xmlChar            86 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            87 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrcat                (xmlChar *cur,
xmlChar            88 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *add);
xmlChar            89 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            90 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrncat               (xmlChar *cur,
xmlChar            91 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *add,
xmlChar            93 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN xmlChar * XMLCALL
xmlChar            94 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrncatNew            (const xmlChar *str1,
xmlChar            95 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *str2,
xmlChar            98 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrPrintf             (xmlChar *buf,
xmlChar           100 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *msg,
xmlChar           103 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrVPrintf                (xmlChar *buf,
xmlChar           105 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *msg,
xmlChar           114 third_party/libxml/src/include/libxml/xmlstring.h         xmlUTF8Strsize                   (const xmlChar *utf,
xmlChar           116 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN xmlChar * XMLCALL 
xmlChar           117 third_party/libxml/src/include/libxml/xmlstring.h         xmlUTF8Strndup                   (const xmlChar *utf,
xmlChar           119 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN const xmlChar * XMLCALL 
xmlChar           120 third_party/libxml/src/include/libxml/xmlstring.h         xmlUTF8Strpos                    (const xmlChar *utf,
xmlChar           123 third_party/libxml/src/include/libxml/xmlstring.h         xmlUTF8Strloc                    (const xmlChar *utf,
xmlChar           124 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *utfchar);
xmlChar           125 third_party/libxml/src/include/libxml/xmlstring.h XMLPUBFUN xmlChar * XMLCALL 
xmlChar           126 third_party/libxml/src/include/libxml/xmlstring.h         xmlUTF8Strsub                    (const xmlChar *utf,
xmlChar           130 third_party/libxml/src/include/libxml/xmlstring.h         xmlUTF8Strlen                    (const xmlChar *utf);
xmlChar           132 third_party/libxml/src/include/libxml/xmlstring.h         xmlUTF8Size                      (const xmlChar *utf);
xmlChar           134 third_party/libxml/src/include/libxml/xmlstring.h         xmlUTF8Charcmp                   (const xmlChar *utf1,
xmlChar           135 third_party/libxml/src/include/libxml/xmlstring.h                                          const xmlChar *utf2);
xmlChar            81 third_party/libxml/src/include/libxml/xmlwriter.h                                                     const xmlChar *
xmlChar            89 third_party/libxml/src/include/libxml/xmlwriter.h                                   const xmlChar * name);
xmlChar            92 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar *
xmlChar            94 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar * name,
xmlChar            95 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar *
xmlChar           106 third_party/libxml/src/include/libxml/xmlwriter.h                                         const xmlChar * name,
xmlChar           111 third_party/libxml/src/include/libxml/xmlwriter.h                                          const xmlChar * name,
xmlChar           117 third_party/libxml/src/include/libxml/xmlwriter.h                                                     const xmlChar * name,
xmlChar           118 third_party/libxml/src/include/libxml/xmlwriter.h                                                     const xmlChar *
xmlChar           122 third_party/libxml/src/include/libxml/xmlwriter.h                                           const xmlChar * prefix,
xmlChar           123 third_party/libxml/src/include/libxml/xmlwriter.h                                           const xmlChar * name,
xmlChar           124 third_party/libxml/src/include/libxml/xmlwriter.h                                           const xmlChar * namespaceURI,
xmlChar           129 third_party/libxml/src/include/libxml/xmlwriter.h                                            const xmlChar * prefix,
xmlChar           130 third_party/libxml/src/include/libxml/xmlwriter.h                                            const xmlChar * name,
xmlChar           131 third_party/libxml/src/include/libxml/xmlwriter.h                                            const xmlChar * namespaceURI,
xmlChar           137 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar *
xmlChar           139 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar * name,
xmlChar           140 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar *
xmlChar           142 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar *
xmlChar           158 third_party/libxml/src/include/libxml/xmlwriter.h                                  const xmlChar * content, int len);
xmlChar           161 third_party/libxml/src/include/libxml/xmlwriter.h                               const xmlChar * content);
xmlChar           174 third_party/libxml/src/include/libxml/xmlwriter.h                                                    const xmlChar *
xmlChar           188 third_party/libxml/src/include/libxml/xmlwriter.h                                     const xmlChar * name);
xmlChar           191 third_party/libxml/src/include/libxml/xmlwriter.h                                                         const xmlChar *
xmlChar           193 third_party/libxml/src/include/libxml/xmlwriter.h                                                         const xmlChar *
xmlChar           195 third_party/libxml/src/include/libxml/xmlwriter.h                                                         const xmlChar *
xmlChar           205 third_party/libxml/src/include/libxml/xmlwriter.h                                           const xmlChar * name,
xmlChar           210 third_party/libxml/src/include/libxml/xmlwriter.h                                            const xmlChar * name,
xmlChar           216 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar * name,
xmlChar           217 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar *
xmlChar           221 third_party/libxml/src/include/libxml/xmlwriter.h                                             const xmlChar * prefix,
xmlChar           222 third_party/libxml/src/include/libxml/xmlwriter.h                                             const xmlChar * name,
xmlChar           223 third_party/libxml/src/include/libxml/xmlwriter.h                                             const xmlChar * namespaceURI,
xmlChar           228 third_party/libxml/src/include/libxml/xmlwriter.h                                              const xmlChar * prefix,
xmlChar           229 third_party/libxml/src/include/libxml/xmlwriter.h                                              const xmlChar * name,
xmlChar           230 third_party/libxml/src/include/libxml/xmlwriter.h                                              const xmlChar * namespaceURI,
xmlChar           236 third_party/libxml/src/include/libxml/xmlwriter.h                                                         const xmlChar *
xmlChar           238 third_party/libxml/src/include/libxml/xmlwriter.h                                                         const xmlChar *
xmlChar           240 third_party/libxml/src/include/libxml/xmlwriter.h                                                         const xmlChar *
xmlChar           242 third_party/libxml/src/include/libxml/xmlwriter.h                                                         const xmlChar *
xmlChar           250 third_party/libxml/src/include/libxml/xmlwriter.h                              const xmlChar * target);
xmlChar           258 third_party/libxml/src/include/libxml/xmlwriter.h                                    const xmlChar * target,
xmlChar           263 third_party/libxml/src/include/libxml/xmlwriter.h                                     const xmlChar * target,
xmlChar           268 third_party/libxml/src/include/libxml/xmlwriter.h                              const xmlChar * target,
xmlChar           269 third_party/libxml/src/include/libxml/xmlwriter.h                              const xmlChar * content);
xmlChar           297 third_party/libxml/src/include/libxml/xmlwriter.h                                 const xmlChar * content);
xmlChar           304 third_party/libxml/src/include/libxml/xmlwriter.h                               const xmlChar * name,
xmlChar           305 third_party/libxml/src/include/libxml/xmlwriter.h                               const xmlChar * pubid,
xmlChar           306 third_party/libxml/src/include/libxml/xmlwriter.h                               const xmlChar * sysid);
xmlChar           314 third_party/libxml/src/include/libxml/xmlwriter.h                                     const xmlChar * name,
xmlChar           315 third_party/libxml/src/include/libxml/xmlwriter.h                                     const xmlChar * pubid,
xmlChar           316 third_party/libxml/src/include/libxml/xmlwriter.h                                     const xmlChar * sysid,
xmlChar           321 third_party/libxml/src/include/libxml/xmlwriter.h                                      const xmlChar * name,
xmlChar           322 third_party/libxml/src/include/libxml/xmlwriter.h                                      const xmlChar * pubid,
xmlChar           323 third_party/libxml/src/include/libxml/xmlwriter.h                                      const xmlChar * sysid,
xmlChar           328 third_party/libxml/src/include/libxml/xmlwriter.h                               const xmlChar * name,
xmlChar           329 third_party/libxml/src/include/libxml/xmlwriter.h                               const xmlChar * pubid,
xmlChar           330 third_party/libxml/src/include/libxml/xmlwriter.h                               const xmlChar * sysid,
xmlChar           331 third_party/libxml/src/include/libxml/xmlwriter.h                               const xmlChar * subset);
xmlChar           345 third_party/libxml/src/include/libxml/xmlwriter.h                                      const xmlChar * name);
xmlChar           354 third_party/libxml/src/include/libxml/xmlwriter.h                                            const xmlChar * name,
xmlChar           359 third_party/libxml/src/include/libxml/xmlwriter.h                                             const xmlChar * name,
xmlChar           365 third_party/libxml/src/include/libxml/xmlwriter.h                                                        const xmlChar *
xmlChar           367 third_party/libxml/src/include/libxml/xmlwriter.h                                                        const xmlChar *
xmlChar           375 third_party/libxml/src/include/libxml/xmlwriter.h                                      const xmlChar * name);
xmlChar           384 third_party/libxml/src/include/libxml/xmlwriter.h                                            const xmlChar * name,
xmlChar           389 third_party/libxml/src/include/libxml/xmlwriter.h                                             const xmlChar * name,
xmlChar           395 third_party/libxml/src/include/libxml/xmlwriter.h                                                        const xmlChar *
xmlChar           397 third_party/libxml/src/include/libxml/xmlwriter.h                                                        const xmlChar *
xmlChar           405 third_party/libxml/src/include/libxml/xmlwriter.h                                     int pe, const xmlChar * name);
xmlChar           415 third_party/libxml/src/include/libxml/xmlwriter.h                                                   const xmlChar * name,
xmlChar           421 third_party/libxml/src/include/libxml/xmlwriter.h                                                    const xmlChar * name,
xmlChar           428 third_party/libxml/src/include/libxml/xmlwriter.h                                             const xmlChar * name,
xmlChar           429 third_party/libxml/src/include/libxml/xmlwriter.h                                             const xmlChar * content);
xmlChar           433 third_party/libxml/src/include/libxml/xmlwriter.h                                             const xmlChar * name,
xmlChar           434 third_party/libxml/src/include/libxml/xmlwriter.h                                             const xmlChar * pubid,
xmlChar           435 third_party/libxml/src/include/libxml/xmlwriter.h                                             const xmlChar * sysid,
xmlChar           436 third_party/libxml/src/include/libxml/xmlwriter.h                                             const xmlChar * ndataid);
xmlChar           440 third_party/libxml/src/include/libxml/xmlwriter.h                                                     const xmlChar * pubid,
xmlChar           441 third_party/libxml/src/include/libxml/xmlwriter.h                                                     const xmlChar * sysid,
xmlChar           442 third_party/libxml/src/include/libxml/xmlwriter.h                                                     const xmlChar *
xmlChar           446 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar * name,
xmlChar           447 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar *
xmlChar           449 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar *
xmlChar           451 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar *
xmlChar           453 third_party/libxml/src/include/libxml/xmlwriter.h                                                       const xmlChar *
xmlChar           461 third_party/libxml/src/include/libxml/xmlwriter.h                                       const xmlChar * name,
xmlChar           462 third_party/libxml/src/include/libxml/xmlwriter.h                                       const xmlChar * pubid,
xmlChar           463 third_party/libxml/src/include/libxml/xmlwriter.h                                       const xmlChar * sysid);
xmlChar           472 third_party/libxml/src/include/libxml/xmlwriter.h                                      const xmlChar * str);
xmlChar           117 third_party/libxml/src/include/libxml/xpath.h     xmlChar *stringval;
xmlChar           143 third_party/libxml/src/include/libxml/xpath.h     const xmlChar         *name;		/* the type name */
xmlChar           154 third_party/libxml/src/include/libxml/xpath.h     const xmlChar       *name;		/* the variable name */
xmlChar           176 third_party/libxml/src/include/libxml/xpath.h     const xmlChar      *name;		/* the function name */
xmlChar           202 third_party/libxml/src/include/libxml/xpath.h     const xmlChar      *name;		/* the axis name */
xmlChar           234 third_party/libxml/src/include/libxml/xpath.h                                          const xmlChar *name,
xmlChar           235 third_party/libxml/src/include/libxml/xpath.h                                          const xmlChar *ns_uri);
xmlChar           249 third_party/libxml/src/include/libxml/xpath.h 					 const xmlChar *name,
xmlChar           250 third_party/libxml/src/include/libxml/xpath.h 					 const xmlChar *ns_uri);
xmlChar           329 third_party/libxml/src/include/libxml/xpath.h     const xmlChar *function;
xmlChar           330 third_party/libxml/src/include/libxml/xpath.h     const xmlChar *functionURI;
xmlChar           369 third_party/libxml/src/include/libxml/xpath.h     const xmlChar *cur;			/* the current char being parsed */
xmlChar           370 third_party/libxml/src/include/libxml/xpath.h     const xmlChar *base;			/* the full expression */
xmlChar           455 third_party/libxml/src/include/libxml/xpath.h 		    xmlXPathCastStringToBoolean	(const xmlChar * val);
xmlChar           464 third_party/libxml/src/include/libxml/xpath.h 		    xmlXPathCastStringToNumber	(const xmlChar * val);
xmlChar           472 third_party/libxml/src/include/libxml/xpath.h XMLPUBFUN xmlChar * XMLCALL	   
xmlChar           474 third_party/libxml/src/include/libxml/xpath.h XMLPUBFUN xmlChar * XMLCALL	   
xmlChar           476 third_party/libxml/src/include/libxml/xpath.h XMLPUBFUN xmlChar * XMLCALL	   
xmlChar           478 third_party/libxml/src/include/libxml/xpath.h XMLPUBFUN xmlChar * XMLCALL	   
xmlChar           480 third_party/libxml/src/include/libxml/xpath.h XMLPUBFUN xmlChar * XMLCALL	   
xmlChar           508 third_party/libxml/src/include/libxml/xpath.h 		    xmlXPathEval		(const xmlChar *str,
xmlChar           511 third_party/libxml/src/include/libxml/xpath.h 		    xmlXPathEvalExpression	(const xmlChar *str,
xmlChar           520 third_party/libxml/src/include/libxml/xpath.h 		    xmlXPathCompile		(const xmlChar *str);
xmlChar           523 third_party/libxml/src/include/libxml/xpath.h 		    				 const xmlChar *str);
xmlChar           107 third_party/libxml/src/include/libxml/xpathInternals.h XMLPUBFUN xmlChar * XMLCALL	
xmlChar           424 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *prefix,
xmlChar           425 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *ns_uri);
xmlChar           426 third_party/libxml/src/include/libxml/xpathInternals.h XMLPUBFUN const xmlChar * XMLCALL	   
xmlChar           428 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *prefix);
xmlChar           434 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *name,
xmlChar           438 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *name,
xmlChar           439 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *ns_uri,
xmlChar           443 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *name,
xmlChar           447 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *name,
xmlChar           448 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *ns_uri,
xmlChar           452 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *name);
xmlChar           455 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *name,
xmlChar           456 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *ns_uri);
xmlChar           461 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *name);
xmlChar           464 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *name,
xmlChar           465 third_party/libxml/src/include/libxml/xpathInternals.h 						 const xmlChar *ns_uri);
xmlChar           473 third_party/libxml/src/include/libxml/xpathInternals.h 		  xmlXPathNewParserContext	(const xmlChar *str,
xmlChar           486 third_party/libxml/src/include/libxml/xpathInternals.h 		xmlXPathNewString		(const xmlChar *val);
xmlChar           490 third_party/libxml/src/include/libxml/xpathInternals.h 		xmlXPathWrapString		(xmlChar *val);
xmlChar           518 third_party/libxml/src/include/libxml/xpathInternals.h XMLPUBFUN xmlChar * XMLCALL	  
xmlChar           520 third_party/libxml/src/include/libxml/xpathInternals.h XMLPUBFUN xmlChar * XMLCALL	  
xmlChar           527 third_party/libxml/src/include/libxml/xpathInternals.h 		xmlXPathStringEvalNumber	(const xmlChar *str);
xmlChar           559 third_party/libxml/src/include/libxml/xpathInternals.h XMLPUBFUN int XMLCALL xmlXPathIsNodeType(const xmlChar *name);
xmlChar           100 third_party/libxml/src/include/libxml/xpointer.h 		    xmlXPtrEval			(const xmlChar *str,
xmlChar            31 third_party/libxml/src/legacy.c xmlChar *htmlDecodeEntities(htmlParserCtxtPtr ctxt, int len, xmlChar end,
xmlChar            32 third_party/libxml/src/legacy.c                             xmlChar end2, xmlChar end3);
xmlChar            49 third_party/libxml/src/legacy.c xmlChar *
xmlChar            51 third_party/libxml/src/legacy.c                    int len ATTRIBUTE_UNUSED, xmlChar end ATTRIBUTE_UNUSED,
xmlChar            52 third_party/libxml/src/legacy.c                    xmlChar end2 ATTRIBUTE_UNUSED,
xmlChar            53 third_party/libxml/src/legacy.c                    xmlChar end3 ATTRIBUTE_UNUSED)
xmlChar           409 third_party/libxml/src/legacy.c xmlChar *
xmlChar           412 third_party/libxml/src/legacy.c                   xmlChar end ATTRIBUTE_UNUSED,
xmlChar           413 third_party/libxml/src/legacy.c                   xmlChar end2 ATTRIBUTE_UNUSED,
xmlChar           414 third_party/libxml/src/legacy.c                   xmlChar end3 ATTRIBUTE_UNUSED)
xmlChar           443 third_party/libxml/src/legacy.c xmlChar *
xmlChar           476 third_party/libxml/src/legacy.c xmlChar *
xmlChar           478 third_party/libxml/src/legacy.c                        xmlChar ** prefix ATTRIBUTE_UNUSED)
xmlChar           507 third_party/libxml/src/legacy.c xmlChar *
xmlChar           530 third_party/libxml/src/legacy.c xmlChar *
xmlChar           590 third_party/libxml/src/legacy.c xmlChar *
xmlChar           680 third_party/libxml/src/legacy.c                const xmlChar * href ATTRIBUTE_UNUSED,
xmlChar           681 third_party/libxml/src/legacy.c                const xmlChar * prefix ATTRIBUTE_UNUSED)
xmlChar           725 third_party/libxml/src/legacy.c const xmlChar *
xmlChar           727 third_party/libxml/src/legacy.c                   const xmlChar * input ATTRIBUTE_UNUSED)
xmlChar           763 third_party/libxml/src/legacy.c const xmlChar *
xmlChar           780 third_party/libxml/src/legacy.c const xmlChar *
xmlChar           878 third_party/libxml/src/legacy.c internalSubset(void *ctx, const xmlChar * name,
xmlChar           879 third_party/libxml/src/legacy.c                const xmlChar * ExternalID, const xmlChar * SystemID)
xmlChar           896 third_party/libxml/src/legacy.c externalSubset(void *ctx, const xmlChar * name,
xmlChar           897 third_party/libxml/src/legacy.c                const xmlChar * ExternalID, const xmlChar * SystemID)
xmlChar           919 third_party/libxml/src/legacy.c resolveEntity(void *ctx, const xmlChar * publicId,
xmlChar           920 third_party/libxml/src/legacy.c               const xmlChar * systemId)
xmlChar           937 third_party/libxml/src/legacy.c getEntity(void *ctx, const xmlChar * name)
xmlChar           954 third_party/libxml/src/legacy.c getParameterEntity(void *ctx, const xmlChar * name)
xmlChar           974 third_party/libxml/src/legacy.c entityDecl(void *ctx, const xmlChar * name, int type,
xmlChar           975 third_party/libxml/src/legacy.c            const xmlChar * publicId, const xmlChar * systemId,
xmlChar           976 third_party/libxml/src/legacy.c            xmlChar * content)
xmlChar           996 third_party/libxml/src/legacy.c attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname,
xmlChar           997 third_party/libxml/src/legacy.c               int type, int def, const xmlChar * defaultValue,
xmlChar          1016 third_party/libxml/src/legacy.c elementDecl(void *ctx, const xmlChar * name, int type,
xmlChar          1034 third_party/libxml/src/legacy.c notationDecl(void *ctx, const xmlChar * name,
xmlChar          1035 third_party/libxml/src/legacy.c              const xmlChar * publicId, const xmlChar * systemId)
xmlChar          1053 third_party/libxml/src/legacy.c unparsedEntityDecl(void *ctx, const xmlChar * name,
xmlChar          1054 third_party/libxml/src/legacy.c                    const xmlChar * publicId, const xmlChar * systemId,
xmlChar          1055 third_party/libxml/src/legacy.c                    const xmlChar * notationName)
xmlChar          1121 third_party/libxml/src/legacy.c           const xmlChar * fullname ATTRIBUTE_UNUSED,
xmlChar          1122 third_party/libxml/src/legacy.c           const xmlChar * value ATTRIBUTE_UNUSED)
xmlChar          1137 third_party/libxml/src/legacy.c startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts)
xmlChar          1151 third_party/libxml/src/legacy.c endElement(void *ctx, const xmlChar * name ATTRIBUTE_UNUSED)
xmlChar          1166 third_party/libxml/src/legacy.c reference(void *ctx, const xmlChar * name)
xmlChar          1182 third_party/libxml/src/legacy.c characters(void *ctx, const xmlChar * ch, int len)
xmlChar          1200 third_party/libxml/src/legacy.c                     const xmlChar * ch ATTRIBUTE_UNUSED,
xmlChar          1216 third_party/libxml/src/legacy.c processingInstruction(void *ctx, const xmlChar * target,
xmlChar          1217 third_party/libxml/src/legacy.c                       const xmlChar * data)
xmlChar          1234 third_party/libxml/src/legacy.c                 const xmlChar * href ATTRIBUTE_UNUSED,
xmlChar          1235 third_party/libxml/src/legacy.c                 const xmlChar * prefix ATTRIBUTE_UNUSED)
xmlChar          1251 third_party/libxml/src/legacy.c              const xmlChar * name ATTRIBUTE_UNUSED)
xmlChar          1287 third_party/libxml/src/legacy.c                xmlChar * namespace ATTRIBUTE_UNUSED)
xmlChar          1304 third_party/libxml/src/legacy.c               const xmlChar * href ATTRIBUTE_UNUSED,
xmlChar          1305 third_party/libxml/src/legacy.c               const xmlChar * prefix ATTRIBUTE_UNUSED)
xmlChar          1319 third_party/libxml/src/legacy.c comment(void *ctx, const xmlChar * value)
xmlChar          1335 third_party/libxml/src/legacy.c cdataBlock(void *ctx, const xmlChar * value, int len)
xmlChar           344 third_party/libxml/src/nanoftp.c 	    ctxt->user = (char *)xmlStrndup((xmlChar *)uri->user,
xmlChar           732 third_party/libxml/src/nanohttp.c         const xmlChar *charset, *last, *mime;
xmlChar           738 third_party/libxml/src/nanohttp.c 	mime = (const xmlChar *) cur;
xmlChar           758 third_party/libxml/src/nanohttp.c         const xmlChar *charset, *last, *mime;
xmlChar           763 third_party/libxml/src/nanohttp.c 	mime = (const xmlChar *) cur;
xmlChar           788 third_party/libxml/src/nanohttp.c 	    xmlChar *tmp_http = xmlStrdup(BAD_CAST "http://");
xmlChar           789 third_party/libxml/src/nanohttp.c 	    xmlChar *tmp_loc = 
xmlChar           790 third_party/libxml/src/nanohttp.c 	        xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
xmlChar           792 third_party/libxml/src/nanohttp.c 	        (char *) xmlStrcat (tmp_loc, (const xmlChar *) cur);
xmlChar            87 third_party/libxml/src/parser.c xmlCreateEntityParserCtxtInternal(const xmlChar *URL, const xmlChar *ID,
xmlChar            88 third_party/libxml/src/parser.c 	                  const xmlChar *base, xmlParserCtxtPtr pctx);
xmlChar           206 third_party/libxml/src/parser.c                                               const xmlChar **str);
xmlChar           211 third_party/libxml/src/parser.c 		      void *user_data, int depth, const xmlChar *URL,
xmlChar           212 third_party/libxml/src/parser.c 		      const xmlChar *ID, xmlNodePtr *list);
xmlChar           225 third_party/libxml/src/parser.c 		      const xmlChar *string, void *user_data, xmlNodePtr *lst);
xmlChar           245 third_party/libxml/src/parser.c xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix,
xmlChar           246 third_party/libxml/src/parser.c                    const xmlChar * localname)
xmlChar           517 third_party/libxml/src/parser.c               const char *msg, const xmlChar *str1, const xmlChar *str2)
xmlChar           555 third_party/libxml/src/parser.c               const char *msg, const xmlChar *str1, const xmlChar *str2)
xmlChar           625 third_party/libxml/src/parser.c                   const char *msg, const xmlChar *str1, int val, 
xmlChar           626 third_party/libxml/src/parser.c 		  const xmlChar *str2)
xmlChar           655 third_party/libxml/src/parser.c                   const char *msg, const xmlChar * val)
xmlChar           684 third_party/libxml/src/parser.c                   const char *msg, const xmlChar * val)
xmlChar           710 third_party/libxml/src/parser.c          const xmlChar * info1, const xmlChar * info2,
xmlChar           711 third_party/libxml/src/parser.c          const xmlChar * info3)
xmlChar           739 third_party/libxml/src/parser.c          const xmlChar * info1, const xmlChar * info2,
xmlChar           740 third_party/libxml/src/parser.c          const xmlChar * info3)
xmlChar          1006 third_party/libxml/src/parser.c     const xmlChar *values[5]; /* array of localname/prefix/values/external */
xmlChar          1026 third_party/libxml/src/parser.c static xmlChar *
xmlChar          1027 third_party/libxml/src/parser.c xmlAttrNormalizeSpace(const xmlChar *src, xmlChar *dst)
xmlChar          1059 third_party/libxml/src/parser.c static const xmlChar *
xmlChar          1060 third_party/libxml/src/parser.c xmlAttrNormalizeSpace2(xmlParserCtxtPtr ctxt, xmlChar *src, int *len)
xmlChar          1065 third_party/libxml/src/parser.c     const xmlChar *cur;
xmlChar          1089 third_party/libxml/src/parser.c         xmlChar *ret;
xmlChar          1118 third_party/libxml/src/parser.c                const xmlChar *fullname,
xmlChar          1119 third_party/libxml/src/parser.c                const xmlChar *fullattr,
xmlChar          1120 third_party/libxml/src/parser.c                const xmlChar *value) {
xmlChar          1123 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          1124 third_party/libxml/src/parser.c     const xmlChar *prefix;
xmlChar          1159 third_party/libxml/src/parser.c 	                   (4 * 5) * sizeof(const xmlChar *));
xmlChar          1173 third_party/libxml/src/parser.c 		       (2 * defaults->maxAttrs * 5) * sizeof(const xmlChar *));
xmlChar          1229 third_party/libxml/src/parser.c 		  const xmlChar *fullname,
xmlChar          1230 third_party/libxml/src/parser.c 		  const xmlChar *fullattr,
xmlChar          1258 third_party/libxml/src/parser.c                             const xmlChar *fullname, const xmlChar *fullattr,
xmlChar          1259 third_party/libxml/src/parser.c                             const xmlChar *unused ATTRIBUTE_UNUSED) {
xmlChar          1309 third_party/libxml/src/parser.c xmlCheckLanguageID(const xmlChar * lang)
xmlChar          1311 third_party/libxml/src/parser.c     const xmlChar *cur = lang;
xmlChar          1369 third_party/libxml/src/parser.c                                             const xmlChar ** str);
xmlChar          1384 third_party/libxml/src/parser.c nsPush(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URL)
xmlChar          1401 third_party/libxml/src/parser.c 	ctxt->nsTab = (const xmlChar **)
xmlChar          1402 third_party/libxml/src/parser.c 	              xmlMalloc(ctxt->nsMax * sizeof(xmlChar *));
xmlChar          1409 third_party/libxml/src/parser.c         const xmlChar ** tmp;
xmlChar          1411 third_party/libxml/src/parser.c         tmp = (const xmlChar **) xmlRealloc((char *) ctxt->nsTab,
xmlChar          1456 third_party/libxml/src/parser.c     const xmlChar **atts;
xmlChar          1462 third_party/libxml/src/parser.c 	atts = (const xmlChar **)
xmlChar          1463 third_party/libxml/src/parser.c 	       xmlMalloc(maxatts * sizeof(xmlChar *));
xmlChar          1472 third_party/libxml/src/parser.c 	atts = (const xmlChar **) xmlRealloc((void *) ctxt->atts,
xmlChar          1473 third_party/libxml/src/parser.c 				     maxatts * sizeof(const xmlChar *));
xmlChar          1624 third_party/libxml/src/parser.c nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value,
xmlChar          1625 third_party/libxml/src/parser.c            const xmlChar *prefix, const xmlChar *URI, int nsNr)
xmlChar          1628 third_party/libxml/src/parser.c         const xmlChar * *tmp;
xmlChar          1631 third_party/libxml/src/parser.c         tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab,
xmlChar          1666 third_party/libxml/src/parser.c static const xmlChar *
xmlChar          1669 third_party/libxml/src/parser.c     const xmlChar *ret;
xmlChar          1694 third_party/libxml/src/parser.c namePush(xmlParserCtxtPtr ctxt, const xmlChar * value)
xmlChar          1699 third_party/libxml/src/parser.c         const xmlChar * *tmp;
xmlChar          1701 third_party/libxml/src/parser.c         tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab,
xmlChar          1725 third_party/libxml/src/parser.c const xmlChar *
xmlChar          1728 third_party/libxml/src/parser.c     const xmlChar *ret;
xmlChar          1902 third_party/libxml/src/parser.c     if (l == 1) b[i++] = (xmlChar) v;					\
xmlChar          1924 third_party/libxml/src/parser.c 	const xmlChar *cur;
xmlChar          1980 third_party/libxml/src/parser.c xmlChar
xmlChar          2147 third_party/libxml/src/parser.c xmlParseStringCharRef(xmlParserCtxtPtr ctxt, const xmlChar **str) {
xmlChar          2148 third_party/libxml/src/parser.c     const xmlChar *ptr;
xmlChar          2149 third_party/libxml/src/parser.c     xmlChar cur;
xmlChar          2230 third_party/libxml/src/parser.c static void deallocblankswrapper (xmlChar *str) {xmlFree(str);}
xmlChar          2235 third_party/libxml/src/parser.c     xmlChar *buffer;
xmlChar          2304 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          2417 third_party/libxml/src/parser.c 		    xmlChar start[4];
xmlChar          2473 third_party/libxml/src/parser.c     xmlChar *tmp;							\
xmlChar          2476 third_party/libxml/src/parser.c     tmp = (xmlChar *)							\
xmlChar          2477 third_party/libxml/src/parser.c 		xmlRealloc(buffer, buffer##_size * sizeof(xmlChar));	\
xmlChar          2501 third_party/libxml/src/parser.c xmlChar *
xmlChar          2502 third_party/libxml/src/parser.c xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len,
xmlChar          2503 third_party/libxml/src/parser.c 		      int what, xmlChar end, xmlChar  end2, xmlChar end3) {
xmlChar          2504 third_party/libxml/src/parser.c     xmlChar *buffer = NULL;
xmlChar          2507 third_party/libxml/src/parser.c     xmlChar *current = NULL;
xmlChar          2508 third_party/libxml/src/parser.c     xmlChar *rep = NULL;
xmlChar          2509 third_party/libxml/src/parser.c     const xmlChar *last;
xmlChar          2529 third_party/libxml/src/parser.c     buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
xmlChar          2596 third_party/libxml/src/parser.c 		const xmlChar *cur = ent->name;
xmlChar          2681 third_party/libxml/src/parser.c xmlChar *
xmlChar          2682 third_party/libxml/src/parser.c xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what,
xmlChar          2683 third_party/libxml/src/parser.c 		        xmlChar end, xmlChar  end2, xmlChar end3) {
xmlChar          2707 third_party/libxml/src/parser.c static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len,
xmlChar          2788 third_party/libxml/src/parser.c xmlChar *
xmlChar          2789 third_party/libxml/src/parser.c xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) {
xmlChar          2790 third_party/libxml/src/parser.c     xmlChar buf[XML_MAX_NAMELEN + 5];
xmlChar          2791 third_party/libxml/src/parser.c     xmlChar *buffer = NULL;
xmlChar          2794 third_party/libxml/src/parser.c     xmlChar *ret = NULL;
xmlChar          2795 third_party/libxml/src/parser.c     const xmlChar *cur = name;
xmlChar          2826 third_party/libxml/src/parser.c 	buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
xmlChar          2834 third_party/libxml/src/parser.c 	        xmlChar *tmp;
xmlChar          2837 third_party/libxml/src/parser.c 		tmp = (xmlChar *) xmlRealloc(buffer,
xmlChar          2838 third_party/libxml/src/parser.c 						max * sizeof(xmlChar));
xmlChar          2905 third_party/libxml/src/parser.c 	    buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
xmlChar          2913 third_party/libxml/src/parser.c 		    xmlChar *tmp;
xmlChar          2916 third_party/libxml/src/parser.c 		    tmp = (xmlChar *) xmlRealloc(buffer,
xmlChar          2917 third_party/libxml/src/parser.c 						    max * sizeof(xmlChar));
xmlChar          3042 third_party/libxml/src/parser.c static xmlChar * xmlParseAttValueInternal(xmlParserCtxtPtr ctxt,
xmlChar          3045 third_party/libxml/src/parser.c static const xmlChar *
xmlChar          3167 third_party/libxml/src/parser.c const xmlChar *
xmlChar          3169 third_party/libxml/src/parser.c     const xmlChar *in;
xmlChar          3170 third_party/libxml/src/parser.c     const xmlChar *ret;
xmlChar          3208 third_party/libxml/src/parser.c static const xmlChar *
xmlChar          3258 third_party/libxml/src/parser.c static const xmlChar *
xmlChar          3260 third_party/libxml/src/parser.c     const xmlChar *in;
xmlChar          3261 third_party/libxml/src/parser.c     const xmlChar *ret;
xmlChar          3308 third_party/libxml/src/parser.c static const xmlChar *
xmlChar          3309 third_party/libxml/src/parser.c xmlParseNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *other) {
xmlChar          3310 third_party/libxml/src/parser.c     register const xmlChar *cmp = other;
xmlChar          3311 third_party/libxml/src/parser.c     register const xmlChar *in;
xmlChar          3312 third_party/libxml/src/parser.c     const xmlChar *ret;
xmlChar          3327 third_party/libxml/src/parser.c 	return (const xmlChar*) 1;
xmlChar          3333 third_party/libxml/src/parser.c 	return (const xmlChar*) 1;
xmlChar          3356 third_party/libxml/src/parser.c static xmlChar *
xmlChar          3357 third_party/libxml/src/parser.c xmlParseStringName(xmlParserCtxtPtr ctxt, const xmlChar** str) {
xmlChar          3358 third_party/libxml/src/parser.c     xmlChar buf[XML_MAX_NAMELEN + 5];
xmlChar          3359 third_party/libxml/src/parser.c     const xmlChar *cur = *str;
xmlChar          3384 third_party/libxml/src/parser.c 	    xmlChar *buffer;
xmlChar          3387 third_party/libxml/src/parser.c 	    buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
xmlChar          3395 third_party/libxml/src/parser.c 		    xmlChar *tmp;
xmlChar          3397 third_party/libxml/src/parser.c 		    tmp = (xmlChar *) xmlRealloc(buffer,
xmlChar          3398 third_party/libxml/src/parser.c 			                            max * sizeof(xmlChar));
xmlChar          3432 third_party/libxml/src/parser.c xmlChar *
xmlChar          3434 third_party/libxml/src/parser.c     xmlChar buf[XML_MAX_NAMELEN + 5];
xmlChar          3461 third_party/libxml/src/parser.c 	    xmlChar *buffer;
xmlChar          3464 third_party/libxml/src/parser.c 	    buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
xmlChar          3480 third_party/libxml/src/parser.c 		    xmlChar *tmp;
xmlChar          3483 third_party/libxml/src/parser.c 		    tmp = (xmlChar *) xmlRealloc(buffer,
xmlChar          3484 third_party/libxml/src/parser.c 			                            max * sizeof(xmlChar));
xmlChar          3518 third_party/libxml/src/parser.c xmlChar *
xmlChar          3519 third_party/libxml/src/parser.c xmlParseEntityValue(xmlParserCtxtPtr ctxt, xmlChar **orig) {
xmlChar          3520 third_party/libxml/src/parser.c     xmlChar *buf = NULL;
xmlChar          3524 third_party/libxml/src/parser.c     xmlChar stop;
xmlChar          3525 third_party/libxml/src/parser.c     xmlChar *ret = NULL;
xmlChar          3526 third_party/libxml/src/parser.c     const xmlChar *cur = NULL;
xmlChar          3535 third_party/libxml/src/parser.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlChar          3566 third_party/libxml/src/parser.c 	    xmlChar *tmp;
xmlChar          3569 third_party/libxml/src/parser.c 	    tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
xmlChar          3606 third_party/libxml/src/parser.c 	    xmlChar *name;
xmlChar          3607 third_party/libxml/src/parser.c 	    xmlChar tmp = *cur;
xmlChar          3665 third_party/libxml/src/parser.c static xmlChar *
xmlChar          3667 third_party/libxml/src/parser.c     xmlChar limit = 0;
xmlChar          3668 third_party/libxml/src/parser.c     xmlChar *buf = NULL;
xmlChar          3669 third_party/libxml/src/parser.c     xmlChar *rep = NULL;
xmlChar          3673 third_party/libxml/src/parser.c     xmlChar *current = NULL;
xmlChar          3693 third_party/libxml/src/parser.c     buf = (xmlChar *) xmlMallocAtomic(buf_size * sizeof(xmlChar));
xmlChar          3786 third_party/libxml/src/parser.c 		    const xmlChar *cur = ent->name;
xmlChar          3903 third_party/libxml/src/parser.c xmlChar *
xmlChar          3920 third_party/libxml/src/parser.c xmlChar *
xmlChar          3922 third_party/libxml/src/parser.c     xmlChar *buf = NULL;
xmlChar          3926 third_party/libxml/src/parser.c     xmlChar stop;
xmlChar          3942 third_party/libxml/src/parser.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlChar          3951 third_party/libxml/src/parser.c 	    xmlChar *tmp;
xmlChar          3954 third_party/libxml/src/parser.c 	    tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
xmlChar          4002 third_party/libxml/src/parser.c xmlChar *
xmlChar          4004 third_party/libxml/src/parser.c     xmlChar *buf = NULL;
xmlChar          4007 third_party/libxml/src/parser.c     xmlChar cur;
xmlChar          4008 third_party/libxml/src/parser.c     xmlChar stop;
xmlChar          4023 third_party/libxml/src/parser.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlChar          4032 third_party/libxml/src/parser.c 	    xmlChar *tmp;
xmlChar          4035 third_party/libxml/src/parser.c 	    tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
xmlChar          4129 third_party/libxml/src/parser.c     const xmlChar *in;
xmlChar          4156 third_party/libxml/src/parser.c 		    const xmlChar *tmp = ctxt->input->cur;
xmlChar          4212 third_party/libxml/src/parser.c 		    const xmlChar *tmp = ctxt->input->cur;
xmlChar          4280 third_party/libxml/src/parser.c     xmlChar buf[XML_PARSER_BIG_BUFFER_SIZE + 5];
xmlChar          4383 third_party/libxml/src/parser.c xmlChar *
xmlChar          4384 third_party/libxml/src/parser.c xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) {
xmlChar          4385 third_party/libxml/src/parser.c     xmlChar *URI = NULL;
xmlChar          4426 third_party/libxml/src/parser.c 	    const xmlChar *ptr;
xmlChar          4459 third_party/libxml/src/parser.c xmlParseCommentComplex(xmlParserCtxtPtr ctxt, xmlChar *buf, int len, int size) {
xmlChar          4471 third_party/libxml/src/parser.c 	buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlChar          4510 third_party/libxml/src/parser.c 	    xmlChar *new_buf;
xmlChar          4512 third_party/libxml/src/parser.c 	    new_buf = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
xmlChar          4582 third_party/libxml/src/parser.c     xmlChar *buf = NULL;
xmlChar          4586 third_party/libxml/src/parser.c     const xmlChar *in;
xmlChar          4642 third_party/libxml/src/parser.c 		    buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlChar          4650 third_party/libxml/src/parser.c 		    xmlChar *new_buf;
xmlChar          4652 third_party/libxml/src/parser.c 		    new_buf = (xmlChar *) xmlRealloc(buf,
xmlChar          4653 third_party/libxml/src/parser.c 		                                     size * sizeof(xmlChar));
xmlChar          4742 third_party/libxml/src/parser.c const xmlChar *
xmlChar          4744 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          4763 third_party/libxml/src/parser.c 	    if (xmlStrEqual(name, (const xmlChar *)xmlW3CPIs[i]))
xmlChar          4794 third_party/libxml/src/parser.c xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) {
xmlChar          4795 third_party/libxml/src/parser.c     xmlChar *URL = NULL;
xmlChar          4796 third_party/libxml/src/parser.c     const xmlChar *tmp, *base;
xmlChar          4797 third_party/libxml/src/parser.c     xmlChar marker;
xmlChar          4852 third_party/libxml/src/parser.c     xmlChar *buf = NULL;
xmlChar          4856 third_party/libxml/src/parser.c     const xmlChar *target;
xmlChar          4894 third_party/libxml/src/parser.c 	    buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlChar          4910 third_party/libxml/src/parser.c 		    xmlChar *tmp;
xmlChar          4913 third_party/libxml/src/parser.c 		    tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
xmlChar          4998 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          4999 third_party/libxml/src/parser.c     xmlChar *Pubid;
xmlChar          5000 third_party/libxml/src/parser.c     xmlChar *Systemid;
xmlChar          5077 third_party/libxml/src/parser.c     const xmlChar *name = NULL;
xmlChar          5078 third_party/libxml/src/parser.c     xmlChar *value = NULL;
xmlChar          5079 third_party/libxml/src/parser.c     xmlChar *URI = NULL, *literal = NULL;
xmlChar          5080 third_party/libxml/src/parser.c     const xmlChar *ndata = NULL;
xmlChar          5082 third_party/libxml/src/parser.c     xmlChar *orig = NULL;
xmlChar          5353 third_party/libxml/src/parser.c xmlParseDefaultDecl(xmlParserCtxtPtr ctxt, xmlChar **value) {
xmlChar          5355 third_party/libxml/src/parser.c     xmlChar *ret;
xmlChar          5405 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          5430 third_party/libxml/src/parser.c 		    xmlFree((xmlChar *) name);
xmlChar          5475 third_party/libxml/src/parser.c     xmlChar *name;
xmlChar          5650 third_party/libxml/src/parser.c     const xmlChar *elemName;
xmlChar          5651 third_party/libxml/src/parser.c     const xmlChar *attrName;
xmlChar          5672 third_party/libxml/src/parser.c 	    const xmlChar *check = CUR_PTR;
xmlChar          5675 third_party/libxml/src/parser.c 	    xmlChar *defaultValue = NULL;
xmlChar          5793 third_party/libxml/src/parser.c     const xmlChar *elem = NULL;
xmlChar          5914 third_party/libxml/src/parser.c     const xmlChar *elem;
xmlChar          5915 third_party/libxml/src/parser.c     xmlChar type = 0;
xmlChar          6227 third_party/libxml/src/parser.c xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name,
xmlChar          6273 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          6414 third_party/libxml/src/parser.c 	    const xmlChar *check = CUR_PTR;
xmlChar          6609 third_party/libxml/src/parser.c     xmlChar *version;
xmlChar          6610 third_party/libxml/src/parser.c     const xmlChar *encoding;
xmlChar          6684 third_party/libxml/src/parser.c xmlParseExternalSubset(xmlParserCtxtPtr ctxt, const xmlChar *ExternalID,
xmlChar          6685 third_party/libxml/src/parser.c                        const xmlChar *SystemID) {
xmlChar          6689 third_party/libxml/src/parser.c     if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) &&
xmlChar          6691 third_party/libxml/src/parser.c         xmlChar start[4];
xmlChar          6729 third_party/libxml/src/parser.c 	const xmlChar *check = CUR_PTR;
xmlChar          6774 third_party/libxml/src/parser.c     xmlChar *val;
xmlChar          6788 third_party/libxml/src/parser.c 	xmlChar out[10];
xmlChar          7137 third_party/libxml/src/parser.c 		const xmlChar *nbktext;
xmlChar          7195 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          7378 third_party/libxml/src/parser.c xmlParseStringEntityRef(xmlParserCtxtPtr ctxt, const xmlChar ** str) {
xmlChar          7379 third_party/libxml/src/parser.c     xmlChar *name;
xmlChar          7380 third_party/libxml/src/parser.c     const xmlChar *ptr;
xmlChar          7381 third_party/libxml/src/parser.c     xmlChar cur;
xmlChar          7573 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          7795 third_party/libxml/src/parser.c xmlParseStringPEReference(xmlParserCtxtPtr ctxt, const xmlChar **str) {
xmlChar          7796 third_party/libxml/src/parser.c     const xmlChar *ptr;
xmlChar          7797 third_party/libxml/src/parser.c     xmlChar cur;
xmlChar          7798 third_party/libxml/src/parser.c     xmlChar *name;
xmlChar          7897 third_party/libxml/src/parser.c     const xmlChar *name = NULL;
xmlChar          7898 third_party/libxml/src/parser.c     xmlChar *ExternalID = NULL;
xmlChar          7899 third_party/libxml/src/parser.c     xmlChar *URI = NULL;
xmlChar          7981 third_party/libxml/src/parser.c 	    const xmlChar *check = CUR_PTR;
xmlChar          8049 third_party/libxml/src/parser.c const xmlChar *
xmlChar          8050 third_party/libxml/src/parser.c xmlParseAttribute(xmlParserCtxtPtr ctxt, xmlChar **value) {
xmlChar          8051 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          8052 third_party/libxml/src/parser.c     xmlChar *val;
xmlChar          8138 third_party/libxml/src/parser.c const xmlChar *
xmlChar          8140 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          8141 third_party/libxml/src/parser.c     const xmlChar *attname;
xmlChar          8142 third_party/libxml/src/parser.c     xmlChar *attvalue;
xmlChar          8143 third_party/libxml/src/parser.c     const xmlChar **atts = ctxt->atts;
xmlChar          8169 third_party/libxml/src/parser.c 	const xmlChar *q = CUR_PTR;
xmlChar          8191 third_party/libxml/src/parser.c 	        atts = (const xmlChar **)
xmlChar          8192 third_party/libxml/src/parser.c 		       xmlMalloc(maxatts * sizeof(xmlChar *));
xmlChar          8202 third_party/libxml/src/parser.c 	        const xmlChar **n;
xmlChar          8205 third_party/libxml/src/parser.c 	        n = (const xmlChar **) xmlRealloc((void *) atts,
xmlChar          8206 third_party/libxml/src/parser.c 					     maxatts * sizeof(const xmlChar *));
xmlChar          8261 third_party/libxml/src/parser.c 	       xmlFree((xmlChar *) atts[i]);
xmlChar          8283 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          8311 third_party/libxml/src/parser.c     if (name != (xmlChar*)1) {
xmlChar          8365 third_party/libxml/src/parser.c static const xmlChar *
xmlChar          8366 third_party/libxml/src/parser.c xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) {
xmlChar          8393 third_party/libxml/src/parser.c static const xmlChar *
xmlChar          8394 third_party/libxml/src/parser.c xmlParseQName(xmlParserCtxtPtr ctxt, const xmlChar **prefix) {
xmlChar          8395 third_party/libxml/src/parser.c     const xmlChar *l, *p;
xmlChar          8417 third_party/libxml/src/parser.c 	    xmlChar *tmp;
xmlChar          8434 third_party/libxml/src/parser.c 	    xmlChar *tmp;
xmlChar          8439 third_party/libxml/src/parser.c 	    tmp = (xmlChar *) xmlParseName(ctxt);
xmlChar          8472 third_party/libxml/src/parser.c static const xmlChar *
xmlChar          8473 third_party/libxml/src/parser.c xmlParseQNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *name,
xmlChar          8474 third_party/libxml/src/parser.c                         xmlChar const *prefix) {
xmlChar          8475 third_party/libxml/src/parser.c     const xmlChar *cmp;
xmlChar          8476 third_party/libxml/src/parser.c     const xmlChar *in;
xmlChar          8477 third_party/libxml/src/parser.c     const xmlChar *ret;
xmlChar          8478 third_party/libxml/src/parser.c     const xmlChar *prefix2;
xmlChar          8500 third_party/libxml/src/parser.c 	    return((const xmlChar*) 1);
xmlChar          8508 third_party/libxml/src/parser.c 	return((const xmlChar*) 1);
xmlChar          8546 third_party/libxml/src/parser.c static xmlChar *
xmlChar          8550 third_party/libxml/src/parser.c     xmlChar limit = 0;
xmlChar          8551 third_party/libxml/src/parser.c     const xmlChar *in = NULL, *start, *end, *last;
xmlChar          8552 third_party/libxml/src/parser.c     xmlChar *ret = NULL;
xmlChar          8555 third_party/libxml/src/parser.c     in = (xmlChar *) CUR_PTR;
xmlChar          8571 third_party/libxml/src/parser.c         const xmlChar *oldbase = ctxt->input->base;
xmlChar          8590 third_party/libxml/src/parser.c 		const xmlChar *oldbase = ctxt->input->base;
xmlChar          8606 third_party/libxml/src/parser.c 		const xmlChar *oldbase = ctxt->input->base;
xmlChar          8628 third_party/libxml/src/parser.c 		const xmlChar *oldbase = ctxt->input->base;
xmlChar          8647 third_party/libxml/src/parser.c 		const xmlChar *oldbase = ctxt->input->base;
xmlChar          8665 third_party/libxml/src/parser.c         ret = (xmlChar *) start;
xmlChar          8693 third_party/libxml/src/parser.c static const xmlChar *
xmlChar          8695 third_party/libxml/src/parser.c                    const xmlChar * pref, const xmlChar * elem,
xmlChar          8696 third_party/libxml/src/parser.c                    const xmlChar ** prefix, xmlChar ** value,
xmlChar          8699 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          8700 third_party/libxml/src/parser.c     xmlChar *val, *internal_val = NULL;
xmlChar          8740 third_party/libxml/src/parser.c 	        const xmlChar *val2;
xmlChar          8745 third_party/libxml/src/parser.c 		    val = (xmlChar *) val2;
xmlChar          8824 third_party/libxml/src/parser.c static const xmlChar *
xmlChar          8825 third_party/libxml/src/parser.c xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref,
xmlChar          8826 third_party/libxml/src/parser.c                   const xmlChar **URI, int *tlen) {
xmlChar          8827 third_party/libxml/src/parser.c     const xmlChar *localname;
xmlChar          8828 third_party/libxml/src/parser.c     const xmlChar *prefix;
xmlChar          8829 third_party/libxml/src/parser.c     const xmlChar *attname;
xmlChar          8830 third_party/libxml/src/parser.c     const xmlChar *aprefix;
xmlChar          8831 third_party/libxml/src/parser.c     const xmlChar *nsname;
xmlChar          8832 third_party/libxml/src/parser.c     xmlChar *attvalue;
xmlChar          8833 third_party/libxml/src/parser.c     const xmlChar **atts = ctxt->atts;
xmlChar          8837 third_party/libxml/src/parser.c     const xmlChar *base;
xmlChar          8885 third_party/libxml/src/parser.c 	const xmlChar *q = CUR_PTR;
xmlChar          8900 third_party/libxml/src/parser.c 	        const xmlChar *URL = xmlDictLookup(ctxt->dict, attvalue, len);
xmlChar          8950 third_party/libxml/src/parser.c 	        const xmlChar *URL = xmlDictLookup(ctxt->dict, attvalue, len);
xmlChar          9226 third_party/libxml/src/parser.c 	        xmlFree((xmlChar *) atts[i]);
xmlChar          9238 third_party/libxml/src/parser.c 	        xmlFree((xmlChar *) atts[i]);
xmlChar          9265 third_party/libxml/src/parser.c xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix,
xmlChar          9266 third_party/libxml/src/parser.c                 const xmlChar *URI, int line, int nsNr, int tlen) {
xmlChar          9267 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          9282 third_party/libxml/src/parser.c 	name = (xmlChar*)1;
xmlChar          9308 third_party/libxml/src/parser.c     if (name != (xmlChar*)1) {
xmlChar          9347 third_party/libxml/src/parser.c     xmlChar *buf = NULL;
xmlChar          9377 third_party/libxml/src/parser.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlChar          9385 third_party/libxml/src/parser.c 	    xmlChar *tmp;
xmlChar          9388 third_party/libxml/src/parser.c 	    tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
xmlChar          9450 third_party/libxml/src/parser.c 	const xmlChar *test = CUR_PTR;
xmlChar          9452 third_party/libxml/src/parser.c 	const xmlChar *cur = ctxt->input->cur;
xmlChar          9534 third_party/libxml/src/parser.c     const xmlChar *name;
xmlChar          9535 third_party/libxml/src/parser.c     const xmlChar *prefix = NULL;
xmlChar          9536 third_party/libxml/src/parser.c     const xmlChar *URI = NULL;
xmlChar          9710 third_party/libxml/src/parser.c xmlChar *
xmlChar          9712 third_party/libxml/src/parser.c     xmlChar *buf = NULL;
xmlChar          9715 third_party/libxml/src/parser.c     xmlChar cur;
xmlChar          9717 third_party/libxml/src/parser.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlChar          9739 third_party/libxml/src/parser.c 	    xmlChar *tmp;
xmlChar          9742 third_party/libxml/src/parser.c 	    tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
xmlChar          9771 third_party/libxml/src/parser.c xmlChar *
xmlChar          9773 third_party/libxml/src/parser.c     xmlChar *version = NULL;
xmlChar          9815 third_party/libxml/src/parser.c xmlChar *
xmlChar          9817 third_party/libxml/src/parser.c     xmlChar *buf = NULL;
xmlChar          9820 third_party/libxml/src/parser.c     xmlChar cur;
xmlChar          9825 third_party/libxml/src/parser.c 	buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlChar          9840 third_party/libxml/src/parser.c 	        xmlChar *tmp;
xmlChar          9843 third_party/libxml/src/parser.c 		tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
xmlChar          9880 third_party/libxml/src/parser.c const xmlChar *
xmlChar          9882 third_party/libxml/src/parser.c     xmlChar *encoding = NULL;
xmlChar          9931 third_party/libxml/src/parser.c 		xmlFree((xmlChar *) ctxt->encoding);
xmlChar          9941 third_party/libxml/src/parser.c 		xmlFree((xmlChar *) ctxt->encoding);
xmlChar          9948 third_party/libxml/src/parser.c 		xmlFree((xmlChar *) ctxt->input->encoding);
xmlChar          10059 third_party/libxml/src/parser.c     xmlChar *version;
xmlChar          10086 third_party/libxml/src/parser.c 	if (!xmlStrEqual(version, (const xmlChar *) XML_DEFAULT_VERSION)) {
xmlChar          10203 third_party/libxml/src/parser.c     xmlChar start[4];
xmlChar          10226 third_party/libxml/src/parser.c     if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) &&
xmlChar          10390 third_party/libxml/src/parser.c     xmlChar start[4];
xmlChar          10506 third_party/libxml/src/parser.c xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first,
xmlChar          10507 third_party/libxml/src/parser.c                        xmlChar next, xmlChar third) {
xmlChar          10510 third_party/libxml/src/parser.c     const xmlChar *buf;
xmlChar          10578 third_party/libxml/src/parser.c xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt,
xmlChar          10579 third_party/libxml/src/parser.c                  const xmlChar **lastgt) {
xmlChar          10580 third_party/libxml/src/parser.c     const xmlChar *tmp;
xmlChar          10637 third_party/libxml/src/parser.c xmlCheckCdataPush(const xmlChar *utf, int len) {
xmlChar          10706 third_party/libxml/src/parser.c     xmlChar cur, next;
xmlChar          10707 third_party/libxml/src/parser.c     const xmlChar *lastlt, *lastgt;
xmlChar          10819 third_party/libxml/src/parser.c 		    xmlChar start[4];
xmlChar          10932 third_party/libxml/src/parser.c 	        const xmlChar *name;
xmlChar          10933 third_party/libxml/src/parser.c 		const xmlChar *prefix = NULL;
xmlChar          10934 third_party/libxml/src/parser.c 		const xmlChar *URI = NULL;
xmlChar          11042 third_party/libxml/src/parser.c 		const xmlChar *test;
xmlChar          11449 third_party/libxml/src/parser.c 		xmlChar *buf;
xmlChar          11450 third_party/libxml/src/parser.c 	        xmlChar quote = 0;
xmlChar          11853 third_party/libxml/src/parser.c 	enc = xmlDetectCharEncoding((const xmlChar *) chunk, size);
xmlChar          11865 third_party/libxml/src/parser.c     ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 * sizeof(xmlChar *));
xmlChar          11909 third_party/libxml/src/parser.c 	    xmlCanonicPath((const xmlChar *) filename);
xmlChar          12060 third_party/libxml/src/parser.c     xmlChar start[4];
xmlChar          12183 third_party/libxml/src/parser.c xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID,
xmlChar          12184 third_party/libxml/src/parser.c                           const xmlChar *SystemID) {
xmlChar          12189 third_party/libxml/src/parser.c     xmlChar* systemIdCanonic;
xmlChar          12311 third_party/libxml/src/parser.c xmlParseDTD(const xmlChar *ExternalID, const xmlChar *SystemID) {
xmlChar          12340 third_party/libxml/src/parser.c xmlParseCtxtExternalEntity(xmlParserCtxtPtr ctx, const xmlChar *URL,
xmlChar          12341 third_party/libxml/src/parser.c 	               const xmlChar *ID, xmlNodePtr *lst) {
xmlChar          12347 third_party/libxml/src/parser.c     xmlChar start[4];
xmlChar          12537 third_party/libxml/src/parser.c 		      void *user_data, int depth, const xmlChar *URL,
xmlChar          12538 third_party/libxml/src/parser.c 		      const xmlChar *ID, xmlNodePtr *list) {
xmlChar          12544 third_party/libxml/src/parser.c     xmlChar start[4];
xmlChar          12746 third_party/libxml/src/parser.c 	  int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) {
xmlChar          12773 third_party/libxml/src/parser.c      void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) {
xmlChar          12802 third_party/libxml/src/parser.c 	const xmlChar *string, void *user_data, xmlNodePtr *lst) {
xmlChar          13074 third_party/libxml/src/parser.c 	    xmlFree((xmlChar *) ctxt->encoding);
xmlChar          13075 third_party/libxml/src/parser.c         ctxt->encoding = xmlStrdup((const xmlChar *) doc->encoding);
xmlChar          13104 third_party/libxml/src/parser.c 	    const xmlChar *iprefix, *ihref;
xmlChar          13227 third_party/libxml/src/parser.c      void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst,
xmlChar          13445 third_party/libxml/src/parser.c xmlCreateEntityParserCtxtInternal(const xmlChar *URL, const xmlChar *ID,
xmlChar          13446 third_party/libxml/src/parser.c 	                  const xmlChar *base, xmlParserCtxtPtr pctx) {
xmlChar          13450 third_party/libxml/src/parser.c     xmlChar *uri;
xmlChar          13509 third_party/libxml/src/parser.c xmlCreateEntityParserCtxt(const xmlChar *URL, const xmlChar *ID,
xmlChar          13510 third_party/libxml/src/parser.c 	                  const xmlChar *base) {
xmlChar          13683 third_party/libxml/src/parser.c xmlRecoverDoc(const xmlChar *cur) {
xmlChar          13732 third_party/libxml/src/parser.c xmlSetupParserForBuffer(xmlParserCtxtPtr ctxt, const xmlChar* buffer,
xmlChar          13749 third_party/libxml/src/parser.c         input->filename = (char *) xmlCanonicPath((const xmlChar *)filename);
xmlChar          14026 third_party/libxml/src/parser.c xmlCreateDocParserCtxt(const xmlChar *cur) {
xmlChar          14051 third_party/libxml/src/parser.c xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) {
xmlChar          14092 third_party/libxml/src/parser.c xmlParseDoc(const xmlChar *cur) {
xmlChar          14256 third_party/libxml/src/parser.c 	    (xmlDictOwns(dict, (const xmlChar *)(str)) == 0)))	\
xmlChar          14381 third_party/libxml/src/parser.c         enc = xmlDetectCharEncoding((const xmlChar *) chunk, size);
xmlChar          14396 third_party/libxml/src/parser.c 	                                    sizeof(xmlChar *));
xmlChar          14420 third_party/libxml/src/parser.c             xmlCanonicPath((const xmlChar *) filename);
xmlChar          14450 third_party/libxml/src/parser.c 	    xmlFree((xmlChar *) ctxt->encoding);
xmlChar          14451 third_party/libxml/src/parser.c         ctxt->encoding = xmlStrdup((const xmlChar *) encoding);
xmlChar          14486 third_party/libxml/src/parser.c 	    xmlFree((xmlChar *) ctxt->encoding);
xmlChar          14487 third_party/libxml/src/parser.c         ctxt->encoding = xmlStrdup((const xmlChar *) encoding);
xmlChar          14644 third_party/libxml/src/parser.c         ctxt->input->filename = (char *) xmlStrdup((const xmlChar *) URL);
xmlChar          14674 third_party/libxml/src/parser.c xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options)
xmlChar          14830 third_party/libxml/src/parser.c xmlCtxtReadDoc(xmlParserCtxtPtr ctxt, const xmlChar * cur,
xmlChar           139 third_party/libxml/src/parserInternals.c                  const char *msg, const xmlChar * str1, const xmlChar * str2)
xmlChar           166 third_party/libxml/src/parserInternals.c xmlErrInternal(xmlParserCtxtPtr ctxt, const char *msg, const xmlChar * str)
xmlChar           780 third_party/libxml/src/parserInternals.c xmlStringCurrentChar(xmlParserCtxtPtr ctxt, const xmlChar * cur, int *len)
xmlChar           889 third_party/libxml/src/parserInternals.c xmlCopyCharMultiByte(xmlChar *out, int val) {
xmlChar           901 third_party/libxml/src/parserInternals.c 	xmlChar *savedout = out;
xmlChar           916 third_party/libxml/src/parserInternals.c     *out = (xmlChar) val;
xmlChar           932 third_party/libxml/src/parserInternals.c xmlCopyChar(int len ATTRIBUTE_UNUSED, xmlChar *out, int val) {
xmlChar           938 third_party/libxml/src/parserInternals.c     *out = (xmlChar) val;
xmlChar          1365 third_party/libxml/src/parserInternals.c         input->free((xmlChar *) input->base);
xmlChar          1489 third_party/libxml/src/parserInternals.c 	input->filename = (char *) xmlStrdup((xmlChar *) entity->URI);
xmlChar          1506 third_party/libxml/src/parserInternals.c xmlNewStringInputStream(xmlParserCtxtPtr ctxt, const xmlChar *buffer) {
xmlChar          1543 third_party/libxml/src/parserInternals.c     xmlChar *URI = NULL;
xmlChar          1571 third_party/libxml/src/parserInternals.c 	URI = xmlStrdup((xmlChar *) filename);
xmlChar          1573 third_party/libxml/src/parserInternals.c 	URI = xmlStrdup((xmlChar *) inputStream->filename);
xmlChar          1576 third_party/libxml/src/parserInternals.c     inputStream->filename = (char *) xmlCanonicPath((const xmlChar *) URI);
xmlChar          1584 third_party/libxml/src/parserInternals.c         ctxt->directory = (char *) xmlStrdup((const xmlChar *) directory);
xmlChar          1682 third_party/libxml/src/parserInternals.c 	ctxt->nameTab = (const xmlChar **) xmlMalloc(10 * sizeof(xmlChar *));
xmlChar          1783 third_party/libxml/src/parserInternals.c     if (ctxt->nameTab != NULL) xmlFree((xmlChar * *)ctxt->nameTab);
xmlChar          1800 third_party/libxml/src/parserInternals.c     if (ctxt->atts != NULL) xmlFree((xmlChar * *)ctxt->atts);
xmlChar            81 third_party/libxml/src/pattern.c 	r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
xmlChar            90 third_party/libxml/src/pattern.c     const xmlChar *name;	/* first string value if NULL accept all */
xmlChar            91 third_party/libxml/src/pattern.c     const xmlChar *ns;		/* second string value */
xmlChar           154 third_party/libxml/src/pattern.c     const xmlChar *value;
xmlChar           155 third_party/libxml/src/pattern.c     const xmlChar *value2; /* The namespace name */
xmlChar           165 third_party/libxml/src/pattern.c     const xmlChar *pattern;	/* the pattern */
xmlChar           176 third_party/libxml/src/pattern.c     const xmlChar *cur;			/* the current char being parsed */
xmlChar           177 third_party/libxml/src/pattern.c     const xmlChar *base;		/* the full expression */
xmlChar           182 third_party/libxml/src/pattern.c     const xmlChar **namespaces;		/* the namespaces definitions */
xmlChar           239 third_party/libxml/src/pattern.c 	xmlFree((xmlChar *)comp->pattern);
xmlChar           245 third_party/libxml/src/pattern.c 		    xmlFree((xmlChar *) op->value);
xmlChar           247 third_party/libxml/src/pattern.c 		    xmlFree((xmlChar *) op->value2);
xmlChar           289 third_party/libxml/src/pattern.c xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict,
xmlChar           290 third_party/libxml/src/pattern.c                        const xmlChar **namespaces) {
xmlChar           345 third_party/libxml/src/pattern.c                 xmlPatOp op, xmlChar * value, xmlChar * value2)
xmlChar           379 third_party/libxml/src/pattern.c 	register const xmlChar *tmp;
xmlChar           433 third_party/libxml/src/pattern.c 	register const xmlChar *tmp;
xmlChar           749 third_party/libxml/src/pattern.c static xmlChar *
xmlChar           751 third_party/libxml/src/pattern.c     const xmlChar *q, *cur;
xmlChar           752 third_party/libxml/src/pattern.c     xmlChar *ret = NULL;
xmlChar           769 third_party/libxml/src/pattern.c 		ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
xmlChar           788 third_party/libxml/src/pattern.c 		ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
xmlChar           817 third_party/libxml/src/pattern.c static xmlChar *
xmlChar           819 third_party/libxml/src/pattern.c     const xmlChar *q, *cur;
xmlChar           820 third_party/libxml/src/pattern.c     xmlChar *ret = NULL;
xmlChar           839 third_party/libxml/src/pattern.c 	ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
xmlChar           855 third_party/libxml/src/pattern.c static xmlChar *
xmlChar           857 third_party/libxml/src/pattern.c     const xmlChar *q, *cur;
xmlChar           858 third_party/libxml/src/pattern.c     xmlChar *ret = NULL;
xmlChar           877 third_party/libxml/src/pattern.c 	ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
xmlChar           895 third_party/libxml/src/pattern.c static xmlChar *
xmlChar           896 third_party/libxml/src/pattern.c xmlPatScanQName(xmlPatParserContextPtr ctxt, xmlChar **prefix) {
xmlChar           897 third_party/libxml/src/pattern.c     xmlChar *ret = NULL;
xmlChar           918 third_party/libxml/src/pattern.c     xmlChar *token = NULL;
xmlChar           919 third_party/libxml/src/pattern.c     xmlChar *name = NULL;
xmlChar           920 third_party/libxml/src/pattern.c     xmlChar *URL = NULL;
xmlChar           937 third_party/libxml/src/pattern.c 	xmlChar *prefix = name;
xmlChar          1010 third_party/libxml/src/pattern.c     xmlChar *token = NULL;
xmlChar          1011 third_party/libxml/src/pattern.c     xmlChar *name = NULL;
xmlChar          1012 third_party/libxml/src/pattern.c     xmlChar *URL = NULL;
xmlChar          1060 third_party/libxml/src/pattern.c 	    xmlChar *prefix = name;
xmlChar          1110 third_party/libxml/src/pattern.c 	    if (xmlStrEqual(name, (const xmlChar *) "child")) {		
xmlChar          1126 third_party/libxml/src/pattern.c 		    xmlChar *prefix = name;
xmlChar          1178 third_party/libxml/src/pattern.c 	    } else if (xmlStrEqual(name, (const xmlChar *) "attribute")) {
xmlChar          1541 third_party/libxml/src/pattern.c xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name,
xmlChar          1542 third_party/libxml/src/pattern.c                      const xmlChar *ns, int nodeType, int flags) {
xmlChar          1854 third_party/libxml/src/pattern.c 		      const xmlChar *name, const xmlChar *ns,
xmlChar          2213 third_party/libxml/src/pattern.c               const xmlChar *name, const xmlChar *ns) {
xmlChar          2238 third_party/libxml/src/pattern.c 		  const xmlChar *name, const xmlChar *ns,
xmlChar          2263 third_party/libxml/src/pattern.c 		  const xmlChar *name, const xmlChar *ns) {
xmlChar          2354 third_party/libxml/src/pattern.c xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags,
xmlChar          2355 third_party/libxml/src/pattern.c                   const xmlChar **namespaces) {
xmlChar          2358 third_party/libxml/src/pattern.c     const xmlChar *or, *start;
xmlChar          2359 third_party/libxml/src/pattern.c     xmlChar *tmp = NULL;
xmlChar            39 third_party/libxml/src/relaxng.c static const xmlChar *xmlRelaxNGNs = (const xmlChar *)
xmlChar            44 third_party/libxml/src/relaxng.c     (xmlStrEqual(node->name, (const xmlChar *) type)) &&		\
xmlChar           157 third_party/libxml/src/relaxng.c     xmlChar *name;              /* the element local name if present */
xmlChar           158 third_party/libxml/src/relaxng.c     xmlChar *ns;                /* the namespace local name if present */
xmlChar           159 third_party/libxml/src/relaxng.c     xmlChar *value;             /* value when available */
xmlChar           217 third_party/libxml/src/relaxng.c     const xmlChar *define;      /* the current define scope */
xmlChar           225 third_party/libxml/src/relaxng.c     xmlChar *URL;
xmlChar           307 third_party/libxml/src/relaxng.c     xmlChar *value;             /* the value when operating on string */
xmlChar           308 third_party/libxml/src/relaxng.c     xmlChar *endvalue;          /* the end value when operating on string */
xmlChar           339 third_party/libxml/src/relaxng.c     const xmlChar *arg1;        /* first arg */
xmlChar           340 third_party/libxml/src/relaxng.c     const xmlChar *arg2;        /* second arg */
xmlChar           401 third_party/libxml/src/relaxng.c     xmlChar *href;              /* the normalized href value */
xmlChar           414 third_party/libxml/src/relaxng.c     xmlChar *href;              /* the normalized href value */
xmlChar           511 third_party/libxml/src/relaxng.c            const char *msg, const xmlChar * str1, const xmlChar * str2)
xmlChar           545 third_party/libxml/src/relaxng.c            const char *msg, const xmlChar * str1, const xmlChar * str2)
xmlChar           582 third_party/libxml/src/relaxng.c typedef int (*xmlRelaxNGTypeHave) (void *data, const xmlChar * type);
xmlChar           595 third_party/libxml/src/relaxng.c typedef int (*xmlRelaxNGTypeCheck) (void *data, const xmlChar * type,
xmlChar           596 third_party/libxml/src/relaxng.c                                     const xmlChar * value, void **result,
xmlChar           612 third_party/libxml/src/relaxng.c typedef int (*xmlRelaxNGFacetCheck) (void *data, const xmlChar * type,
xmlChar           613 third_party/libxml/src/relaxng.c                                      const xmlChar * facet,
xmlChar           614 third_party/libxml/src/relaxng.c                                      const xmlChar * val,
xmlChar           615 third_party/libxml/src/relaxng.c                                      const xmlChar * strval, void *value);
xmlChar           638 third_party/libxml/src/relaxng.c typedef int (*xmlRelaxNGTypeCompare) (void *data, const xmlChar * type,
xmlChar           639 third_party/libxml/src/relaxng.c                                       const xmlChar * value1,
xmlChar           642 third_party/libxml/src/relaxng.c                                       const xmlChar * value2,
xmlChar           647 third_party/libxml/src/relaxng.c     const xmlChar *namespace;   /* the datatypeLibrary value */
xmlChar           663 third_party/libxml/src/relaxng.c static void xmlRelaxNGNormExtSpace(xmlChar * value);
xmlChar          1517 third_party/libxml/src/relaxng.c                          const xmlChar * URL ATTRIBUTE_UNUSED,
xmlChar          1518 third_party/libxml/src/relaxng.c                          xmlNodePtr target, const xmlChar * name)
xmlChar          1522 third_party/libxml/src/relaxng.c     xmlChar *name2;
xmlChar          1552 third_party/libxml/src/relaxng.c             xmlChar *href = NULL;
xmlChar          1594 third_party/libxml/src/relaxng.c xmlRelaxNGLoadInclude(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL,
xmlChar          1595 third_party/libxml/src/relaxng.c                       xmlNodePtr node, const xmlChar * ns)
xmlChar          1719 third_party/libxml/src/relaxng.c             xmlChar *name;
xmlChar          1761 third_party/libxml/src/relaxng.c                          xmlRelaxNGValidErr err, const xmlChar * arg1,
xmlChar          1762 third_party/libxml/src/relaxng.c                          const xmlChar * arg2, int dup)
xmlChar          1844 third_party/libxml/src/relaxng.c             xmlFree((xmlChar *) cur->arg1);
xmlChar          1847 third_party/libxml/src/relaxng.c             xmlFree((xmlChar *) cur->arg2);
xmlChar          1932 third_party/libxml/src/relaxng.c                           const xmlChar * URL, const xmlChar * ns)
xmlChar          2085 third_party/libxml/src/relaxng.c static xmlChar *
xmlChar          2086 third_party/libxml/src/relaxng.c xmlRelaxNGGetErrorString(xmlRelaxNGValidErr err, const xmlChar * arg1,
xmlChar          2087 third_party/libxml/src/relaxng.c                          const xmlChar * arg2)
xmlChar          2217 third_party/libxml/src/relaxng.c     return (xmlStrdup((xmlChar *) msg));
xmlChar          2234 third_party/libxml/src/relaxng.c                          xmlNodePtr child, const xmlChar * arg1,
xmlChar          2235 third_party/libxml/src/relaxng.c                          const xmlChar * arg2)
xmlChar          2237 third_party/libxml/src/relaxng.c     xmlChar *msg;
xmlChar          2277 third_party/libxml/src/relaxng.c                 xmlFree((xmlChar *) err->arg1);
xmlChar          2280 third_party/libxml/src/relaxng.c                 xmlFree((xmlChar *) err->arg2);
xmlChar          2324 third_party/libxml/src/relaxng.c                 xmlFree((xmlChar *) err->arg1);
xmlChar          2327 third_party/libxml/src/relaxng.c                 xmlFree((xmlChar *) err->arg2);
xmlChar          2348 third_party/libxml/src/relaxng.c                         xmlRelaxNGValidErr err, const xmlChar * arg1,
xmlChar          2349 third_party/libxml/src/relaxng.c                         const xmlChar * arg2, int dup)
xmlChar          2397 third_party/libxml/src/relaxng.c static xmlChar *xmlRelaxNGNormalize(xmlRelaxNGValidCtxtPtr ctxt,
xmlChar          2398 third_party/libxml/src/relaxng.c                                     const xmlChar * str);
xmlChar          2411 third_party/libxml/src/relaxng.c xmlRelaxNGSchemaTypeHave(void *data ATTRIBUTE_UNUSED, const xmlChar * type)
xmlChar          2439 third_party/libxml/src/relaxng.c                           const xmlChar * type,
xmlChar          2440 third_party/libxml/src/relaxng.c                           const xmlChar * value,
xmlChar          2479 third_party/libxml/src/relaxng.c                            const xmlChar * type, const xmlChar * facetname,
xmlChar          2480 third_party/libxml/src/relaxng.c                            const xmlChar * val, const xmlChar * strval,
xmlChar          2569 third_party/libxml/src/relaxng.c                             const xmlChar * type,
xmlChar          2570 third_party/libxml/src/relaxng.c                             const xmlChar * value1,
xmlChar          2573 third_party/libxml/src/relaxng.c                             const xmlChar * value2, xmlNodePtr ctxt2)
xmlChar          2627 third_party/libxml/src/relaxng.c                           const xmlChar * type)
xmlChar          2652 third_party/libxml/src/relaxng.c                            const xmlChar * type ATTRIBUTE_UNUSED,
xmlChar          2653 third_party/libxml/src/relaxng.c                            const xmlChar * value ATTRIBUTE_UNUSED,
xmlChar          2682 third_party/libxml/src/relaxng.c                              const xmlChar * type,
xmlChar          2683 third_party/libxml/src/relaxng.c                              const xmlChar * value1,
xmlChar          2686 third_party/libxml/src/relaxng.c                              const xmlChar * value2,
xmlChar          2695 third_party/libxml/src/relaxng.c             xmlChar *nval, *nvalue;
xmlChar          2732 third_party/libxml/src/relaxng.c                           const xmlChar * namespace ATTRIBUTE_UNUSED)
xmlChar          2737 third_party/libxml/src/relaxng.c         xmlFree((xmlChar *) lib->namespace);
xmlChar          2754 third_party/libxml/src/relaxng.c xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data,
xmlChar          3447 third_party/libxml/src/relaxng.c xmlRelaxNGIsBlank(xmlChar * str)
xmlChar          3468 third_party/libxml/src/relaxng.c static xmlChar *
xmlChar          3472 third_party/libxml/src/relaxng.c     xmlChar *ret, *escape;
xmlChar          3526 third_party/libxml/src/relaxng.c     xmlChar *type;
xmlChar          3527 third_party/libxml/src/relaxng.c     xmlChar *library;
xmlChar          3619 third_party/libxml/src/relaxng.c     xmlChar *type;
xmlChar          3620 third_party/libxml/src/relaxng.c     xmlChar *library;
xmlChar          3763 third_party/libxml/src/relaxng.c static const xmlChar *invalidName = BAD_CAST "\1";
xmlChar          4311 third_party/libxml/src/relaxng.c                              xmlChar * name ATTRIBUTE_UNUSED)
xmlChar          4501 third_party/libxml/src/relaxng.c 		       (const xmlChar *) name, NULL);
xmlChar          4592 third_party/libxml/src/relaxng.c     xmlChar *name;
xmlChar          4595 third_party/libxml/src/relaxng.c     const xmlChar *olddefine;
xmlChar          4661 third_party/libxml/src/relaxng.c xmlRelaxNGParseImportRef(void *payload, void *data, xmlChar *name) {
xmlChar          4732 third_party/libxml/src/relaxng.c     xmlChar *ns;
xmlChar          5263 third_party/libxml/src/relaxng.c     xmlChar *val;
xmlChar          5372 third_party/libxml/src/relaxng.c                    (node == NULL ? (const xmlChar *) "nothing" : node->name),
xmlChar          5404 third_party/libxml/src/relaxng.c     const xmlChar *olddefine;
xmlChar          5670 third_party/libxml/src/relaxng.c                          const xmlChar * name)
xmlChar          5725 third_party/libxml/src/relaxng.c                        xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * name)
xmlChar          5727 third_party/libxml/src/relaxng.c     xmlChar *combine;
xmlChar          5828 third_party/libxml/src/relaxng.c 			   (const xmlChar *) tmpname, NULL);
xmlChar          5847 third_party/libxml/src/relaxng.c     xmlChar *combine;
xmlChar          5933 third_party/libxml/src/relaxng.c 			   (const xmlChar *) tmpname, NULL);
xmlChar          6643 third_party/libxml/src/relaxng.c     const xmlChar *olddefine;
xmlChar          6737 third_party/libxml/src/relaxng.c     ret->URL = xmlStrdup((const xmlChar *) URL);
xmlChar          6855 third_party/libxml/src/relaxng.c xmlRelaxNGNormExtSpace(xmlChar * value)
xmlChar          6857 third_party/libxml/src/relaxng.c     xmlChar *start = value;
xmlChar          6858 third_party/libxml/src/relaxng.c     xmlChar *cur = value;
xmlChar          6949 third_party/libxml/src/relaxng.c                 xmlChar *val;
xmlChar          7027 third_party/libxml/src/relaxng.c                     xmlChar *href, *ns, *base, *URL;
xmlChar          7113 third_party/libxml/src/relaxng.c                     xmlChar *href, *ns, *base, *URL;
xmlChar          7169 third_party/libxml/src/relaxng.c                     xmlChar *name, *ns;
xmlChar          7222 third_party/libxml/src/relaxng.c                         xmlChar *ns = NULL;
xmlChar          7241 third_party/libxml/src/relaxng.c                         xmlChar *name, *local, *prefix;
xmlChar          7323 third_party/libxml/src/relaxng.c                     xmlChar *ns;
xmlChar          7920 third_party/libxml/src/relaxng.c                                    const xmlChar * token,
xmlChar          8133 third_party/libxml/src/relaxng.c                                       const xmlChar * token,
xmlChar          8357 third_party/libxml/src/relaxng.c                             const xmlChar * data, int len ATTRIBUTE_UNUSED)
xmlChar          8530 third_party/libxml/src/relaxng.c static xmlChar *
xmlChar          8531 third_party/libxml/src/relaxng.c xmlRelaxNGNormalize(xmlRelaxNGValidCtxtPtr ctxt, const xmlChar * str)
xmlChar          8533 third_party/libxml/src/relaxng.c     xmlChar *ret, *p;
xmlChar          8534 third_party/libxml/src/relaxng.c     const xmlChar *tmp;
xmlChar          8544 third_party/libxml/src/relaxng.c     ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar));
xmlChar          8579 third_party/libxml/src/relaxng.c                            const xmlChar * value,
xmlChar          8625 third_party/libxml/src/relaxng.c         const xmlChar *oldvalue, *oldendvalue;
xmlChar          8629 third_party/libxml/src/relaxng.c         ctxt->state->value = (xmlChar *) value;
xmlChar          8632 third_party/libxml/src/relaxng.c         ctxt->state->value = (xmlChar *) oldvalue;
xmlChar          8633 third_party/libxml/src/relaxng.c         ctxt->state->endvalue = (xmlChar *) oldendvalue;
xmlChar          8651 third_party/libxml/src/relaxng.c     xmlChar *cur;
xmlChar          8708 third_party/libxml/src/relaxng.c     xmlChar *value;
xmlChar          8748 third_party/libxml/src/relaxng.c                         xmlChar *nval, *nvalue;
xmlChar          8780 third_party/libxml/src/relaxng.c                 xmlChar *oldvalue;
xmlChar          8806 third_party/libxml/src/relaxng.c                 xmlChar *oldvalue, *oldend, *val, *cur;
xmlChar          8885 third_party/libxml/src/relaxng.c                 xmlChar *cur, *temp;
xmlChar          9042 third_party/libxml/src/relaxng.c     xmlChar *value, *oldvalue;
xmlChar          9464 third_party/libxml/src/relaxng.c 			       (const xmlChar *) "noname");
xmlChar          10377 third_party/libxml/src/relaxng.c                 xmlChar *content = NULL;
xmlChar          10418 third_party/libxml/src/relaxng.c                 xmlChar *content = NULL;
xmlChar          10419 third_party/libxml/src/relaxng.c                 xmlChar *oldvalue;
xmlChar          10463 third_party/libxml/src/relaxng.c                 xmlChar *content;
xmlChar          10465 third_party/libxml/src/relaxng.c                 xmlChar *oldvalue, *oldendvalue;
xmlChar            74 third_party/libxml/src/runsuite.c static xmlChar *composeDir(const xmlChar *dir, const xmlChar *path) {
xmlChar            81 third_party/libxml/src/runsuite.c     return(xmlStrdup((const xmlChar *) buf));
xmlChar           147 third_party/libxml/src/runsuite.c 	                (const xmlChar *) testEntitiesValue[i]);
xmlChar           150 third_party/libxml/src/runsuite.c 		                xmlStrdup((xmlChar *)testEntitiesName[i]);
xmlChar           277 third_party/libxml/src/runsuite.c static xmlChar *
xmlChar           279 third_party/libxml/src/runsuite.c     xmlChar *ret = NULL;
xmlChar           370 third_party/libxml/src/runsuite.c installResources(xmlNodePtr tst, const xmlChar *base) {
xmlChar           373 third_party/libxml/src/runsuite.c     xmlChar *name, *content, *res;
xmlChar           405 third_party/libxml/src/runsuite.c installDirs(xmlNodePtr tst, const xmlChar *base) {
xmlChar           407 third_party/libxml/src/runsuite.c     xmlChar *name, *res;
xmlChar           439 third_party/libxml/src/runsuite.c     xmlChar *dtd;
xmlChar           626 third_party/libxml/src/runsuite.c 	xmlChar *doc = getString(cur, "string(documentation)");
xmlChar           683 third_party/libxml/src/runsuite.c 	xmlChar *doc = getString(cur, "string(documentation)");
xmlChar           789 third_party/libxml/src/runsuite.c                  const xmlChar *spath, const char *base) {
xmlChar           790 third_party/libxml/src/runsuite.c     xmlChar *href = NULL;
xmlChar           791 third_party/libxml/src/runsuite.c     xmlChar *path = NULL;
xmlChar           792 third_party/libxml/src/runsuite.c     xmlChar *validity = NULL;
xmlChar           887 third_party/libxml/src/runsuite.c     xmlChar *href = NULL;
xmlChar           888 third_party/libxml/src/runsuite.c     xmlChar *path = NULL;
xmlChar           889 third_party/libxml/src/runsuite.c     xmlChar *validity = NULL;
xmlChar          1011 third_party/libxml/src/runsuite.c     xmlChar *contributor;
xmlChar          1012 third_party/libxml/src/runsuite.c     xmlChar *name;
xmlChar           302 third_party/libxml/src/runtest.c     const xmlChar *cur, *base;
xmlChar           304 third_party/libxml/src/runtest.c     xmlChar  content[81]; /* space for 80 chars + line terminator */
xmlChar           305 third_party/libxml/src/runtest.c     xmlChar *ctnt;
xmlChar           356 third_party/libxml/src/runtest.c     const xmlChar *name = NULL;
xmlChar           494 third_party/libxml/src/runtest.c 	len = xmlStrlen((const xmlChar *)str);
xmlChar           517 third_party/libxml/src/runtest.c 	(err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
xmlChar           518 third_party/libxml/src/runtest.c 	xmlChar buf[150];
xmlChar           833 third_party/libxml/src/runtest.c internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar           834 third_party/libxml/src/runtest.c 	       const xmlChar *ExternalID, const xmlChar *SystemID)
xmlChar           857 third_party/libxml/src/runtest.c externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar           858 third_party/libxml/src/runtest.c 	       const xmlChar *ExternalID, const xmlChar *SystemID)
xmlChar           889 third_party/libxml/src/runtest.c resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
xmlChar           924 third_party/libxml/src/runtest.c getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar           943 third_party/libxml/src/runtest.c getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar           965 third_party/libxml/src/runtest.c entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type,
xmlChar           966 third_party/libxml/src/runtest.c           const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
xmlChar           968 third_party/libxml/src/runtest.c const xmlChar *nullstr = BAD_CAST "(null)";
xmlChar           975 third_party/libxml/src/runtest.c         content = (xmlChar *)nullstr;
xmlChar           992 third_party/libxml/src/runtest.c attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem,
xmlChar           993 third_party/libxml/src/runtest.c                    const xmlChar * name, int type, int def,
xmlChar           994 third_party/libxml/src/runtest.c                    const xmlChar * defaultValue, xmlEnumerationPtr tree)
xmlChar          1018 third_party/libxml/src/runtest.c elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type,
xmlChar          1038 third_party/libxml/src/runtest.c notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar          1039 third_party/libxml/src/runtest.c 	     const xmlChar *publicId, const xmlChar *systemId)
xmlChar          1059 third_party/libxml/src/runtest.c unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar          1060 third_party/libxml/src/runtest.c 		   const xmlChar *publicId, const xmlChar *systemId,
xmlChar          1061 third_party/libxml/src/runtest.c 		   const xmlChar *notationName)
xmlChar          1063 third_party/libxml/src/runtest.c const xmlChar *nullstr = BAD_CAST "(null)";
xmlChar          1134 third_party/libxml/src/runtest.c startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts)
xmlChar          1160 third_party/libxml/src/runtest.c endElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar          1178 third_party/libxml/src/runtest.c charactersDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
xmlChar          1201 third_party/libxml/src/runtest.c referenceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar          1220 third_party/libxml/src/runtest.c ignorableWhitespaceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
xmlChar          1244 third_party/libxml/src/runtest.c processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target,
xmlChar          1245 third_party/libxml/src/runtest.c                       const xmlChar *data)
xmlChar          1267 third_party/libxml/src/runtest.c cdataBlockDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len)
xmlChar          1284 third_party/libxml/src/runtest.c commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value)
xmlChar          1410 third_party/libxml/src/runtest.c                     const xmlChar *localname,
xmlChar          1411 third_party/libxml/src/runtest.c                     const xmlChar *prefix,
xmlChar          1412 third_party/libxml/src/runtest.c                     const xmlChar *URI,
xmlChar          1414 third_party/libxml/src/runtest.c 		    const xmlChar **namespaces,
xmlChar          1417 third_party/libxml/src/runtest.c 		    const xmlChar **attributes)
xmlChar          1467 third_party/libxml/src/runtest.c                   const xmlChar *localname,
xmlChar          1468 third_party/libxml/src/runtest.c                   const xmlChar *prefix,
xmlChar          1469 third_party/libxml/src/runtest.c                   const xmlChar *URI)
xmlChar          1531 third_party/libxml/src/runtest.c htmlstartElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts)
xmlChar          1568 third_party/libxml/src/runtest.c htmlcharactersDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
xmlChar          1589 third_party/libxml/src/runtest.c htmlcdataDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
xmlChar          1866 third_party/libxml/src/runtest.c 	htmlDocDumpMemory(doc, (xmlChar **) &base, &size);
xmlChar          1869 third_party/libxml/src/runtest.c     xmlDocDumpMemory(doc, (xmlChar **) &base, &size);
xmlChar          1924 third_party/libxml/src/runtest.c     xmlDocDumpMemory(doc, (xmlChar **) &base, &size);
xmlChar          2035 third_party/libxml/src/runtest.c 		htmlDocDumpMemory(doc, (xmlChar **) &base, &size);
xmlChar          2038 third_party/libxml/src/runtest.c 	    xmlDocDumpMemory(doc, (xmlChar **) &base, &size);
xmlChar          2073 third_party/libxml/src/runtest.c     const xmlChar *name, *value;
xmlChar          2570 third_party/libxml/src/runtest.c     xmlChar *res = NULL;
xmlChar          2584 third_party/libxml/src/runtest.c 	res = xmlBuildURI((xmlChar *)str, (xmlChar *) base);
xmlChar          3342 third_party/libxml/src/runtest.c     xmlChar *path = NULL;
xmlChar          3480 third_party/libxml/src/runtest.c 	    const xmlChar *namespaces[22];
xmlChar          3492 third_party/libxml/src/runtest.c 	    patternc = xmlPatterncompile((const xmlChar *) str, doc->dict,
xmlChar          3556 third_party/libxml/src/runtest.c     xmlChar *expr;
xmlChar          3583 third_party/libxml/src/runtest.c     while(node != NULL && !xmlStrEqual(node->name, (const xmlChar *)"XPath")) {
xmlChar          3648 third_party/libxml/src/runtest.c     buffer = (xmlChar **)						\
xmlChar          3649 third_party/libxml/src/runtest.c 	xmlRealloc(buffer, buffer_size * sizeof(xmlChar*));	\
xmlChar          3656 third_party/libxml/src/runtest.c static xmlChar **
xmlChar          3657 third_party/libxml/src/runtest.c parse_list(xmlChar *str) {
xmlChar          3658 third_party/libxml/src/runtest.c     xmlChar **buffer;
xmlChar          3659 third_party/libxml/src/runtest.c     xmlChar **out = NULL;
xmlChar          3676 third_party/libxml/src/runtest.c     buffer = (xmlChar **) xmlMalloc(buffer_size * sizeof(xmlChar*));
xmlChar          3704 third_party/libxml/src/runtest.c     xmlChar *result = NULL;
xmlChar          3706 third_party/libxml/src/runtest.c     xmlChar **inclusive_namespaces = NULL;
xmlChar          3752 third_party/libxml/src/runtest.c         inclusive_namespaces = parse_list((xmlChar *) nslist);
xmlChar            44 third_party/libxml/src/schematron.c static const xmlChar *xmlSchematronNs = XML_SCHEMATRON_NS;
xmlChar            45 third_party/libxml/src/schematron.c static const xmlChar *xmlOldSchematronNs = SCT_OLD_NS;
xmlChar            50 third_party/libxml/src/schematron.c     (xmlStrEqual(node->name, (const xmlChar *) elem)) &&		\
xmlChar            89 third_party/libxml/src/schematron.c     xmlChar *test;		/* the expression to test */
xmlChar            91 third_party/libxml/src/schematron.c     xmlChar *report;		/* the message to report */
xmlChar           105 third_party/libxml/src/schematron.c     xmlChar *context;		/* the context evaluation rule */
xmlChar           108 third_party/libxml/src/schematron.c     xmlChar *report;		/* the message to report */
xmlChar           121 third_party/libxml/src/schematron.c     xmlChar *name;		/* the name of the pattern */
xmlChar           130 third_party/libxml/src/schematron.c     const xmlChar *name;	/* schema name */
xmlChar           138 third_party/libxml/src/schematron.c     const xmlChar *title;	/* the title if any */
xmlChar           147 third_party/libxml/src/schematron.c     const xmlChar **namespaces;	/* the array of namespaces */
xmlChar           181 third_party/libxml/src/schematron.c     const xmlChar *URL;
xmlChar           196 third_party/libxml/src/schematron.c     const xmlChar **namespaces;	/* the array of namespaces */
xmlChar           248 third_party/libxml/src/schematron.c               const char *msg, const xmlChar * str1, const xmlChar * str2)
xmlChar           308 third_party/libxml/src/schematron.c                      xmlNodePtr node, xmlChar *test, xmlChar *report)
xmlChar           391 third_party/libxml/src/schematron.c 		     xmlChar *context, xmlChar *report)
xmlChar           483 third_party/libxml/src/schematron.c                      xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name)
xmlChar           606 third_party/libxml/src/schematron.c     ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
xmlChar           803 third_party/libxml/src/schematron.c                           const xmlChar *prefix, const xmlChar *ns)
xmlChar           807 third_party/libxml/src/schematron.c         ctxt->namespaces = (const xmlChar **)
xmlChar           808 third_party/libxml/src/schematron.c 	    xmlMalloc(ctxt->maxNamespaces * 2 * sizeof(const xmlChar *));
xmlChar           816 third_party/libxml/src/schematron.c         const xmlChar **tmp;
xmlChar           818 third_party/libxml/src/schematron.c 	tmp = (const xmlChar **)
xmlChar           819 third_party/libxml/src/schematron.c 	    xmlRealloc((xmlChar **) ctxt->namespaces, ctxt->maxNamespaces * 4 *
xmlChar           820 third_party/libxml/src/schematron.c 	               sizeof(const xmlChar *));
xmlChar           853 third_party/libxml/src/schematron.c     xmlChar *test;
xmlChar           854 third_party/libxml/src/schematron.c     xmlChar *context;
xmlChar           855 third_party/libxml/src/schematron.c     xmlChar *report;
xmlChar           962 third_party/libxml/src/schematron.c     xmlChar *id;
xmlChar          1012 third_party/libxml/src/schematron.c     xmlChar *href = NULL;
xmlChar          1013 third_party/libxml/src/schematron.c     xmlChar *base = NULL;
xmlChar          1014 third_party/libxml/src/schematron.c     xmlChar *URI = NULL;
xmlChar          1158 third_party/libxml/src/schematron.c         xmlChar *title = xmlNodeGetContent(cur);
xmlChar          1167 third_party/libxml/src/schematron.c         xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix");
xmlChar          1168 third_party/libxml/src/schematron.c         xmlChar *uri = xmlGetNoNsProp(cur, BAD_CAST "uri");
xmlChar          1242 third_party/libxml/src/schematron.c                      xmlNodePtr cur, const xmlChar *xpath) {
xmlChar          1290 third_party/libxml/src/schematron.c static xmlChar *
xmlChar          1293 third_party/libxml/src/schematron.c     xmlChar *ret = NULL;
xmlChar          1305 third_party/libxml/src/schematron.c 	    xmlChar *path;
xmlChar          1334 third_party/libxml/src/schematron.c 	    xmlChar c;
xmlChar          1380 third_party/libxml/src/schematron.c         xmlChar *path;
xmlChar          1383 third_party/libxml/src/schematron.c 	const xmlChar *report = NULL;
xmlChar          1391 third_party/libxml/src/schematron.c 	    path = (xmlChar *) cur->name;
xmlChar          1400 third_party/libxml/src/schematron.c             report = xmlStrdup((const xmlChar *) "node failed assert");
xmlChar          1402 third_party/libxml/src/schematron.c             report = xmlStrdup((const xmlChar *) "node failed report");
xmlChar          1435 third_party/libxml/src/schematron.c 	if ((path != NULL) && (path != (xmlChar *) cur->name))
xmlChar            51 third_party/libxml/src/testC14N.c static xmlChar **parse_list(xmlChar *str);
xmlChar            57 third_party/libxml/src/testC14N.c 	const char* xpath_filename, xmlChar **inclusive_namespaces) {
xmlChar            60 third_party/libxml/src/testC14N.c     xmlChar *result = NULL;
xmlChar           150 third_party/libxml/src/testC14N.c 	xmlChar **list;
xmlChar           153 third_party/libxml/src/testC14N.c 	list = (argc > 4) ? parse_list((xmlChar *)argv[4]) : NULL;
xmlChar           157 third_party/libxml/src/testC14N.c 	xmlChar **list;
xmlChar           160 third_party/libxml/src/testC14N.c 	list = (argc > 4) ? parse_list((xmlChar *)argv[4]) : NULL;
xmlChar           182 third_party/libxml/src/testC14N.c     buffer = (xmlChar **)						\
xmlChar           183 third_party/libxml/src/testC14N.c 		xmlRealloc(buffer, buffer_size * sizeof(xmlChar*));	\
xmlChar           190 third_party/libxml/src/testC14N.c static xmlChar **
xmlChar           191 third_party/libxml/src/testC14N.c parse_list(xmlChar *str) {
xmlChar           192 third_party/libxml/src/testC14N.c     xmlChar **buffer;
xmlChar           193 third_party/libxml/src/testC14N.c     xmlChar **out = NULL;
xmlChar           210 third_party/libxml/src/testC14N.c     buffer = (xmlChar **) xmlMalloc(buffer_size * sizeof(xmlChar*));
xmlChar           236 third_party/libxml/src/testC14N.c     xmlChar *expr;
xmlChar           263 third_party/libxml/src/testC14N.c     while(node != NULL && !xmlStrEqual(node->name, (const xmlChar *)"XPath")) {
xmlChar           149 third_party/libxml/src/testHTML.c internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar           150 third_party/libxml/src/testHTML.c 	       const xmlChar *ExternalID, const xmlChar *SystemID)
xmlChar           178 third_party/libxml/src/testHTML.c resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
xmlChar           210 third_party/libxml/src/testHTML.c getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar           226 third_party/libxml/src/testHTML.c getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar           245 third_party/libxml/src/testHTML.c entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type,
xmlChar           246 third_party/libxml/src/testHTML.c           const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
xmlChar           261 third_party/libxml/src/testHTML.c attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *elem, const xmlChar *name,
xmlChar           262 third_party/libxml/src/testHTML.c               int type, int def, const xmlChar *defaultValue,
xmlChar           279 third_party/libxml/src/testHTML.c elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type,
xmlChar           296 third_party/libxml/src/testHTML.c notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar           297 third_party/libxml/src/testHTML.c 	     const xmlChar *publicId, const xmlChar *systemId)
xmlChar           314 third_party/libxml/src/testHTML.c unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar           315 third_party/libxml/src/testHTML.c 		   const xmlChar *publicId, const xmlChar *systemId,
xmlChar           316 third_party/libxml/src/testHTML.c 		   const xmlChar *notationName)
xmlChar           369 third_party/libxml/src/testHTML.c startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts)
xmlChar           404 third_party/libxml/src/testHTML.c endElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar           419 third_party/libxml/src/testHTML.c charactersDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
xmlChar           440 third_party/libxml/src/testHTML.c cdataDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
xmlChar           459 third_party/libxml/src/testHTML.c referenceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar           475 third_party/libxml/src/testHTML.c ignorableWhitespaceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
xmlChar           497 third_party/libxml/src/testHTML.c processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target,
xmlChar           498 third_party/libxml/src/testHTML.c                       const xmlChar *data)
xmlChar           512 third_party/libxml/src/testHTML.c commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value)
xmlChar            44 third_party/libxml/src/testModule.c     xmlChar filename[PATH_MAX];
xmlChar            50 third_party/libxml/src/testModule.c                  (const xmlChar*) "%s/testdso%s",
xmlChar            51 third_party/libxml/src/testModule.c                  (const xmlChar*)MODULE_PATH,
xmlChar            52 third_party/libxml/src/testModule.c 		 (const xmlChar*)LIBXML_MODULE_EXTENSION);
xmlChar            22 third_party/libxml/src/testRegexp.c     ret = xmlRegexpExec(comp, (const xmlChar *) value);
xmlChar            32 third_party/libxml/src/testRegexp.c 	    xmlRegexpExec(comp, (const xmlChar *) value);
xmlChar            67 third_party/libxml/src/testRegexp.c 		comp = xmlRegexpCompile((const xmlChar *) pattern);
xmlChar            74 third_party/libxml/src/testRegexp.c 		comp = xmlRegexpCompile((const xmlChar *) expression);
xmlChar           234 third_party/libxml/src/testRegexp.c     ret = xmlExpGetLanguage(ctxt, expr, (const xmlChar **) &list[0], 40);
xmlChar           368 third_party/libxml/src/testRegexp.c 			comp = xmlRegexpCompile((const xmlChar *) pattern);
xmlChar           308 third_party/libxml/src/testSAX.c internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar           309 third_party/libxml/src/testSAX.c 	       const xmlChar *ExternalID, const xmlChar *SystemID)
xmlChar           332 third_party/libxml/src/testSAX.c externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar           333 third_party/libxml/src/testSAX.c 	       const xmlChar *ExternalID, const xmlChar *SystemID)
xmlChar           364 third_party/libxml/src/testSAX.c resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
xmlChar           399 third_party/libxml/src/testSAX.c getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar           418 third_party/libxml/src/testSAX.c getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar           440 third_party/libxml/src/testSAX.c entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type,
xmlChar           441 third_party/libxml/src/testSAX.c           const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
xmlChar           443 third_party/libxml/src/testSAX.c const xmlChar *nullstr = BAD_CAST "(null)";
xmlChar           450 third_party/libxml/src/testSAX.c         content = (xmlChar *)nullstr;
xmlChar           467 third_party/libxml/src/testSAX.c attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem,
xmlChar           468 third_party/libxml/src/testSAX.c                    const xmlChar * name, int type, int def,
xmlChar           469 third_party/libxml/src/testSAX.c                    const xmlChar * defaultValue, xmlEnumerationPtr tree)
xmlChar           493 third_party/libxml/src/testSAX.c elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type,
xmlChar           513 third_party/libxml/src/testSAX.c notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar           514 third_party/libxml/src/testSAX.c 	     const xmlChar *publicId, const xmlChar *systemId)
xmlChar           534 third_party/libxml/src/testSAX.c unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar           535 third_party/libxml/src/testSAX.c 		   const xmlChar *publicId, const xmlChar *systemId,
xmlChar           536 third_party/libxml/src/testSAX.c 		   const xmlChar *notationName)
xmlChar           538 third_party/libxml/src/testSAX.c const xmlChar *nullstr = BAD_CAST "(null)";
xmlChar           609 third_party/libxml/src/testSAX.c startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts)
xmlChar           635 third_party/libxml/src/testSAX.c endElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar           653 third_party/libxml/src/testSAX.c charactersDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
xmlChar           676 third_party/libxml/src/testSAX.c referenceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar           695 third_party/libxml/src/testSAX.c ignorableWhitespaceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
xmlChar           719 third_party/libxml/src/testSAX.c processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target,
xmlChar           720 third_party/libxml/src/testSAX.c                       const xmlChar *data)
xmlChar           742 third_party/libxml/src/testSAX.c cdataBlockDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len)
xmlChar           759 third_party/libxml/src/testSAX.c commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value)
xmlChar           885 third_party/libxml/src/testSAX.c                     const xmlChar *localname,
xmlChar           886 third_party/libxml/src/testSAX.c                     const xmlChar *prefix,
xmlChar           887 third_party/libxml/src/testSAX.c                     const xmlChar *URI,
xmlChar           889 third_party/libxml/src/testSAX.c 		    const xmlChar **namespaces,
xmlChar           892 third_party/libxml/src/testSAX.c 		    const xmlChar **attributes)
xmlChar           942 third_party/libxml/src/testSAX.c                   const xmlChar *localname,
xmlChar           943 third_party/libxml/src/testSAX.c                   const xmlChar *prefix,
xmlChar           944 third_party/libxml/src/testSAX.c                   const xmlChar *URI)
xmlChar            26 third_party/libxml/src/testURI.c     xmlChar *res = NULL, *parsed = NULL;
xmlChar            60 third_party/libxml/src/testURI.c 	res = xmlBuildURI((xmlChar *)str, (xmlChar *) base);
xmlChar            54 third_party/libxml/src/testXPath.c static xmlChar buffer[] = 
xmlChar            33 third_party/libxml/src/testapi.c static xmlChar chartab[1024];
xmlChar           104 third_party/libxml/src/testapi.c     xmlChar name[20];
xmlChar           119 third_party/libxml/src/testapi.c     api_attr = xmlSetProp(api_root, name, (const xmlChar *) "bar");
xmlChar           291 third_party/libxml/src/testapi.c static xmlChar gen_xmlChar(int no, int nr ATTRIBUTE_UNUSED) {
xmlChar           294 third_party/libxml/src/testapi.c     if (no == 2) return((xmlChar) 'ø');
xmlChar           298 third_party/libxml/src/testapi.c static void des_xmlChar(int no ATTRIBUTE_UNUSED, xmlChar val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlChar           372 third_party/libxml/src/testapi.c static xmlChar *gen_xmlChar_ptr(int no, int nr ATTRIBUTE_UNUSED) {
xmlChar           376 third_party/libxml/src/testapi.c static void des_xmlChar_ptr(int no ATTRIBUTE_UNUSED, xmlChar *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlChar           399 third_party/libxml/src/testapi.c static xmlChar *gen_const_xmlChar_ptr(int no, int nr ATTRIBUTE_UNUSED) {
xmlChar           400 third_party/libxml/src/testapi.c     if (no == 0) return((xmlChar *) "foo");
xmlChar           401 third_party/libxml/src/testapi.c     if (no == 1) return((xmlChar *) "<foo/>");
xmlChar           402 third_party/libxml/src/testapi.c     if (no == 2) return((xmlChar *) "nøne");
xmlChar           403 third_party/libxml/src/testapi.c     if (no == 3) return((xmlChar *) " 2ab ");
xmlChar           406 third_party/libxml/src/testapi.c static void des_const_xmlChar_ptr(int no ATTRIBUTE_UNUSED, const xmlChar *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlChar           426 third_party/libxml/src/testapi.c static xmlChar *gen_eaten_name(int no, int nr ATTRIBUTE_UNUSED) {
xmlChar           430 third_party/libxml/src/testapi.c static void des_eaten_name(int no ATTRIBUTE_UNUSED, xmlChar *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlChar           744 third_party/libxml/src/testapi.c test_xmlHashDeallocator(void *payload ATTRIBUTE_UNUSED, xmlChar *name ATTRIBUTE_UNUSED) {
xmlChar           757 third_party/libxml/src/testapi.c static void desret_xmlChar(xmlChar val ATTRIBUTE_UNUSED) {
xmlChar           775 third_party/libxml/src/testapi.c static void desret_const_xmlChar_ptr(const xmlChar *val ATTRIBUTE_UNUSED) {
xmlChar           777 third_party/libxml/src/testapi.c static void desret_xmlChar_ptr(xmlChar *val) {
xmlChar           882 third_party/libxml/src/testapi.c static xmlChar ** gen_const_xmlChar_ptr_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlChar           885 third_party/libxml/src/testapi.c static void des_const_xmlChar_ptr_ptr(int no ATTRIBUTE_UNUSED, const xmlChar ** val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlChar          1373 third_party/libxml/src/testapi.c     xmlChar * attr; /* HTML attribute */
xmlChar          1386 third_party/libxml/src/testapi.c         ret_val = htmlAttrAllowed((const htmlElemDesc *)elt, (const xmlChar *)attr, legacy);
xmlChar          1390 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_attr, (const xmlChar *)attr, 1);
xmlChar          1431 third_party/libxml/src/testapi.c     xmlChar * name; /* The tag name */
xmlChar          1444 third_party/libxml/src/testapi.c         ret_val = htmlAutoCloseTag(doc, (const xmlChar *)name, elem);
xmlChar          1448 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          1599 third_party/libxml/src/testapi.c     xmlChar * cur; /* a pointer to a zero terminated string */
xmlChar          1620 third_party/libxml/src/testapi.c         ret_val = htmlCtxtReadDoc(ctxt, (const xmlChar *)cur, URL, (const char *)encoding, options);
xmlChar          1624 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 1);
xmlChar          1846 third_party/libxml/src/testapi.c     xmlChar * elt; /* HTML element */
xmlChar          1855 third_party/libxml/src/testapi.c         ret_val = htmlElementAllowedHere((const htmlElemDesc *)parent, (const xmlChar *)elt);
xmlChar          1859 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_elt, (const xmlChar *)elt, 1);
xmlChar          1988 third_party/libxml/src/testapi.c     xmlChar * name; /* the entity name */
xmlChar          1995 third_party/libxml/src/testapi.c         ret_val = htmlEntityLookup((const xmlChar *)name);
xmlChar          1998 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0);
xmlChar          2131 third_party/libxml/src/testapi.c     xmlChar * name; /* an attribute name */
xmlChar          2138 third_party/libxml/src/testapi.c         ret_val = htmlIsScriptAttribute((const xmlChar *)name);
xmlChar          2141 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0);
xmlChar          2323 third_party/libxml/src/testapi.c     xmlChar * cur; /* a pointer to an array of xmlChar */
xmlChar          2433 third_party/libxml/src/testapi.c     xmlChar ** str; /* location to store the entity name */
xmlChar          2442 third_party/libxml/src/testapi.c         ret_val = htmlParseEntityRef(ctxt, (const xmlChar **)str);
xmlChar          2446 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr_ptr(n_str, (const xmlChar **)str, 1);
xmlChar          2503 third_party/libxml/src/testapi.c     xmlChar * cur; /* a pointer to a zero terminated string */
xmlChar          2522 third_party/libxml/src/testapi.c         ret_val = htmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options);
xmlChar          2525 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 0);
xmlChar          2668 third_party/libxml/src/testapi.c     xmlChar * cur; /* a pointer to an array of xmlChar */
xmlChar          2965 third_party/libxml/src/testapi.c static xmlChar ** gen_xmlChar_ptr_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlChar          2968 third_party/libxml/src/testapi.c static void des_xmlChar_ptr_ptr(int no ATTRIBUTE_UNUSED, xmlChar ** val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlChar          2979 third_party/libxml/src/testapi.c     xmlChar ** mem; /* OUT: the memory pointer */
xmlChar          3025 third_party/libxml/src/testapi.c     xmlChar ** mem; /* OUT: the memory pointer */
xmlChar          3076 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          3111 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the attribute to check */
xmlChar          3118 third_party/libxml/src/testapi.c         ret_val = htmlIsBooleanAttr((const xmlChar *)name);
xmlChar          3121 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0);
xmlChar          3145 third_party/libxml/src/testapi.c     xmlChar * URI; /* URI for the dtd, or NULL */
xmlChar          3147 third_party/libxml/src/testapi.c     xmlChar * ExternalID; /* the external ID of the DTD, or NULL */
xmlChar          3156 third_party/libxml/src/testapi.c         ret_val = htmlNewDoc((const xmlChar *)URI, (const xmlChar *)ExternalID);
xmlChar          3159 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
xmlChar          3160 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ExternalID, (const xmlChar *)ExternalID, 1);
xmlChar          3186 third_party/libxml/src/testapi.c     xmlChar * URI; /* URI for the dtd, or NULL */
xmlChar          3188 third_party/libxml/src/testapi.c     xmlChar * ExternalID; /* the external ID of the DTD, or NULL */
xmlChar          3197 third_party/libxml/src/testapi.c         ret_val = htmlNewDocNoDtD((const xmlChar *)URI, (const xmlChar *)ExternalID);
xmlChar          3200 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
xmlChar          3201 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ExternalID, (const xmlChar *)ExternalID, 1);
xmlChar          3642 third_party/libxml/src/testapi.c     xmlChar * encoding; /* the encoding string */
xmlChar          3651 third_party/libxml/src/testapi.c         ret_val = htmlSetMetaEncoding(doc, (const xmlChar *)encoding);
xmlChar          3655 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_encoding, (const xmlChar *)encoding, 1);
xmlChar          3793 third_party/libxml/src/testapi.c     xmlChar * elem; /* the name of the element */
xmlChar          3795 third_party/libxml/src/testapi.c     xmlChar * fullname; /* the attribute name */
xmlChar          3801 third_party/libxml/src/testapi.c     xmlChar * defaultValue; /* the attribute default value */
xmlChar          3822 third_party/libxml/src/testapi.c         xmlSAX2AttributeDecl(ctx, (const xmlChar *)elem, (const xmlChar *)fullname, type, def, (const xmlChar *)defaultValue, tree);
xmlChar          3825 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_elem, (const xmlChar *)elem, 1);
xmlChar          3826 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_fullname, (const xmlChar *)fullname, 2);
xmlChar          3829 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_defaultValue, (const xmlChar *)defaultValue, 5);
xmlChar          3865 third_party/libxml/src/testapi.c     xmlChar * value; /* The pcdata content */
xmlChar          3878 third_party/libxml/src/testapi.c         xmlSAX2CDataBlock(ctx, (const xmlChar *)value, len);
xmlChar          3881 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          3909 third_party/libxml/src/testapi.c     xmlChar * ch; /* a xmlChar string */
xmlChar          3922 third_party/libxml/src/testapi.c         xmlSAX2Characters(ctx, (const xmlChar *)ch, len);
xmlChar          3925 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ch, (const xmlChar *)ch, 1);
xmlChar          3953 third_party/libxml/src/testapi.c     xmlChar * value; /* the xmlSAX2Comment content */
xmlChar          3962 third_party/libxml/src/testapi.c         xmlSAX2Comment(ctx, (const xmlChar *)value);
xmlChar          3965 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          3990 third_party/libxml/src/testapi.c     xmlChar * name; /* the element name */
xmlChar          4007 third_party/libxml/src/testapi.c         xmlSAX2ElementDecl(ctx, (const xmlChar *)name, type, content);
xmlChar          4010 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          4073 third_party/libxml/src/testapi.c     xmlChar * name; /* The element name */
xmlChar          4082 third_party/libxml/src/testapi.c         xmlSAX2EndElement(ctx, (const xmlChar *)name);
xmlChar          4085 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          4112 third_party/libxml/src/testapi.c     xmlChar * localname; /* the local name of the element */
xmlChar          4114 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the element namespace prefix if available */
xmlChar          4116 third_party/libxml/src/testapi.c     xmlChar * URI; /* the element namespace name if available */
xmlChar          4129 third_party/libxml/src/testapi.c         xmlSAX2EndElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI);
xmlChar          4132 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_localname, (const xmlChar *)localname, 1);
xmlChar          4133 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 2);
xmlChar          4134 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 3);
xmlChar          4163 third_party/libxml/src/testapi.c     xmlChar * name; /* the entity name */
xmlChar          4167 third_party/libxml/src/testapi.c     xmlChar * publicId; /* The public ID of the entity */
xmlChar          4169 third_party/libxml/src/testapi.c     xmlChar * systemId; /* The system ID of the entity */
xmlChar          4171 third_party/libxml/src/testapi.c     xmlChar * content; /* the entity value (without processing). */
xmlChar          4188 third_party/libxml/src/testapi.c         xmlSAX2EntityDecl(ctx, (const xmlChar *)name, type, (const xmlChar *)publicId, (const xmlChar *)systemId, content);
xmlChar          4191 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          4193 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_publicId, (const xmlChar *)publicId, 3);
xmlChar          4194 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_systemId, (const xmlChar *)systemId, 4);
xmlChar          4228 third_party/libxml/src/testapi.c     xmlChar * name; /* the root element name */
xmlChar          4230 third_party/libxml/src/testapi.c     xmlChar * ExternalID; /* the external ID */
xmlChar          4232 third_party/libxml/src/testapi.c     xmlChar * SystemID; /* the SYSTEM ID (e.g. filename or URL) */
xmlChar          4245 third_party/libxml/src/testapi.c         xmlSAX2ExternalSubset(ctx, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
xmlChar          4248 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          4249 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ExternalID, (const xmlChar *)ExternalID, 2);
xmlChar          4250 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_SystemID, (const xmlChar *)SystemID, 3);
xmlChar          4312 third_party/libxml/src/testapi.c     xmlChar * name; /* The entity name */
xmlChar          4321 third_party/libxml/src/testapi.c         ret_val = xmlSAX2GetEntity(ctx, (const xmlChar *)name);
xmlChar          4325 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          4383 third_party/libxml/src/testapi.c     xmlChar * name; /* The entity name */
xmlChar          4392 third_party/libxml/src/testapi.c         ret_val = xmlSAX2GetParameterEntity(ctx, (const xmlChar *)name);
xmlChar          4396 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          4419 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          4451 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          4549 third_party/libxml/src/testapi.c     xmlChar * ch; /* a xmlChar string */
xmlChar          4562 third_party/libxml/src/testapi.c         xmlSAX2IgnorableWhitespace(ctx, (const xmlChar *)ch, len);
xmlChar          4565 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ch, (const xmlChar *)ch, 1);
xmlChar          4701 third_party/libxml/src/testapi.c     xmlChar * name; /* the root element name */
xmlChar          4703 third_party/libxml/src/testapi.c     xmlChar * ExternalID; /* the external ID */
xmlChar          4705 third_party/libxml/src/testapi.c     xmlChar * SystemID; /* the SYSTEM ID (e.g. filename or URL) */
xmlChar          4718 third_party/libxml/src/testapi.c         xmlSAX2InternalSubset(ctx, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
xmlChar          4721 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          4722 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ExternalID, (const xmlChar *)ExternalID, 2);
xmlChar          4723 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_SystemID, (const xmlChar *)SystemID, 3);
xmlChar          4784 third_party/libxml/src/testapi.c     xmlChar * name; /* The name of the notation */
xmlChar          4786 third_party/libxml/src/testapi.c     xmlChar * publicId; /* The public ID of the entity */
xmlChar          4788 third_party/libxml/src/testapi.c     xmlChar * systemId; /* The system ID of the entity */
xmlChar          4801 third_party/libxml/src/testapi.c         xmlSAX2NotationDecl(ctx, (const xmlChar *)name, (const xmlChar *)publicId, (const xmlChar *)systemId);
xmlChar          4804 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          4805 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_publicId, (const xmlChar *)publicId, 2);
xmlChar          4806 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_systemId, (const xmlChar *)systemId, 3);
xmlChar          4835 third_party/libxml/src/testapi.c     xmlChar * target; /* the target name */
xmlChar          4837 third_party/libxml/src/testapi.c     xmlChar * data; /* the PI data's */
xmlChar          4848 third_party/libxml/src/testapi.c         xmlSAX2ProcessingInstruction(ctx, (const xmlChar *)target, (const xmlChar *)data);
xmlChar          4851 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_target, (const xmlChar *)target, 1);
xmlChar          4852 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_data, (const xmlChar *)data, 2);
xmlChar          4879 third_party/libxml/src/testapi.c     xmlChar * name; /* The entity name */
xmlChar          4888 third_party/libxml/src/testapi.c         xmlSAX2Reference(ctx, (const xmlChar *)name);
xmlChar          4891 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          4917 third_party/libxml/src/testapi.c     xmlChar * publicId; /* The public ID of the entity */
xmlChar          4919 third_party/libxml/src/testapi.c     xmlChar * systemId; /* The system ID of the entity */
xmlChar          4930 third_party/libxml/src/testapi.c         ret_val = xmlSAX2ResolveEntity(ctx, (const xmlChar *)publicId, (const xmlChar *)systemId);
xmlChar          4934 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_publicId, (const xmlChar *)publicId, 1);
xmlChar          4935 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_systemId, (const xmlChar *)systemId, 2);
xmlChar          5038 third_party/libxml/src/testapi.c     xmlChar * fullname; /* The element name, including namespace prefix */
xmlChar          5040 third_party/libxml/src/testapi.c     xmlChar ** atts; /* An array of name/value attributes pairs, NULL terminated */
xmlChar          5051 third_party/libxml/src/testapi.c         xmlSAX2StartElement(ctx, (const xmlChar *)fullname, (const xmlChar **)atts);
xmlChar          5054 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_fullname, (const xmlChar *)fullname, 1);
xmlChar          5055 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr_ptr(n_atts, (const xmlChar **)atts, 2);
xmlChar          5084 third_party/libxml/src/testapi.c     xmlChar * localname; /* the local name of the element */
xmlChar          5086 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the element namespace prefix if available */
xmlChar          5088 third_party/libxml/src/testapi.c     xmlChar * URI; /* the element namespace name if available */
xmlChar          5092 third_party/libxml/src/testapi.c     xmlChar ** namespaces; /* pointer to the array of prefix/URI pairs namespace definitions */
xmlChar          5098 third_party/libxml/src/testapi.c     xmlChar ** attributes; /* pointer to the array of (localname/prefix/URI/value/end) attribute values. */
xmlChar          5121 third_party/libxml/src/testapi.c         xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);
xmlChar          5124 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_localname, (const xmlChar *)localname, 1);
xmlChar          5125 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 2);
xmlChar          5126 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 3);
xmlChar          5128 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr_ptr(n_namespaces, (const xmlChar **)namespaces, 5);
xmlChar          5131 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr_ptr(n_attributes, (const xmlChar **)attributes, 8);
xmlChar          5170 third_party/libxml/src/testapi.c     xmlChar * name; /* The name of the entity */
xmlChar          5172 third_party/libxml/src/testapi.c     xmlChar * publicId; /* The public ID of the entity */
xmlChar          5174 third_party/libxml/src/testapi.c     xmlChar * systemId; /* The system ID of the entity */
xmlChar          5176 third_party/libxml/src/testapi.c     xmlChar * notationName; /* the name of the notation */
xmlChar          5191 third_party/libxml/src/testapi.c         xmlSAX2UnparsedEntityDecl(ctx, (const xmlChar *)name, (const xmlChar *)publicId, (const xmlChar *)systemId, (const xmlChar *)notationName);
xmlChar          5194 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          5195 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_publicId, (const xmlChar *)publicId, 2);
xmlChar          5196 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_systemId, (const xmlChar *)systemId, 3);
xmlChar          5197 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_notationName, (const xmlChar *)notationName, 4);
xmlChar          5357 third_party/libxml/src/testapi.c     xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) */
xmlChar          5361 third_party/libxml/src/testapi.c     xmlChar ** doc_txt_ptr; /* the memory pointer for allocated canonical XML text; the caller of this functions is responsible for calling xmlFree() to free allocated memory */
xmlChar          5426 third_party/libxml/src/testapi.c     xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) */
xmlChar          5502 third_party/libxml/src/testapi.c     xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) */
xmlChar          5601 third_party/libxml/src/testapi.c     xmlChar * type; /* the type of record to add to the catalog */
xmlChar          5603 third_party/libxml/src/testapi.c     xmlChar * orig; /* the system, public or prefix to match */
xmlChar          5605 third_party/libxml/src/testapi.c     xmlChar * replace; /* the replacement value for the match */
xmlChar          5618 third_party/libxml/src/testapi.c         ret_val = xmlACatalogAdd(catal, (const xmlChar *)type, (const xmlChar *)orig, (const xmlChar *)replace);
xmlChar          5622 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_type, (const xmlChar *)type, 1);
xmlChar          5623 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_orig, (const xmlChar *)orig, 2);
xmlChar          5624 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_replace, (const xmlChar *)replace, 3);
xmlChar          5695 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to remove */
xmlChar          5704 third_party/libxml/src/testapi.c         ret_val = xmlACatalogRemove(catal, (const xmlChar *)value);
xmlChar          5708 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          5733 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          5736 third_party/libxml/src/testapi.c     xmlChar * pubID; /* the public ID string */
xmlChar          5738 third_party/libxml/src/testapi.c     xmlChar * sysID; /* the system ID string */
xmlChar          5749 third_party/libxml/src/testapi.c         ret_val = xmlACatalogResolve(catal, (const xmlChar *)pubID, (const xmlChar *)sysID);
xmlChar          5753 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pubID, (const xmlChar *)pubID, 1);
xmlChar          5754 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 2);
xmlChar          5781 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          5784 third_party/libxml/src/testapi.c     xmlChar * pubID; /* the public ID string */
xmlChar          5793 third_party/libxml/src/testapi.c         ret_val = xmlACatalogResolvePublic(catal, (const xmlChar *)pubID);
xmlChar          5797 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pubID, (const xmlChar *)pubID, 1);
xmlChar          5822 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          5825 third_party/libxml/src/testapi.c     xmlChar * sysID; /* the system ID string */
xmlChar          5834 third_party/libxml/src/testapi.c         ret_val = xmlACatalogResolveSystem(catal, (const xmlChar *)sysID);
xmlChar          5838 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 1);
xmlChar          5863 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          5866 third_party/libxml/src/testapi.c     xmlChar * URI; /* the URI */
xmlChar          5875 third_party/libxml/src/testapi.c         ret_val = xmlACatalogResolveURI(catal, (const xmlChar *)URI);
xmlChar          5879 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 1);
xmlChar          5905 third_party/libxml/src/testapi.c     xmlChar * type; /* the type of record to add to the catalog */
xmlChar          5907 third_party/libxml/src/testapi.c     xmlChar * orig; /* the system, public or prefix to match */
xmlChar          5909 third_party/libxml/src/testapi.c     xmlChar * replace; /* the replacement value for the match */
xmlChar          5920 third_party/libxml/src/testapi.c         ret_val = xmlCatalogAdd((const xmlChar *)type, (const xmlChar *)orig, (const xmlChar *)replace);
xmlChar          5923 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_type, (const xmlChar *)type, 0);
xmlChar          5924 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_orig, (const xmlChar *)orig, 1);
xmlChar          5925 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_replace, (const xmlChar *)replace, 2);
xmlChar          6081 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          6084 third_party/libxml/src/testapi.c     xmlChar * pubID; /* the public ID string */
xmlChar          6086 third_party/libxml/src/testapi.c     xmlChar * sysID; /* the system ID string */
xmlChar          6097 third_party/libxml/src/testapi.c         ret_val = xmlCatalogLocalResolve(catalogs, (const xmlChar *)pubID, (const xmlChar *)sysID);
xmlChar          6101 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pubID, (const xmlChar *)pubID, 1);
xmlChar          6102 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 2);
xmlChar          6129 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          6132 third_party/libxml/src/testapi.c     xmlChar * URI; /* the URI */
xmlChar          6141 third_party/libxml/src/testapi.c         ret_val = xmlCatalogLocalResolveURI(catalogs, (const xmlChar *)URI);
xmlChar          6145 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 1);
xmlChar          6170 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to remove */
xmlChar          6176 third_party/libxml/src/testapi.c         ret_val = xmlCatalogRemove((const xmlChar *)value);
xmlChar          6179 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
xmlChar          6194 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          6195 third_party/libxml/src/testapi.c     xmlChar * pubID; /* the public ID string */
xmlChar          6197 third_party/libxml/src/testapi.c     xmlChar * sysID; /* the system ID string */
xmlChar          6205 third_party/libxml/src/testapi.c         ret_val = xmlCatalogResolve((const xmlChar *)pubID, (const xmlChar *)sysID);
xmlChar          6208 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pubID, (const xmlChar *)pubID, 0);
xmlChar          6209 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 1);
xmlChar          6226 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          6227 third_party/libxml/src/testapi.c     xmlChar * pubID; /* the public ID string */
xmlChar          6234 third_party/libxml/src/testapi.c         ret_val = xmlCatalogResolvePublic((const xmlChar *)pubID);
xmlChar          6237 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pubID, (const xmlChar *)pubID, 0);
xmlChar          6260 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          6261 third_party/libxml/src/testapi.c     xmlChar * sysID; /* the system ID string */
xmlChar          6268 third_party/libxml/src/testapi.c         ret_val = xmlCatalogResolveSystem((const xmlChar *)sysID);
xmlChar          6271 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_sysID, (const xmlChar *)sysID, 0);
xmlChar          6294 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          6295 third_party/libxml/src/testapi.c     xmlChar * URI; /* the URI */
xmlChar          6302 third_party/libxml/src/testapi.c         ret_val = xmlCatalogResolveURI((const xmlChar *)URI);
xmlChar          6305 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
xmlChar          7389 third_party/libxml/src/testapi.c     xmlChar * str; /* the string */
xmlChar          7398 third_party/libxml/src/testapi.c         xmlDebugDumpString(output, (const xmlChar *)str);
xmlChar          7401 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 1);
xmlChar          8213 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          8216 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          8229 third_party/libxml/src/testapi.c         ret_val = xmlDictExists(dict, (const xmlChar *)name, len);
xmlChar          8233 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          8259 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          8262 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          8275 third_party/libxml/src/testapi.c         ret_val = xmlDictLookup(dict, (const xmlChar *)name, len);
xmlChar          8279 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          8308 third_party/libxml/src/testapi.c     xmlChar * str; /* the string */
xmlChar          8317 third_party/libxml/src/testapi.c         ret_val = xmlDictOwns(dict, (const xmlChar *)str);
xmlChar          8321 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 1);
xmlChar          8344 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          8347 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the prefix */
xmlChar          8349 third_party/libxml/src/testapi.c     xmlChar * name; /* the name */
xmlChar          8360 third_party/libxml/src/testapi.c         ret_val = xmlDictQLookup(dict, (const xmlChar *)prefix, (const xmlChar *)name);
xmlChar          8364 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1);
xmlChar          8365 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          9109 third_party/libxml/src/testapi.c     xmlChar * name; /* the entity name */
xmlChar          9113 third_party/libxml/src/testapi.c     xmlChar * ExternalID; /* the entity external ID if available */
xmlChar          9115 third_party/libxml/src/testapi.c     xmlChar * SystemID; /* the entity system ID if available */
xmlChar          9117 third_party/libxml/src/testapi.c     xmlChar * content; /* the entity content */
xmlChar          9134 third_party/libxml/src/testapi.c         ret_val = xmlAddDocEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
xmlChar          9138 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          9140 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ExternalID, (const xmlChar *)ExternalID, 3);
xmlChar          9141 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_SystemID, (const xmlChar *)SystemID, 4);
xmlChar          9142 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 5);
xmlChar          9176 third_party/libxml/src/testapi.c     xmlChar * name; /* the entity name */
xmlChar          9180 third_party/libxml/src/testapi.c     xmlChar * ExternalID; /* the entity external ID if available */
xmlChar          9182 third_party/libxml/src/testapi.c     xmlChar * SystemID; /* the entity system ID if available */
xmlChar          9184 third_party/libxml/src/testapi.c     xmlChar * content; /* the entity content */
xmlChar          9201 third_party/libxml/src/testapi.c         ret_val = xmlAddDtdEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
xmlChar          9205 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          9207 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ExternalID, (const xmlChar *)ExternalID, 3);
xmlChar          9208 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_SystemID, (const xmlChar *)SystemID, 4);
xmlChar          9209 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 5);
xmlChar          9379 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          9382 third_party/libxml/src/testapi.c     xmlChar * input; /* A string to convert to XML. */
xmlChar          9391 third_party/libxml/src/testapi.c         ret_val = xmlEncodeEntitiesReentrant(doc, (const xmlChar *)input);
xmlChar          9395 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_input, (const xmlChar *)input, 1);
xmlChar          9418 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          9421 third_party/libxml/src/testapi.c     xmlChar * input; /* A string to convert to XML. */
xmlChar          9430 third_party/libxml/src/testapi.c         ret_val = xmlEncodeSpecialChars(doc, (const xmlChar *)input);
xmlChar          9434 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_input, (const xmlChar *)input, 1);
xmlChar          9460 third_party/libxml/src/testapi.c     xmlChar * name; /* the entity name */
xmlChar          9469 third_party/libxml/src/testapi.c         ret_val = xmlGetDocEntity(doc, (const xmlChar *)name);
xmlChar          9473 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          9499 third_party/libxml/src/testapi.c     xmlChar * name; /* the entity name */
xmlChar          9508 third_party/libxml/src/testapi.c         ret_val = xmlGetDtdEntity(doc, (const xmlChar *)name);
xmlChar          9512 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          9538 third_party/libxml/src/testapi.c     xmlChar * name; /* the entity name */
xmlChar          9547 third_party/libxml/src/testapi.c         ret_val = xmlGetParameterEntity(doc, (const xmlChar *)name);
xmlChar          9551 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          9575 third_party/libxml/src/testapi.c     xmlChar * name; /* the entity name */
xmlChar          9582 third_party/libxml/src/testapi.c         ret_val = xmlGetPredefinedEntity((const xmlChar *)name);
xmlChar          9585 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0);
xmlChar          9636 third_party/libxml/src/testapi.c     xmlChar * name; /* the entity name */
xmlChar          9640 third_party/libxml/src/testapi.c     xmlChar * ExternalID; /* the entity external ID if available */
xmlChar          9642 third_party/libxml/src/testapi.c     xmlChar * SystemID; /* the entity system ID if available */
xmlChar          9644 third_party/libxml/src/testapi.c     xmlChar * content; /* the entity content */
xmlChar          9661 third_party/libxml/src/testapi.c         ret_val = xmlNewEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
xmlChar          9665 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          9667 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ExternalID, (const xmlChar *)ExternalID, 3);
xmlChar          9668 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_SystemID, (const xmlChar *)SystemID, 4);
xmlChar          9669 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 5);
xmlChar          9728 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          9741 third_party/libxml/src/testapi.c         ret_val = xmlHashAddEntry(table, (const xmlChar *)name, userdata);
xmlChar          9745 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          9774 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          9776 third_party/libxml/src/testapi.c     xmlChar * name2; /* a second name of the userdata */
xmlChar          9791 third_party/libxml/src/testapi.c         ret_val = xmlHashAddEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, userdata);
xmlChar          9795 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          9796 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
xmlChar          9827 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          9829 third_party/libxml/src/testapi.c     xmlChar * name2; /* a second name of the userdata */
xmlChar          9831 third_party/libxml/src/testapi.c     xmlChar * name3; /* a third name of the userdata */
xmlChar          9848 third_party/libxml/src/testapi.c         ret_val = xmlHashAddEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, userdata);
xmlChar          9852 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          9853 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
xmlChar          9854 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name3, (const xmlChar *)name3, 3);
xmlChar          9917 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          9926 third_party/libxml/src/testapi.c         ret_val = xmlHashLookup(table, (const xmlChar *)name);
xmlChar          9930 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          9956 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          9958 third_party/libxml/src/testapi.c     xmlChar * name2; /* a second name of the userdata */
xmlChar          9969 third_party/libxml/src/testapi.c         ret_val = xmlHashLookup2(table, (const xmlChar *)name, (const xmlChar *)name2);
xmlChar          9973 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          9974 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
xmlChar          10002 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          10004 third_party/libxml/src/testapi.c     xmlChar * name2; /* a second name of the userdata */
xmlChar          10006 third_party/libxml/src/testapi.c     xmlChar * name3; /* a third name of the userdata */
xmlChar          10019 third_party/libxml/src/testapi.c         ret_val = xmlHashLookup3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3);
xmlChar          10023 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          10024 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
xmlChar          10025 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name3, (const xmlChar *)name3, 3);
xmlChar          10055 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the prefix of the userdata */
xmlChar          10057 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          10068 third_party/libxml/src/testapi.c         ret_val = xmlHashQLookup(table, (const xmlChar *)prefix, (const xmlChar *)name);
xmlChar          10072 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1);
xmlChar          10073 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          10101 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the prefix of the userdata */
xmlChar          10103 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          10105 third_party/libxml/src/testapi.c     xmlChar * prefix2; /* the second prefix of the userdata */
xmlChar          10107 third_party/libxml/src/testapi.c     xmlChar * name2; /* a second name of the userdata */
xmlChar          10122 third_party/libxml/src/testapi.c         ret_val = xmlHashQLookup2(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2);
xmlChar          10126 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1);
xmlChar          10127 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          10128 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3);
xmlChar          10129 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 4);
xmlChar          10161 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the prefix of the userdata */
xmlChar          10163 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          10165 third_party/libxml/src/testapi.c     xmlChar * prefix2; /* the second prefix of the userdata */
xmlChar          10167 third_party/libxml/src/testapi.c     xmlChar * name2; /* a second name of the userdata */
xmlChar          10169 third_party/libxml/src/testapi.c     xmlChar * prefix3; /* the third prefix of the userdata */
xmlChar          10171 third_party/libxml/src/testapi.c     xmlChar * name3; /* a third name of the userdata */
xmlChar          10190 third_party/libxml/src/testapi.c         ret_val = xmlHashQLookup3(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2, (const xmlChar *)prefix3, (const xmlChar *)name3);
xmlChar          10194 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1);
xmlChar          10195 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          10196 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3);
xmlChar          10197 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 4);
xmlChar          10198 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix3, (const xmlChar *)prefix3, 5);
xmlChar          10199 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name3, (const xmlChar *)name3, 6);
xmlChar          10235 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          10248 third_party/libxml/src/testapi.c         ret_val = xmlHashRemoveEntry(table, (const xmlChar *)name, f);
xmlChar          10252 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          10281 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          10283 third_party/libxml/src/testapi.c     xmlChar * name2; /* a second name of the userdata */
xmlChar          10298 third_party/libxml/src/testapi.c         ret_val = xmlHashRemoveEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, f);
xmlChar          10302 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          10303 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
xmlChar          10334 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          10336 third_party/libxml/src/testapi.c     xmlChar * name2; /* a second name of the userdata */
xmlChar          10338 third_party/libxml/src/testapi.c     xmlChar * name3; /* a third name of the userdata */
xmlChar          10355 third_party/libxml/src/testapi.c         ret_val = xmlHashRemoveEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, f);
xmlChar          10359 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          10360 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
xmlChar          10361 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name3, (const xmlChar *)name3, 3);
xmlChar          10466 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          10483 third_party/libxml/src/testapi.c         ret_val = xmlHashUpdateEntry(table, (const xmlChar *)name, userdata, f);
xmlChar          10487 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          10519 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          10521 third_party/libxml/src/testapi.c     xmlChar * name2; /* a second name of the userdata */
xmlChar          10540 third_party/libxml/src/testapi.c         ret_val = xmlHashUpdateEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, userdata, f);
xmlChar          10544 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          10545 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
xmlChar          10579 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the userdata */
xmlChar          10581 third_party/libxml/src/testapi.c     xmlChar * name2; /* a second name of the userdata */
xmlChar          10583 third_party/libxml/src/testapi.c     xmlChar * name3; /* a third name of the userdata */
xmlChar          10604 third_party/libxml/src/testapi.c         ret_val = xmlHashUpdateEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, userdata, f);
xmlChar          10608 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          10609 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
xmlChar          10610 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name3, (const xmlChar *)name3, 3);
xmlChar          12679 third_party/libxml/src/testapi.c     xmlChar * cur; /* a pointer to an array of xmlChar */
xmlChar          12686 third_party/libxml/src/testapi.c         ret_val = xmlCreateDocParserCtxt((const xmlChar *)cur);
xmlChar          12689 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 0);
xmlChar          12775 third_party/libxml/src/testapi.c     xmlChar * cur; /* a pointer to a zero terminated string */
xmlChar          12796 third_party/libxml/src/testapi.c         ret_val = xmlCtxtReadDoc(ctxt, (const xmlChar *)cur, URL, (const char *)encoding, options);
xmlChar          12800 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 1);
xmlChar          13548 third_party/libxml/src/testapi.c     xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */
xmlChar          13572 third_party/libxml/src/testapi.c         ret_val = xmlParseBalancedChunkMemory(doc, sax, user_data, depth, (const xmlChar *)string, lst);
xmlChar          13579 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 4);
xmlChar          13624 third_party/libxml/src/testapi.c     xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */
xmlChar          13652 third_party/libxml/src/testapi.c         ret_val = xmlParseBalancedChunkMemoryRecover(doc, sax, user_data, depth, (const xmlChar *)string, lst, recover);
xmlChar          13659 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 4);
xmlChar          13755 third_party/libxml/src/testapi.c     xmlChar * URL; /* the URL for the entity to load */
xmlChar          13757 third_party/libxml/src/testapi.c     xmlChar * ID; /* the System ID for the entity to load */
xmlChar          13772 third_party/libxml/src/testapi.c         ret_val = xmlParseCtxtExternalEntity(ctx, (const xmlChar *)URL, (const xmlChar *)ID, lst);
xmlChar          13776 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URL, (const xmlChar *)URL, 1);
xmlChar          13777 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ID, (const xmlChar *)ID, 2);
xmlChar          13808 third_party/libxml/src/testapi.c     xmlChar * ExternalID; /* a NAME* containing the External ID of the DTD */
xmlChar          13810 third_party/libxml/src/testapi.c     xmlChar * SystemID; /* a NAME* containing the URL to the DTD */
xmlChar          13819 third_party/libxml/src/testapi.c         ret_val = xmlParseDTD((const xmlChar *)ExternalID, (const xmlChar *)SystemID);
xmlChar          13822 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ExternalID, (const xmlChar *)ExternalID, 0);
xmlChar          13823 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_SystemID, (const xmlChar *)SystemID, 1);
xmlChar          13851 third_party/libxml/src/testapi.c     xmlChar * cur; /* a pointer to an array of xmlChar */
xmlChar          13858 third_party/libxml/src/testapi.c         ret_val = xmlParseDoc((const xmlChar *)cur);
xmlChar          13861 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 0);
xmlChar          13997 third_party/libxml/src/testapi.c     xmlChar * URL; /* the URL for the entity to load */
xmlChar          13999 third_party/libxml/src/testapi.c     xmlChar * ID; /* the System ID for the entity to load */
xmlChar          14020 third_party/libxml/src/testapi.c         ret_val = xmlParseExternalEntity(doc, sax, user_data, depth, (const xmlChar *)URL, (const xmlChar *)ID, lst);
xmlChar          14027 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URL, (const xmlChar *)URL, 4);
xmlChar          14028 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ID, (const xmlChar *)ID, 5);
xmlChar          14464 third_party/libxml/src/testapi.c     xmlChar * cur; /* a pointer to a zero terminated string */
xmlChar          14483 third_party/libxml/src/testapi.c         ret_val = xmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options);
xmlChar          14486 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 0);
xmlChar          14625 third_party/libxml/src/testapi.c     xmlChar * cur; /* a pointer to an array of xmlChar */
xmlChar          14632 third_party/libxml/src/testapi.c         ret_val = xmlRecoverDoc((const xmlChar *)cur);
xmlChar          14635 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 0);
xmlChar          14742 third_party/libxml/src/testapi.c     xmlChar * ExternalID; /* a NAME* containing the External ID of the DTD */
xmlChar          14744 third_party/libxml/src/testapi.c     xmlChar * SystemID; /* a NAME* containing the URL to the DTD */
xmlChar          14755 third_party/libxml/src/testapi.c         ret_val = xmlSAXParseDTD(sax, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
xmlChar          14759 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ExternalID, (const xmlChar *)ExternalID, 1);
xmlChar          14760 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_SystemID, (const xmlChar *)SystemID, 2);
xmlChar          14792 third_party/libxml/src/testapi.c     xmlChar * cur; /* a pointer to an array of xmlChar */
xmlChar          14805 third_party/libxml/src/testapi.c         ret_val = xmlSAXParseDoc(sax, (const xmlChar *)cur, recovery);
xmlChar          14809 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 1);
xmlChar          15289 third_party/libxml/src/testapi.c     xmlChar * buffer; /* a xmlChar * buffer */
xmlChar          15302 third_party/libxml/src/testapi.c         xmlSetupParserForBuffer(ctxt, (const xmlChar *)buffer, filename);
xmlChar          15305 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_buffer, (const xmlChar *)buffer, 1);
xmlChar          15607 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          15642 third_party/libxml/src/testapi.c     xmlChar * value; /* the element name */
xmlChar          15651 third_party/libxml/src/testapi.c         ret_val = namePush(ctxt, (const xmlChar *)value);
xmlChar          15655 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          15750 third_party/libxml/src/testapi.c     xmlChar * lang; /* pointer to the string value */
xmlChar          15757 third_party/libxml/src/testapi.c         ret_val = xmlCheckLanguageID((const xmlChar *)lang);
xmlChar          15760 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_lang, (const xmlChar *)lang, 0);
xmlChar          15784 third_party/libxml/src/testapi.c     xmlChar * out; /* pointer to an array of xmlChar */
xmlChar          15828 third_party/libxml/src/testapi.c     xmlChar * out; /* pointer to an array of xmlChar */
xmlChar          15867 third_party/libxml/src/testapi.c     xmlChar * URL; /* the entity URL */
xmlChar          15869 third_party/libxml/src/testapi.c     xmlChar * ID; /* the entity PUBLIC ID */
xmlChar          15871 third_party/libxml/src/testapi.c     xmlChar * base; /* a possible base for the target URI */
xmlChar          15882 third_party/libxml/src/testapi.c         ret_val = xmlCreateEntityParserCtxt((const xmlChar *)URL, (const xmlChar *)ID, (const xmlChar *)base);
xmlChar          15885 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URL, (const xmlChar *)URL, 0);
xmlChar          15886 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ID, (const xmlChar *)ID, 1);
xmlChar          15887 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_base, (const xmlChar *)base, 2);
xmlChar          16243 third_party/libxml/src/testapi.c     xmlChar * buffer; /* an memory buffer */
xmlChar          16252 third_party/libxml/src/testapi.c         ret_val = xmlNewStringInputStream(ctxt, (const xmlChar *)buffer);
xmlChar          16256 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_buffer, (const xmlChar *)buffer, 1);
xmlChar          16339 third_party/libxml/src/testapi.c     xmlChar ret_val;
xmlChar          16420 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          16423 third_party/libxml/src/testapi.c     xmlChar * name; /* an XML parser context */
xmlChar          16425 third_party/libxml/src/testapi.c     xmlChar ** prefix; /* a xmlChar ** */
xmlChar          16436 third_party/libxml/src/testapi.c         ret_val = xmlSplitQName(ctxt, (const xmlChar *)name, prefix);
xmlChar          16440 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          16469 third_party/libxml/src/testapi.c     xmlChar * cur; /* pointer to the beginning of the char */
xmlChar          16482 third_party/libxml/src/testapi.c         ret_val = xmlStringCurrentChar(ctxt, (const xmlChar *)cur, len);
xmlChar          16486 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 1);
xmlChar          16512 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          16515 third_party/libxml/src/testapi.c     xmlChar * str; /* the input string */
xmlChar          16519 third_party/libxml/src/testapi.c     xmlChar end; /* an end marker xmlChar, 0 if none */
xmlChar          16521 third_party/libxml/src/testapi.c     xmlChar end2; /* an end marker xmlChar, 0 if none */
xmlChar          16523 third_party/libxml/src/testapi.c     xmlChar end3; /* an end marker xmlChar, 0 if none */
xmlChar          16540 third_party/libxml/src/testapi.c         ret_val = xmlStringDecodeEntities(ctxt, (const xmlChar *)str, what, end, end2, end3);
xmlChar          16544 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 1);
xmlChar          16579 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          16582 third_party/libxml/src/testapi.c     xmlChar * str; /* the input string */
xmlChar          16588 third_party/libxml/src/testapi.c     xmlChar end; /* an end marker xmlChar, 0 if none */
xmlChar          16590 third_party/libxml/src/testapi.c     xmlChar end2; /* an end marker xmlChar, 0 if none */
xmlChar          16592 third_party/libxml/src/testapi.c     xmlChar end3; /* an end marker xmlChar, 0 if none */
xmlChar          16611 third_party/libxml/src/testapi.c         ret_val = xmlStringLenDecodeEntities(ctxt, (const xmlChar *)str, len, what, end, end2, end3);
xmlChar          16615 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 1);
xmlChar          17066 third_party/libxml/src/testapi.c     xmlChar * name; /* the current name */
xmlChar          17068 third_party/libxml/src/testapi.c     xmlChar * ns; /* the namespace name */
xmlChar          17079 third_party/libxml/src/testapi.c         ret_val = xmlStreamPush(stream, (const xmlChar *)name, (const xmlChar *)ns);
xmlChar          17083 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          17084 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ns, (const xmlChar *)ns, 2);
xmlChar          17114 third_party/libxml/src/testapi.c     xmlChar * name; /* the current name */
xmlChar          17116 third_party/libxml/src/testapi.c     xmlChar * ns; /* the namespace name */
xmlChar          17127 third_party/libxml/src/testapi.c         ret_val = xmlStreamPushAttr(stream, (const xmlChar *)name, (const xmlChar *)ns);
xmlChar          17131 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          17132 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ns, (const xmlChar *)ns, 2);
xmlChar          17162 third_party/libxml/src/testapi.c     xmlChar * name; /* the current name */
xmlChar          17164 third_party/libxml/src/testapi.c     xmlChar * ns; /* the namespace name */
xmlChar          17179 third_party/libxml/src/testapi.c         ret_val = xmlStreamPushNode(stream, (const xmlChar *)name, (const xmlChar *)ns, nodeType);
xmlChar          17183 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          17184 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ns, (const xmlChar *)ns, 2);
xmlChar          17844 third_party/libxml/src/testapi.c     xmlChar * data; /* some character data read */
xmlChar          17857 third_party/libxml/src/testapi.c         ret_val = xmlRelaxNGValidatePushCData(ctxt, (const xmlChar *)data, len);
xmlChar          17861 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_data, (const xmlChar *)data, 1);
xmlChar          18375 third_party/libxml/src/testapi.c     xmlChar * string; /* the text content */
xmlChar          18388 third_party/libxml/src/testapi.c         xmlAttrSerializeTxtContent(buf, doc, attr, (const xmlChar *)string);
xmlChar          18393 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 3);
xmlChar          18425 third_party/libxml/src/testapi.c     xmlChar * str; /* the #xmlChar string */
xmlChar          18438 third_party/libxml/src/testapi.c         ret_val = xmlBufferAdd(buf, (const xmlChar *)str, len);
xmlChar          18442 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 1);
xmlChar          18471 third_party/libxml/src/testapi.c     xmlChar * str; /* the #xmlChar string */
xmlChar          18484 third_party/libxml/src/testapi.c         ret_val = xmlBufferAddHead(buf, (const xmlChar *)str, len);
xmlChar          18488 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 1);
xmlChar          18556 third_party/libxml/src/testapi.c     xmlChar * str; /* the #xmlChar string */
xmlChar          18565 third_party/libxml/src/testapi.c         ret_val = xmlBufferCat(buf, (const xmlChar *)str);
xmlChar          18569 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 1);
xmlChar          18599 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          18895 third_party/libxml/src/testapi.c     xmlChar * string; /* the string to add */
xmlChar          18904 third_party/libxml/src/testapi.c         xmlBufferWriteCHAR(buf, (const xmlChar *)string);
xmlChar          18907 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 1);
xmlChar          18969 third_party/libxml/src/testapi.c     xmlChar * string; /* the string to add */
xmlChar          18978 third_party/libxml/src/testapi.c         xmlBufferWriteQuotedString(buf, (const xmlChar *)string);
xmlChar          18981 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 1);
xmlChar          19004 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          19005 third_party/libxml/src/testapi.c     xmlChar * ncname; /* the Name */
xmlChar          19007 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the prefix */
xmlChar          19009 third_party/libxml/src/testapi.c     xmlChar * memory; /* preallocated memory */
xmlChar          19024 third_party/libxml/src/testapi.c         ret_val = xmlBuildQName((const xmlChar *)ncname, (const xmlChar *)prefix, memory, len);
xmlChar          19031 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ncname, (const xmlChar *)ncname, 0);
xmlChar          19032 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1);
xmlChar          19388 third_party/libxml/src/testapi.c     xmlChar * name; /* the DTD name */
xmlChar          19390 third_party/libxml/src/testapi.c     xmlChar * ExternalID; /* the external (PUBLIC) ID */
xmlChar          19392 third_party/libxml/src/testapi.c     xmlChar * SystemID; /* the system ID */
xmlChar          19405 third_party/libxml/src/testapi.c         ret_val = xmlCreateIntSubset(doc, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
xmlChar          19409 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          19410 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ExternalID, (const xmlChar *)ExternalID, 2);
xmlChar          19411 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_SystemID, (const xmlChar *)SystemID, 3);
xmlChar          19832 third_party/libxml/src/testapi.c     xmlChar ** mem; /* OUT: the memory pointer */
xmlChar          19885 third_party/libxml/src/testapi.c     xmlChar ** doc_txt_ptr; /* Memory pointer for allocated XML text */
xmlChar          19945 third_party/libxml/src/testapi.c     xmlChar ** mem; /* OUT: the memory pointer */
xmlChar          19991 third_party/libxml/src/testapi.c     xmlChar ** doc_txt_ptr; /* Memory pointer for allocated XML text */
xmlChar          20421 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          20424 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          20433 third_party/libxml/src/testapi.c         ret_val = xmlGetNoNsProp(node, (const xmlChar *)name);
xmlChar          20437 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          20461 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          20504 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          20507 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          20509 third_party/libxml/src/testapi.c     xmlChar * nameSpace; /* the URI of the namespace */
xmlChar          20520 third_party/libxml/src/testapi.c         ret_val = xmlGetNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace);
xmlChar          20524 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          20525 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2);
xmlChar          20550 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          20553 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          20562 third_party/libxml/src/testapi.c         ret_val = xmlGetProp(node, (const xmlChar *)name);
xmlChar          20566 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          20592 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          20594 third_party/libxml/src/testapi.c     xmlChar * nameSpace; /* the URI of the namespace */
xmlChar          20605 third_party/libxml/src/testapi.c         ret_val = xmlHasNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace);
xmlChar          20609 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          20610 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2);
xmlChar          20638 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          20647 third_party/libxml/src/testapi.c         ret_val = xmlHasProp(node, (const xmlChar *)name);
xmlChar          20651 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          20707 third_party/libxml/src/testapi.c     xmlChar * systemID; /* the system identifier */
xmlChar          20709 third_party/libxml/src/testapi.c     xmlChar * publicID; /* the public identifier */
xmlChar          20718 third_party/libxml/src/testapi.c         ret_val = xmlIsXHTML((const xmlChar *)systemID, (const xmlChar *)publicID);
xmlChar          20721 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_systemID, (const xmlChar *)systemID, 0);
xmlChar          20722 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_publicID, (const xmlChar *)publicID, 1);
xmlChar          20782 third_party/libxml/src/testapi.c     xmlChar * content; /* the CDATA block content content */
xmlChar          20795 third_party/libxml/src/testapi.c         ret_val = xmlNewCDataBlock(doc, (const xmlChar *)content, len);
xmlChar          20799 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          20828 third_party/libxml/src/testapi.c     xmlChar * name; /* the char ref string, starting with # or "&# ... ;" */
xmlChar          20837 third_party/libxml/src/testapi.c         ret_val = xmlNewCharRef(doc, (const xmlChar *)name);
xmlChar          20841 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          20871 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the child */
xmlChar          20873 third_party/libxml/src/testapi.c     xmlChar * content; /* the XML content of the child if any. */
xmlChar          20886 third_party/libxml/src/testapi.c         ret_val = xmlNewChild(parent, ns, (const xmlChar *)name, (const xmlChar *)content);
xmlChar          20891 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          20892 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 3);
xmlChar          20922 third_party/libxml/src/testapi.c     xmlChar * content; /* the comment content */
xmlChar          20929 third_party/libxml/src/testapi.c         ret_val = xmlNewComment((const xmlChar *)content);
xmlChar          20932 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 0);
xmlChar          20954 third_party/libxml/src/testapi.c     xmlChar * version; /* xmlChar string giving the version of XML "1.0" */
xmlChar          20961 third_party/libxml/src/testapi.c         ret_val = xmlNewDoc((const xmlChar *)version);
xmlChar          20964 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_version, (const xmlChar *)version, 0);
xmlChar          20988 third_party/libxml/src/testapi.c     xmlChar * content; /* the comment content */
xmlChar          20997 third_party/libxml/src/testapi.c         ret_val = xmlNewDocComment(doc, (const xmlChar *)content);
xmlChar          21001 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          21063 third_party/libxml/src/testapi.c     xmlChar * name; /* the node name */
xmlChar          21065 third_party/libxml/src/testapi.c     xmlChar * content; /* the XML text content if any */
xmlChar          21078 third_party/libxml/src/testapi.c         ret_val = xmlNewDocNode(doc, ns, (const xmlChar *)name, (const xmlChar *)content);
xmlChar          21083 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          21084 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 3);
xmlChar          21116 third_party/libxml/src/testapi.c     xmlChar * name; /* the node name */
xmlChar          21118 third_party/libxml/src/testapi.c     xmlChar * content; /* the XML text content if any */
xmlChar          21131 third_party/libxml/src/testapi.c         ret_val = xmlNewDocNodeEatName(doc, ns, name, (const xmlChar *)content);
xmlChar          21137 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 3);
xmlChar          21167 third_party/libxml/src/testapi.c     xmlChar * name; /* the processing instruction name */
xmlChar          21169 third_party/libxml/src/testapi.c     xmlChar * content; /* the PI content */
xmlChar          21180 third_party/libxml/src/testapi.c         ret_val = xmlNewDocPI(doc, (const xmlChar *)name, (const xmlChar *)content);
xmlChar          21184 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          21185 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 2);
xmlChar          21213 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the attribute */
xmlChar          21215 third_party/libxml/src/testapi.c     xmlChar * value; /* the value of the attribute */
xmlChar          21226 third_party/libxml/src/testapi.c         ret_val = xmlNewDocProp(doc, (const xmlChar *)name, (const xmlChar *)value);
xmlChar          21230 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          21231 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 2);
xmlChar          21263 third_party/libxml/src/testapi.c     xmlChar * name; /* the node name */
xmlChar          21265 third_party/libxml/src/testapi.c     xmlChar * content; /* the text content if any */
xmlChar          21278 third_party/libxml/src/testapi.c         ret_val = xmlNewDocRawNode(doc, ns, (const xmlChar *)name, (const xmlChar *)content);
xmlChar          21283 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          21284 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 3);
xmlChar          21316 third_party/libxml/src/testapi.c     xmlChar * content; /* the text content */
xmlChar          21325 third_party/libxml/src/testapi.c         ret_val = xmlNewDocText(doc, (const xmlChar *)content);
xmlChar          21329 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          21355 third_party/libxml/src/testapi.c     xmlChar * content; /* the text content */
xmlChar          21368 third_party/libxml/src/testapi.c         ret_val = xmlNewDocTextLen(doc, (const xmlChar *)content, len);
xmlChar          21372 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          21401 third_party/libxml/src/testapi.c     xmlChar * name; /* the DTD name */
xmlChar          21403 third_party/libxml/src/testapi.c     xmlChar * ExternalID; /* the external ID */
xmlChar          21405 third_party/libxml/src/testapi.c     xmlChar * SystemID; /* the system ID */
xmlChar          21418 third_party/libxml/src/testapi.c         ret_val = xmlNewDtd(doc, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
xmlChar          21422 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          21423 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ExternalID, (const xmlChar *)ExternalID, 2);
xmlChar          21424 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_SystemID, (const xmlChar *)SystemID, 3);
xmlChar          21454 third_party/libxml/src/testapi.c     xmlChar * name; /* the node name */
xmlChar          21463 third_party/libxml/src/testapi.c         ret_val = xmlNewNode(ns, (const xmlChar *)name);
xmlChar          21467 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          21493 third_party/libxml/src/testapi.c     xmlChar * name; /* the node name */
xmlChar          21532 third_party/libxml/src/testapi.c     xmlChar * href; /* the URI associated */
xmlChar          21534 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the prefix for the namespace */
xmlChar          21545 third_party/libxml/src/testapi.c         ret_val = xmlNewNs(node, (const xmlChar *)href, (const xmlChar *)prefix);
xmlChar          21550 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_href, (const xmlChar *)href, 1);
xmlChar          21551 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 2);
xmlChar          21581 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the attribute */
xmlChar          21583 third_party/libxml/src/testapi.c     xmlChar * value; /* the value of the attribute */
xmlChar          21596 third_party/libxml/src/testapi.c         ret_val = xmlNewNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value);
xmlChar          21601 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          21602 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 3);
xmlChar          21634 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the attribute */
xmlChar          21636 third_party/libxml/src/testapi.c     xmlChar * value; /* the value of the attribute */
xmlChar          21649 third_party/libxml/src/testapi.c         ret_val = xmlNewNsPropEatName(node, ns, name, (const xmlChar *)value);
xmlChar          21655 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 3);
xmlChar          21683 third_party/libxml/src/testapi.c     xmlChar * name; /* the processing instruction name */
xmlChar          21685 third_party/libxml/src/testapi.c     xmlChar * content; /* the PI content */
xmlChar          21694 third_party/libxml/src/testapi.c         ret_val = xmlNewPI((const xmlChar *)name, (const xmlChar *)content);
xmlChar          21697 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0);
xmlChar          21698 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          21726 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the attribute */
xmlChar          21728 third_party/libxml/src/testapi.c     xmlChar * value; /* the value of the attribute */
xmlChar          21739 third_party/libxml/src/testapi.c         ret_val = xmlNewProp(node, (const xmlChar *)name, (const xmlChar *)value);
xmlChar          21743 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          21744 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 2);
xmlChar          21774 third_party/libxml/src/testapi.c     xmlChar * name; /* the reference name, or the reference string with & and ; */
xmlChar          21783 third_party/libxml/src/testapi.c         ret_val = xmlNewReference(doc, (const xmlChar *)name);
xmlChar          21787 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          21811 third_party/libxml/src/testapi.c     xmlChar * content; /* the text content */
xmlChar          21818 third_party/libxml/src/testapi.c         ret_val = xmlNewText((const xmlChar *)content);
xmlChar          21821 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 0);
xmlChar          21849 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the child */
xmlChar          21851 third_party/libxml/src/testapi.c     xmlChar * content; /* the text content of the child if any. */
xmlChar          21864 third_party/libxml/src/testapi.c         ret_val = xmlNewTextChild(parent, ns, (const xmlChar *)name, (const xmlChar *)content);
xmlChar          21869 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          21870 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 3);
xmlChar          21900 third_party/libxml/src/testapi.c     xmlChar * content; /* the text content */
xmlChar          21911 third_party/libxml/src/testapi.c         ret_val = xmlNewTextLen((const xmlChar *)content, len);
xmlChar          21914 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 0);
xmlChar          21974 third_party/libxml/src/testapi.c     xmlChar * content; /* extra content */
xmlChar          21983 third_party/libxml/src/testapi.c         xmlNodeAddContent(cur, (const xmlChar *)content);
xmlChar          21986 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          22011 third_party/libxml/src/testapi.c     xmlChar * content; /* extra content */
xmlChar          22024 third_party/libxml/src/testapi.c         xmlNodeAddContentLen(cur, (const xmlChar *)content, len);
xmlChar          22027 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          22221 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          22260 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          22292 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          22389 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          22436 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          22485 third_party/libxml/src/testapi.c     xmlChar * uri; /* the new base URI */
xmlChar          22494 third_party/libxml/src/testapi.c         xmlNodeSetBase(cur, (const xmlChar *)uri);
xmlChar          22497 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_uri, (const xmlChar *)uri, 1);
xmlChar          22523 third_party/libxml/src/testapi.c     xmlChar * content; /* the new value of the content */
xmlChar          22532 third_party/libxml/src/testapi.c         xmlNodeSetContent(cur, (const xmlChar *)content);
xmlChar          22535 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          22561 third_party/libxml/src/testapi.c     xmlChar * content; /* the new value of the content */
xmlChar          22574 third_party/libxml/src/testapi.c         xmlNodeSetContentLen(cur, (const xmlChar *)content, len);
xmlChar          22577 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          22607 third_party/libxml/src/testapi.c     xmlChar * lang; /* the language description */
xmlChar          22616 third_party/libxml/src/testapi.c         xmlNodeSetLang(cur, (const xmlChar *)lang);
xmlChar          22619 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_lang, (const xmlChar *)lang, 1);
xmlChar          22646 third_party/libxml/src/testapi.c     xmlChar * name; /* the new tag name */
xmlChar          22655 third_party/libxml/src/testapi.c         xmlNodeSetName(cur, (const xmlChar *)name);
xmlChar          22658 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          23181 third_party/libxml/src/testapi.c     xmlChar * nameSpace; /* the namespace prefix */
xmlChar          23192 third_party/libxml/src/testapi.c         ret_val = xmlSearchNs(doc, node, (const xmlChar *)nameSpace);
xmlChar          23197 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2);
xmlChar          23227 third_party/libxml/src/testapi.c     xmlChar * href; /* the namespace value */
xmlChar          23238 third_party/libxml/src/testapi.c         ret_val = xmlSearchNsByHref(doc, node, (const xmlChar *)href);
xmlChar          23243 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_href, (const xmlChar *)href, 2);
xmlChar          23408 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          23410 third_party/libxml/src/testapi.c     xmlChar * value; /* the attribute value */
xmlChar          23423 third_party/libxml/src/testapi.c         ret_val = xmlSetNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value);
xmlChar          23428 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          23429 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 3);
xmlChar          23461 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name (a QName) */
xmlChar          23463 third_party/libxml/src/testapi.c     xmlChar * value; /* the attribute value */
xmlChar          23474 third_party/libxml/src/testapi.c         ret_val = xmlSetProp(node, (const xmlChar *)name, (const xmlChar *)value);
xmlChar          23478 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          23479 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 2);
xmlChar          23505 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          23506 third_party/libxml/src/testapi.c     xmlChar * name; /* the full QName */
xmlChar          23508 third_party/libxml/src/testapi.c     xmlChar ** prefix; /* a xmlChar ** */
xmlChar          23517 third_party/libxml/src/testapi.c         ret_val = xmlSplitQName2((const xmlChar *)name, prefix);
xmlChar          23520 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0);
xmlChar          23544 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          23545 third_party/libxml/src/testapi.c     xmlChar * name; /* the full QName */
xmlChar          23556 third_party/libxml/src/testapi.c         ret_val = xmlSplitQName3((const xmlChar *)name, len);
xmlChar          23559 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0);
xmlChar          23586 third_party/libxml/src/testapi.c     xmlChar * value; /* the value of the attribute */
xmlChar          23595 third_party/libxml/src/testapi.c         ret_val = xmlStringGetNodeList(doc, (const xmlChar *)value);
xmlChar          23599 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          23625 third_party/libxml/src/testapi.c     xmlChar * value; /* the value of the text */
xmlChar          23638 third_party/libxml/src/testapi.c         ret_val = xmlStringLenGetNodeList(doc, (const xmlChar *)value, len);
xmlChar          23642 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          23671 third_party/libxml/src/testapi.c     xmlChar * content; /* the content */
xmlChar          23684 third_party/libxml/src/testapi.c         ret_val = xmlTextConcat(node, (const xmlChar *)content, len);
xmlChar          23688 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          23762 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          23773 third_party/libxml/src/testapi.c         ret_val = xmlUnsetNsProp(node, ns, (const xmlChar *)name);
xmlChar          23778 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          23808 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          23817 third_party/libxml/src/testapi.c         ret_val = xmlUnsetProp(node, (const xmlChar *)name);
xmlChar          23821 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          23848 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
xmlChar          23859 third_party/libxml/src/testapi.c         ret_val = xmlValidateNCName((const xmlChar *)value, space);
xmlChar          23862 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
xmlChar          23891 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
xmlChar          23902 third_party/libxml/src/testapi.c         ret_val = xmlValidateNMToken((const xmlChar *)value, space);
xmlChar          23905 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
xmlChar          23934 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
xmlChar          23945 third_party/libxml/src/testapi.c         ret_val = xmlValidateName((const xmlChar *)value, space);
xmlChar          23948 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
xmlChar          23977 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
xmlChar          23988 third_party/libxml/src/testapi.c         ret_val = xmlValidateQName((const xmlChar *)value, space);
xmlChar          23991 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
xmlChar          24169 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          24170 third_party/libxml/src/testapi.c     xmlChar * URI; /* the URI reference under consideration */
xmlChar          24172 third_party/libxml/src/testapi.c     xmlChar * base; /* the base value */
xmlChar          24181 third_party/libxml/src/testapi.c         ret_val = xmlBuildRelativeURI((const xmlChar *)URI, (const xmlChar *)base);
xmlChar          24184 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
xmlChar          24185 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_base, (const xmlChar *)base, 1);
xmlChar          24208 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          24209 third_party/libxml/src/testapi.c     xmlChar * URI; /* the URI instance found in the document */
xmlChar          24211 third_party/libxml/src/testapi.c     xmlChar * base; /* the base value */
xmlChar          24220 third_party/libxml/src/testapi.c         ret_val = xmlBuildURI((const xmlChar *)URI, (const xmlChar *)base);
xmlChar          24223 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
xmlChar          24224 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_base, (const xmlChar *)base, 1);
xmlChar          24247 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          24248 third_party/libxml/src/testapi.c     xmlChar * path; /* the resource locator in a filesystem notation */
xmlChar          24255 third_party/libxml/src/testapi.c         ret_val = xmlCanonicPath((const xmlChar *)path);
xmlChar          24258 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_path, (const xmlChar *)path, 0);
xmlChar          24387 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          24388 third_party/libxml/src/testapi.c     xmlChar * path; /* the resource locator in a filesystem notation */
xmlChar          24395 third_party/libxml/src/testapi.c         ret_val = xmlPathToURI((const xmlChar *)path);
xmlChar          24398 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_path, (const xmlChar *)path, 0);
xmlChar          24456 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          24488 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          24489 third_party/libxml/src/testapi.c     xmlChar * str; /* the string of the URI to escape */
xmlChar          24496 third_party/libxml/src/testapi.c         ret_val = xmlURIEscape((const xmlChar *)str);
xmlChar          24499 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 0);
xmlChar          24520 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          24521 third_party/libxml/src/testapi.c     xmlChar * str; /* string to escape */
xmlChar          24523 third_party/libxml/src/testapi.c     xmlChar * list; /* exception list string of chars not to escape */
xmlChar          24532 third_party/libxml/src/testapi.c         ret_val = xmlURIEscapeStr((const xmlChar *)str, (const xmlChar *)list);
xmlChar          24535 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 0);
xmlChar          24536 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_list, (const xmlChar *)list, 1);
xmlChar          24598 third_party/libxml/src/testapi.c     xmlChar * elem; /* the element name */
xmlChar          24600 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          24602 third_party/libxml/src/testapi.c     xmlChar * ns; /* the attribute namespace prefix */
xmlChar          24608 third_party/libxml/src/testapi.c     xmlChar * defaultValue; /* the attribute default value */
xmlChar          24633 third_party/libxml/src/testapi.c         ret_val = xmlAddAttributeDecl(ctxt, dtd, (const xmlChar *)elem, (const xmlChar *)name, (const xmlChar *)ns, type, def, (const xmlChar *)defaultValue, tree);
xmlChar          24638 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_elem, (const xmlChar *)elem, 2);
xmlChar          24639 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 3);
xmlChar          24640 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ns, (const xmlChar *)ns, 4);
xmlChar          24643 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_defaultValue, (const xmlChar *)defaultValue, 7);
xmlChar          24686 third_party/libxml/src/testapi.c     xmlChar * name; /* the entity name */
xmlChar          24705 third_party/libxml/src/testapi.c         ret_val = xmlAddElementDecl(ctxt, dtd, (const xmlChar *)name, type, content);
xmlChar          24710 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          25171 third_party/libxml/src/testapi.c     xmlChar * elem; /* the element name */
xmlChar          25173 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          25184 third_party/libxml/src/testapi.c         ret_val = xmlGetDtdAttrDesc(dtd, (const xmlChar *)elem, (const xmlChar *)name);
xmlChar          25188 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_elem, (const xmlChar *)elem, 1);
xmlChar          25189 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          25217 third_party/libxml/src/testapi.c     xmlChar * name; /* the element name */
xmlChar          25226 third_party/libxml/src/testapi.c         ret_val = xmlGetDtdElementDesc(dtd, (const xmlChar *)name);
xmlChar          25230 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          25266 third_party/libxml/src/testapi.c     xmlChar * elem; /* the element name */
xmlChar          25268 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          25270 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the attribute namespace prefix */
xmlChar          25283 third_party/libxml/src/testapi.c         ret_val = xmlGetDtdQAttrDesc(dtd, (const xmlChar *)elem, (const xmlChar *)name, (const xmlChar *)prefix);
xmlChar          25287 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_elem, (const xmlChar *)elem, 1);
xmlChar          25288 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          25289 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 3);
xmlChar          25319 third_party/libxml/src/testapi.c     xmlChar * name; /* the element name */
xmlChar          25321 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the element namespace prefix */
xmlChar          25332 third_party/libxml/src/testapi.c         ret_val = xmlGetDtdQElementDesc(dtd, (const xmlChar *)name, (const xmlChar *)prefix);
xmlChar          25336 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          25337 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 2);
xmlChar          25365 third_party/libxml/src/testapi.c     xmlChar * ID; /* the ID value */
xmlChar          25374 third_party/libxml/src/testapi.c         ret_val = xmlGetID(doc, (const xmlChar *)ID);
xmlChar          25378 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ID, (const xmlChar *)ID, 1);
xmlChar          25460 third_party/libxml/src/testapi.c     xmlChar * name; /* the element name */
xmlChar          25469 third_party/libxml/src/testapi.c         ret_val = xmlIsMixedElement(doc, (const xmlChar *)name);
xmlChar          25473 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          25545 third_party/libxml/src/testapi.c     xmlChar * name; /* the subelement name or NULL */
xmlChar          25558 third_party/libxml/src/testapi.c         ret_val = xmlNewDocElementContent(doc, (const xmlChar *)name, type);
xmlChar          25563 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          25590 third_party/libxml/src/testapi.c     xmlChar * name; /* the subelement name or NULL */
xmlChar          25601 third_party/libxml/src/testapi.c         ret_val = xmlNewElementContent((const xmlChar *)name, type);
xmlChar          25604 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0);
xmlChar          25857 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          25864 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          25866 third_party/libxml/src/testapi.c     xmlChar * value; /* the attribute value */
xmlChar          25881 third_party/libxml/src/testapi.c         ret_val = xmlValidCtxtNormalizeAttributeValue(ctxt, doc, elem, (const xmlChar *)name, (const xmlChar *)value);
xmlChar          25887 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 3);
xmlChar          25888 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 4);
xmlChar          25930 third_party/libxml/src/testapi.c     xmlChar ** names; /* an array to store the list of child names */
xmlChar          25947 third_party/libxml/src/testapi.c         ret_val = xmlValidGetPotentialChildren(ctree, (const xmlChar **)names, len, max);
xmlChar          25951 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr_ptr(n_names, (const xmlChar **)names, 1);
xmlChar          25989 third_party/libxml/src/testapi.c     xmlChar ** names; /* an array to store the list of child names */
xmlChar          26004 third_party/libxml/src/testapi.c         ret_val = xmlValidGetValidElements(prev, next, (const xmlChar **)names, max);
xmlChar          26009 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr_ptr(n_names, (const xmlChar **)names, 2);
xmlChar          26040 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          26045 third_party/libxml/src/testapi.c     xmlChar * name; /* the attribute name */
xmlChar          26047 third_party/libxml/src/testapi.c     xmlChar * value; /* the attribute value */
xmlChar          26060 third_party/libxml/src/testapi.c         ret_val = xmlValidNormalizeAttributeValue(doc, elem, (const xmlChar *)name, (const xmlChar *)value);
xmlChar          26065 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          26066 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 3);
xmlChar          26146 third_party/libxml/src/testapi.c     xmlChar * value; /* an attribute value */
xmlChar          26155 third_party/libxml/src/testapi.c         ret_val = xmlValidateAttributeValue(type, (const xmlChar *)value);
xmlChar          26159 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          26452 third_party/libxml/src/testapi.c     xmlChar * value; /* an Name value */
xmlChar          26459 third_party/libxml/src/testapi.c         ret_val = xmlValidateNameValue((const xmlChar *)value);
xmlChar          26462 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
xmlChar          26486 third_party/libxml/src/testapi.c     xmlChar * value; /* an Names value */
xmlChar          26493 third_party/libxml/src/testapi.c         ret_val = xmlValidateNamesValue((const xmlChar *)value);
xmlChar          26496 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
xmlChar          26520 third_party/libxml/src/testapi.c     xmlChar * value; /* an Nmtoken value */
xmlChar          26527 third_party/libxml/src/testapi.c         ret_val = xmlValidateNmtokenValue((const xmlChar *)value);
xmlChar          26530 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
xmlChar          26554 third_party/libxml/src/testapi.c     xmlChar * value; /* an Nmtokens value */
xmlChar          26561 third_party/libxml/src/testapi.c         ret_val = xmlValidateNmtokensValue((const xmlChar *)value);
xmlChar          26564 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
xmlChar          26640 third_party/libxml/src/testapi.c     xmlChar * notationName; /* the notation name to check */
xmlChar          26651 third_party/libxml/src/testapi.c         ret_val = xmlValidateNotationUse(ctxt, doc, (const xmlChar *)notationName);
xmlChar          26656 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_notationName, (const xmlChar *)notationName, 2);
xmlChar          26692 third_party/libxml/src/testapi.c     xmlChar * value; /* the attribute value (without entities processing) */
xmlChar          26707 third_party/libxml/src/testapi.c         ret_val = xmlValidateOneAttribute(ctxt, doc, elem, attr, (const xmlChar *)value);
xmlChar          26714 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 4);
xmlChar          26800 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the namespace prefix */
xmlChar          26804 third_party/libxml/src/testapi.c     xmlChar * value; /* the attribute value (without entities processing) */
xmlChar          26821 third_party/libxml/src/testapi.c         ret_val = xmlValidateOneNamespace(ctxt, doc, elem, (const xmlChar *)prefix, ns, (const xmlChar *)value);
xmlChar          26827 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 3);
xmlChar          26829 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 5);
xmlChar          26869 third_party/libxml/src/testapi.c     xmlChar * qname; /* the qualified name as appearing in the serialization */
xmlChar          26882 third_party/libxml/src/testapi.c         ret_val = xmlValidatePopElement(ctxt, doc, elem, (const xmlChar *)qname);
xmlChar          26888 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_qname, (const xmlChar *)qname, 3);
xmlChar          26920 third_party/libxml/src/testapi.c     xmlChar * data; /* some character data read */
xmlChar          26933 third_party/libxml/src/testapi.c         ret_val = xmlValidatePushCData(ctxt, (const xmlChar *)data, len);
xmlChar          26937 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_data, (const xmlChar *)data, 1);
xmlChar          26972 third_party/libxml/src/testapi.c     xmlChar * qname; /* the qualified name as appearing in the serialization */
xmlChar          26985 third_party/libxml/src/testapi.c         ret_val = xmlValidatePushElement(ctxt, doc, elem, (const xmlChar *)qname);
xmlChar          26991 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_qname, (const xmlChar *)qname, 3);
xmlChar          28171 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          28172 third_party/libxml/src/testapi.c     xmlChar * path; /* the input file path */
xmlChar          28179 third_party/libxml/src/testapi.c         ret_val = xmlNormalizeWindowsPath((const xmlChar *)path);
xmlChar          28182 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_path, (const xmlChar *)path, 0);
xmlChar          29836 third_party/libxml/src/testapi.c     xmlChar * cur; /* a pointer to a zero terminated string */
xmlChar          29855 third_party/libxml/src/testapi.c         ret_val = xmlReaderForDoc((const xmlChar *)cur, URL, (const char *)encoding, options);
xmlChar          29858 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 0);
xmlChar          30003 third_party/libxml/src/testapi.c     xmlChar * cur; /* a pointer to a zero terminated string */
xmlChar          30024 third_party/libxml/src/testapi.c         ret_val = xmlReaderNewDoc(reader, (const xmlChar *)cur, URL, (const char *)encoding, options);
xmlChar          30028 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 1);
xmlChar          30295 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          30397 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          30431 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          30465 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          30499 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          30533 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          30567 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          30601 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          30604 third_party/libxml/src/testapi.c     xmlChar * str; /* the string to intern. */
xmlChar          30613 third_party/libxml/src/testapi.c         ret_val = xmlTextReaderConstString(reader, (const xmlChar *)str);
xmlChar          30617 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 1);
xmlChar          30642 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          30676 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          30710 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          30880 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          30883 third_party/libxml/src/testapi.c     xmlChar * name; /* the qualified name of the attribute. */
xmlChar          30892 third_party/libxml/src/testapi.c         ret_val = xmlTextReaderGetAttribute(reader, (const xmlChar *)name);
xmlChar          30896 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          30921 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          30962 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          30965 third_party/libxml/src/testapi.c     xmlChar * localName; /* the local name of the attribute. */
xmlChar          30967 third_party/libxml/src/testapi.c     xmlChar * namespaceURI; /* the namespace URI of the attribute. */
xmlChar          30978 third_party/libxml/src/testapi.c         ret_val = xmlTextReaderGetAttributeNs(reader, (const xmlChar *)localName, (const xmlChar *)namespaceURI);
xmlChar          30982 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_localName, (const xmlChar *)localName, 1);
xmlChar          30983 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_namespaceURI, (const xmlChar *)namespaceURI, 2);
xmlChar          31413 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          31457 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          31525 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          31528 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the prefix whose namespace URI is to be resolved. To return the default namespace, specify NULL */
xmlChar          31537 third_party/libxml/src/testapi.c         ret_val = xmlTextReaderLookupNamespace(reader, (const xmlChar *)prefix);
xmlChar          31541 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1);
xmlChar          31569 third_party/libxml/src/testapi.c     xmlChar * name; /* the qualified name of the attribute. */
xmlChar          31578 third_party/libxml/src/testapi.c         ret_val = xmlTextReaderMoveToAttribute(reader, (const xmlChar *)name);
xmlChar          31582 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          31651 third_party/libxml/src/testapi.c     xmlChar * localName; /* the local name of the attribute. */
xmlChar          31653 third_party/libxml/src/testapi.c     xmlChar * namespaceURI; /* the namespace URI of the attribute. */
xmlChar          31664 third_party/libxml/src/testapi.c         ret_val = xmlTextReaderMoveToAttributeNs(reader, (const xmlChar *)localName, (const xmlChar *)namespaceURI);
xmlChar          31668 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_localName, (const xmlChar *)localName, 1);
xmlChar          31669 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_namespaceURI, (const xmlChar *)namespaceURI, 2);
xmlChar          31798 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          31832 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          32002 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          32074 third_party/libxml/src/testapi.c     xmlChar * pattern; /* an XPath subset pattern */
xmlChar          32076 third_party/libxml/src/testapi.c     xmlChar ** namespaces; /* the prefix definitions, array of [URI, prefix] or NULL */
xmlChar          32087 third_party/libxml/src/testapi.c         ret_val = xmlTextReaderPreservePattern(reader, (const xmlChar *)pattern, (const xmlChar **)namespaces);
xmlChar          32091 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pattern, (const xmlChar *)pattern, 1);
xmlChar          32092 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr_ptr(n_namespaces, (const xmlChar **)namespaces, 2);
xmlChar          32621 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          32655 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          32898 third_party/libxml/src/testapi.c     xmlChar ** langList; /* where to store the tokens */
xmlChar          32913 third_party/libxml/src/testapi.c         ret_val = xmlExpGetLanguage(ctxt, exp, (const xmlChar **)langList, len);
xmlChar          32918 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr_ptr(n_langList, (const xmlChar **)langList, 2);
xmlChar          32953 third_party/libxml/src/testapi.c     xmlChar ** tokList; /* where to store the tokens */
xmlChar          32968 third_party/libxml/src/testapi.c         ret_val = xmlExpGetStart(ctxt, exp, (const xmlChar **)tokList, len);
xmlChar          32973 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr_ptr(n_tokList, (const xmlChar **)tokList, 2);
xmlChar          33234 third_party/libxml/src/testapi.c     xmlChar ** string; /* return value for the error string */
xmlChar          33240 third_party/libxml/src/testapi.c     xmlChar ** values; /* pointer to the array of acceptable values */
xmlChar          33259 third_party/libxml/src/testapi.c         ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
xmlChar          33263 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr_ptr(n_string, (const xmlChar **)string, 1);
xmlChar          33307 third_party/libxml/src/testapi.c     xmlChar ** values; /* pointer to the array of acceptable values */
xmlChar          33365 third_party/libxml/src/testapi.c     xmlChar * value; /* a string token input */
xmlChar          33378 third_party/libxml/src/testapi.c         ret_val = xmlRegExecPushString(exec, (const xmlChar *)value, data);
xmlChar          33382 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          33413 third_party/libxml/src/testapi.c     xmlChar * value; /* the first string token input */
xmlChar          33415 third_party/libxml/src/testapi.c     xmlChar * value2; /* the second string token input */
xmlChar          33430 third_party/libxml/src/testapi.c         ret_val = xmlRegExecPushString2(exec, (const xmlChar *)value, (const xmlChar *)value2, data);
xmlChar          33434 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          33435 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value2, (const xmlChar *)value2, 2);
xmlChar          33498 third_party/libxml/src/testapi.c     xmlChar * content; /* the value to check against the regular expression */
xmlChar          33507 third_party/libxml/src/testapi.c         ret_val = xmlRegexpExec(comp, (const xmlChar *)content);
xmlChar          33511 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          34680 third_party/libxml/src/testapi.c     xmlChar * name; /* the optional name of the type */
xmlChar          34693 third_party/libxml/src/testapi.c         ret_val = xmlSchemaCheckFacet(facet, typeDecl, pctxt, (const xmlChar *)name);
xmlChar          34699 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 3);
xmlChar          34745 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          34746 third_party/libxml/src/testapi.c     xmlChar * value; /* a value */
xmlChar          34753 third_party/libxml/src/testapi.c         ret_val = xmlSchemaCollapseString((const xmlChar *)value);
xmlChar          34756 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
xmlChar          34957 third_party/libxml/src/testapi.c     xmlChar ** retValue; /* the returned value */
xmlChar          34966 third_party/libxml/src/testapi.c         ret_val = xmlSchemaGetCanonValue(val, (const xmlChar **)retValue);
xmlChar          34970 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
xmlChar          34998 third_party/libxml/src/testapi.c     xmlChar ** retValue; /* the returned value */
xmlChar          35011 third_party/libxml/src/testapi.c         ret_val = xmlSchemaGetCanonValueWhtsp(val, (const xmlChar **)retValue, ws);
xmlChar          35015 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
xmlChar          35078 third_party/libxml/src/testapi.c     xmlChar * name; /* the type name */
xmlChar          35080 third_party/libxml/src/testapi.c     xmlChar * ns; /* the URI of the namespace usually "http://www.w3.org/2001/XMLSchema" */
xmlChar          35089 third_party/libxml/src/testapi.c         ret_val = xmlSchemaGetPredefinedType((const xmlChar *)name, (const xmlChar *)ns);
xmlChar          35092 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0);
xmlChar          35093 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ns, (const xmlChar *)ns, 1);
xmlChar          35263 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
xmlChar          35280 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValPredefTypeNode(type, (const xmlChar *)value, val, node);
xmlChar          35284 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          35318 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
xmlChar          35335 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValPredefTypeNodeNoNorm(type, (const xmlChar *)value, val, node);
xmlChar          35339 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          35375 third_party/libxml/src/testapi.c     xmlChar * value; /* the lexical repr of the value to validate */
xmlChar          35390 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidateFacet(base, facet, (const xmlChar *)value, val);
xmlChar          35395 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 2);
xmlChar          35432 third_party/libxml/src/testapi.c     xmlChar * value; /* the lexical (or normalized for pattern) repr of the value to validate */
xmlChar          35453 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws);
xmlChar          35459 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 3);
xmlChar          35499 third_party/libxml/src/testapi.c     xmlChar * value; /* the lexical repr. of the value to be validated */
xmlChar          35518 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidateLengthFacet(type, facet, (const xmlChar *)value, val, length);
xmlChar          35523 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 2);
xmlChar          35561 third_party/libxml/src/testapi.c     xmlChar * value; /* the lexical repr. of the value to be validated */
xmlChar          35584 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, ws);
xmlChar          35589 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 2);
xmlChar          35628 third_party/libxml/src/testapi.c     xmlChar * value; /* the lexical repr of the value to validate */
xmlChar          35645 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidateListSimpleTypeFacet(facet, (const xmlChar *)value, actualLen, expectedLen);
xmlChar          35649 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          35683 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
xmlChar          35696 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidatePredefinedType(type, (const xmlChar *)value, val);
xmlChar          35700 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
xmlChar          35803 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          35847 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          35848 third_party/libxml/src/testapi.c     xmlChar * value; /* a value */
xmlChar          35855 third_party/libxml/src/testapi.c         ret_val = xmlSchemaWhiteSpaceReplace((const xmlChar *)value);
xmlChar          35858 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
xmlChar          35922 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          35954 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          36065 third_party/libxml/src/testapi.c     xmlChar * str1; /* the first xmlChar * */
xmlChar          36067 third_party/libxml/src/testapi.c     xmlChar * str2; /* the second xmlChar * */
xmlChar          36076 third_party/libxml/src/testapi.c         ret_val = xmlStrEqual((const xmlChar *)str1, (const xmlChar *)str2);
xmlChar          36079 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str1, (const xmlChar *)str1, 0);
xmlChar          36080 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str2, (const xmlChar *)str2, 1);
xmlChar          36114 third_party/libxml/src/testapi.c     xmlChar * pref; /* the prefix of the QName */
xmlChar          36116 third_party/libxml/src/testapi.c     xmlChar * name; /* the localname of the QName */
xmlChar          36118 third_party/libxml/src/testapi.c     xmlChar * str; /* the second xmlChar * */
xmlChar          36129 third_party/libxml/src/testapi.c         ret_val = xmlStrQEqual((const xmlChar *)pref, (const xmlChar *)name, (const xmlChar *)str);
xmlChar          36132 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pref, (const xmlChar *)pref, 0);
xmlChar          36133 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          36134 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 2);
xmlChar          36170 third_party/libxml/src/testapi.c     xmlChar * str1; /* the first xmlChar * */
xmlChar          36172 third_party/libxml/src/testapi.c     xmlChar * str2; /* the second xmlChar * */
xmlChar          36181 third_party/libxml/src/testapi.c         ret_val = xmlStrcasecmp((const xmlChar *)str1, (const xmlChar *)str2);
xmlChar          36184 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str1, (const xmlChar *)str1, 0);
xmlChar          36185 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str2, (const xmlChar *)str2, 1);
xmlChar          36208 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          36209 third_party/libxml/src/testapi.c     xmlChar * str; /* the xmlChar * array (haystack) */
xmlChar          36211 third_party/libxml/src/testapi.c     xmlChar * val; /* the xmlChar to search (needle) */
xmlChar          36220 third_party/libxml/src/testapi.c         ret_val = xmlStrcasestr((const xmlChar *)str, (const xmlChar *)val);
xmlChar          36223 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 0);
xmlChar          36224 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_val, (const xmlChar *)val, 1);
xmlChar          36247 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          36248 third_party/libxml/src/testapi.c     xmlChar * str; /* the xmlChar * array */
xmlChar          36250 third_party/libxml/src/testapi.c     xmlChar val; /* the xmlChar to search */
xmlChar          36259 third_party/libxml/src/testapi.c         ret_val = xmlStrchr((const xmlChar *)str, val);
xmlChar          36262 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 0);
xmlChar          36287 third_party/libxml/src/testapi.c     xmlChar * str1; /* the first xmlChar * */
xmlChar          36289 third_party/libxml/src/testapi.c     xmlChar * str2; /* the second xmlChar * */
xmlChar          36298 third_party/libxml/src/testapi.c         ret_val = xmlStrcmp((const xmlChar *)str1, (const xmlChar *)str2);
xmlChar          36301 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str1, (const xmlChar *)str1, 0);
xmlChar          36302 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str2, (const xmlChar *)str2, 1);
xmlChar          36325 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          36326 third_party/libxml/src/testapi.c     xmlChar * cur; /* the input xmlChar * */
xmlChar          36333 third_party/libxml/src/testapi.c         ret_val = xmlStrdup((const xmlChar *)cur);
xmlChar          36336 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 0);
xmlChar          36358 third_party/libxml/src/testapi.c     xmlChar * str; /* the xmlChar * array */
xmlChar          36365 third_party/libxml/src/testapi.c         ret_val = xmlStrlen((const xmlChar *)str);
xmlChar          36368 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 0);
xmlChar          36390 third_party/libxml/src/testapi.c     xmlChar * str1; /* the first xmlChar * */
xmlChar          36392 third_party/libxml/src/testapi.c     xmlChar * str2; /* the second xmlChar * */
xmlChar          36405 third_party/libxml/src/testapi.c         ret_val = xmlStrncasecmp((const xmlChar *)str1, (const xmlChar *)str2, len);
xmlChar          36408 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str1, (const xmlChar *)str1, 0);
xmlChar          36409 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str2, (const xmlChar *)str2, 1);
xmlChar          36435 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          36436 third_party/libxml/src/testapi.c     xmlChar * str1; /* first xmlChar string */
xmlChar          36438 third_party/libxml/src/testapi.c     xmlChar * str2; /* second xmlChar string */
xmlChar          36451 third_party/libxml/src/testapi.c         ret_val = xmlStrncatNew((const xmlChar *)str1, (const xmlChar *)str2, len);
xmlChar          36454 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str1, (const xmlChar *)str1, 0);
xmlChar          36455 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str2, (const xmlChar *)str2, 1);
xmlChar          36482 third_party/libxml/src/testapi.c     xmlChar * str1; /* the first xmlChar * */
xmlChar          36484 third_party/libxml/src/testapi.c     xmlChar * str2; /* the second xmlChar * */
xmlChar          36497 third_party/libxml/src/testapi.c         ret_val = xmlStrncmp((const xmlChar *)str1, (const xmlChar *)str2, len);
xmlChar          36500 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str1, (const xmlChar *)str1, 0);
xmlChar          36501 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str2, (const xmlChar *)str2, 1);
xmlChar          36527 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          36528 third_party/libxml/src/testapi.c     xmlChar * cur; /* the input xmlChar * */
xmlChar          36539 third_party/libxml/src/testapi.c         ret_val = xmlStrndup((const xmlChar *)cur, len);
xmlChar          36542 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_cur, (const xmlChar *)cur, 0);
xmlChar          36566 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          36567 third_party/libxml/src/testapi.c     xmlChar * str; /* the xmlChar * array (haystack) */
xmlChar          36569 third_party/libxml/src/testapi.c     xmlChar * val; /* the xmlChar to search (needle) */
xmlChar          36578 third_party/libxml/src/testapi.c         ret_val = xmlStrstr((const xmlChar *)str, (const xmlChar *)val);
xmlChar          36581 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 0);
xmlChar          36582 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_val, (const xmlChar *)val, 1);
xmlChar          36605 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          36606 third_party/libxml/src/testapi.c     xmlChar * str; /* the xmlChar * array (haystack) */
xmlChar          36621 third_party/libxml/src/testapi.c         ret_val = xmlStrsub((const xmlChar *)str, start, len);
xmlChar          36624 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 0);
xmlChar          36652 third_party/libxml/src/testapi.c     xmlChar * utf1; /* pointer to first UTF8 char */
xmlChar          36654 third_party/libxml/src/testapi.c     xmlChar * utf2; /* pointer to second UTF8 char */
xmlChar          36663 third_party/libxml/src/testapi.c         ret_val = xmlUTF8Charcmp((const xmlChar *)utf1, (const xmlChar *)utf2);
xmlChar          36666 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_utf1, (const xmlChar *)utf1, 0);
xmlChar          36667 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_utf2, (const xmlChar *)utf2, 1);
xmlChar          36691 third_party/libxml/src/testapi.c     xmlChar * utf; /* pointer to the UTF8 character */
xmlChar          36698 third_party/libxml/src/testapi.c         ret_val = xmlUTF8Size((const xmlChar *)utf);
xmlChar          36701 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
xmlChar          36723 third_party/libxml/src/testapi.c     xmlChar * utf; /* a sequence of UTF-8 encoded bytes */
xmlChar          36730 third_party/libxml/src/testapi.c         ret_val = xmlUTF8Strlen((const xmlChar *)utf);
xmlChar          36733 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
xmlChar          36755 third_party/libxml/src/testapi.c     xmlChar * utf; /* the input UTF8 * */
xmlChar          36757 third_party/libxml/src/testapi.c     xmlChar * utfchar; /* the UTF8 character to be found */
xmlChar          36766 third_party/libxml/src/testapi.c         ret_val = xmlUTF8Strloc((const xmlChar *)utf, (const xmlChar *)utfchar);
xmlChar          36769 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
xmlChar          36770 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_utfchar, (const xmlChar *)utfchar, 1);
xmlChar          36793 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          36794 third_party/libxml/src/testapi.c     xmlChar * utf; /* the input UTF8 * */
xmlChar          36805 third_party/libxml/src/testapi.c         ret_val = xmlUTF8Strndup((const xmlChar *)utf, len);
xmlChar          36808 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
xmlChar          36832 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          36833 third_party/libxml/src/testapi.c     xmlChar * utf; /* the input UTF8 * */
xmlChar          36844 third_party/libxml/src/testapi.c         ret_val = xmlUTF8Strpos((const xmlChar *)utf, pos);
xmlChar          36847 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
xmlChar          36872 third_party/libxml/src/testapi.c     xmlChar * utf; /* a sequence of UTF-8 encoded bytes */
xmlChar          36883 third_party/libxml/src/testapi.c         ret_val = xmlUTF8Strsize((const xmlChar *)utf, len);
xmlChar          36886 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
xmlChar          36910 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          36911 third_party/libxml/src/testapi.c     xmlChar * utf; /* a sequence of UTF-8 encoded bytes */
xmlChar          36926 third_party/libxml/src/testapi.c         ret_val = xmlUTF8Strsub((const xmlChar *)utf, start, len);
xmlChar          36929 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
xmlChar          43488 third_party/libxml/src/testapi.c     xmlChar * str; /* the xmlChar string */
xmlChar          43497 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterSetIndentString(writer, (const xmlChar *)str);
xmlChar          43501 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 1);
xmlChar          43529 third_party/libxml/src/testapi.c     xmlChar * name; /* element name */
xmlChar          43538 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterStartAttribute(writer, (const xmlChar *)name);
xmlChar          43542 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          43570 third_party/libxml/src/testapi.c     xmlChar * prefix; /* namespace prefix or NULL */
xmlChar          43572 third_party/libxml/src/testapi.c     xmlChar * name; /* element local name */
xmlChar          43574 third_party/libxml/src/testapi.c     xmlChar * namespaceURI; /* namespace URI or NULL */
xmlChar          43587 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterStartAttributeNS(writer, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)namespaceURI);
xmlChar          43591 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1);
xmlChar          43592 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          43593 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_namespaceURI, (const xmlChar *)namespaceURI, 3);
xmlChar          43693 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the DTD */
xmlChar          43695 third_party/libxml/src/testapi.c     xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */
xmlChar          43697 third_party/libxml/src/testapi.c     xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
xmlChar          43710 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterStartDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid);
xmlChar          43714 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          43715 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2);
xmlChar          43716 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 3);
xmlChar          43748 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the DTD ATTLIST */
xmlChar          43757 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterStartDTDAttlist(writer, (const xmlChar *)name);
xmlChar          43761 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          43789 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the DTD element */
xmlChar          43798 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterStartDTDElement(writer, (const xmlChar *)name);
xmlChar          43802 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          43832 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the DTD ATTLIST */
xmlChar          43843 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterStartDTDEntity(writer, pe, (const xmlChar *)name);
xmlChar          43848 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          43933 third_party/libxml/src/testapi.c     xmlChar * name; /* element name */
xmlChar          43942 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterStartElement(writer, (const xmlChar *)name);
xmlChar          43946 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          43974 third_party/libxml/src/testapi.c     xmlChar * prefix; /* namespace prefix or NULL */
xmlChar          43976 third_party/libxml/src/testapi.c     xmlChar * name; /* element local name */
xmlChar          43978 third_party/libxml/src/testapi.c     xmlChar * namespaceURI; /* namespace URI or NULL */
xmlChar          43991 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterStartElementNS(writer, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)namespaceURI);
xmlChar          43995 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1);
xmlChar          43996 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          43997 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_namespaceURI, (const xmlChar *)namespaceURI, 3);
xmlChar          44029 third_party/libxml/src/testapi.c     xmlChar * target; /* PI target */
xmlChar          44038 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterStartPI(writer, (const xmlChar *)target);
xmlChar          44042 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_target, (const xmlChar *)target, 1);
xmlChar          44070 third_party/libxml/src/testapi.c     xmlChar * name; /* attribute name */
xmlChar          44072 third_party/libxml/src/testapi.c     xmlChar * content; /* attribute content */
xmlChar          44083 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteAttribute(writer, (const xmlChar *)name, (const xmlChar *)content);
xmlChar          44087 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          44088 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 2);
xmlChar          44118 third_party/libxml/src/testapi.c     xmlChar * prefix; /* namespace prefix */
xmlChar          44120 third_party/libxml/src/testapi.c     xmlChar * name; /* attribute local name */
xmlChar          44122 third_party/libxml/src/testapi.c     xmlChar * namespaceURI; /* namespace URI */
xmlChar          44124 third_party/libxml/src/testapi.c     xmlChar * content; /* attribute content */
xmlChar          44139 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteAttributeNS(writer, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)namespaceURI, (const xmlChar *)content);
xmlChar          44143 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1);
xmlChar          44144 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          44145 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_namespaceURI, (const xmlChar *)namespaceURI, 3);
xmlChar          44146 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 4);
xmlChar          44290 third_party/libxml/src/testapi.c     xmlChar * content; /* CDATA content */
xmlChar          44299 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteCDATA(writer, (const xmlChar *)content);
xmlChar          44303 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          44331 third_party/libxml/src/testapi.c     xmlChar * content; /* comment string */
xmlChar          44340 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteComment(writer, (const xmlChar *)content);
xmlChar          44344 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          44372 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the DTD */
xmlChar          44374 third_party/libxml/src/testapi.c     xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */
xmlChar          44376 third_party/libxml/src/testapi.c     xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
xmlChar          44378 third_party/libxml/src/testapi.c     xmlChar * subset; /* string content of the DTD */
xmlChar          44393 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)subset);
xmlChar          44397 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          44398 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2);
xmlChar          44399 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 3);
xmlChar          44400 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_subset, (const xmlChar *)subset, 4);
xmlChar          44434 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the DTD ATTLIST */
xmlChar          44436 third_party/libxml/src/testapi.c     xmlChar * content; /* content of the ATTLIST */
xmlChar          44447 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteDTDAttlist(writer, (const xmlChar *)name, (const xmlChar *)content);
xmlChar          44451 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          44452 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 2);
xmlChar          44482 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the DTD element */
xmlChar          44484 third_party/libxml/src/testapi.c     xmlChar * content; /* content of the element */
xmlChar          44495 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteDTDElement(writer, (const xmlChar *)name, (const xmlChar *)content);
xmlChar          44499 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          44500 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 2);
xmlChar          44532 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the DTD entity */
xmlChar          44534 third_party/libxml/src/testapi.c     xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */
xmlChar          44536 third_party/libxml/src/testapi.c     xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
xmlChar          44538 third_party/libxml/src/testapi.c     xmlChar * ndataid; /* the xml notation name. */
xmlChar          44540 third_party/libxml/src/testapi.c     xmlChar * content; /* content of the entity */
xmlChar          44559 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteDTDEntity(writer, pe, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)ndataid, (const xmlChar *)content);
xmlChar          44564 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          44565 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 3);
xmlChar          44566 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 4);
xmlChar          44567 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ndataid, (const xmlChar *)ndataid, 5);
xmlChar          44568 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 6);
xmlChar          44608 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the DTD entity */
xmlChar          44610 third_party/libxml/src/testapi.c     xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */
xmlChar          44612 third_party/libxml/src/testapi.c     xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
xmlChar          44614 third_party/libxml/src/testapi.c     xmlChar * ndataid; /* the xml notation name. */
xmlChar          44631 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteDTDExternalEntity(writer, pe, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)ndataid);
xmlChar          44636 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          44637 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 3);
xmlChar          44638 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 4);
xmlChar          44639 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ndataid, (const xmlChar *)ndataid, 5);
xmlChar          44675 third_party/libxml/src/testapi.c     xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */
xmlChar          44677 third_party/libxml/src/testapi.c     xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
xmlChar          44679 third_party/libxml/src/testapi.c     xmlChar * ndataid; /* the xml notation name. */
xmlChar          44692 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteDTDExternalEntityContents(writer, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)ndataid);
xmlChar          44696 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 1);
xmlChar          44697 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 2);
xmlChar          44698 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ndataid, (const xmlChar *)ndataid, 3);
xmlChar          44732 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the DTD entity */
xmlChar          44734 third_party/libxml/src/testapi.c     xmlChar * content; /* content of the entity */
xmlChar          44747 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteDTDInternalEntity(writer, pe, (const xmlChar *)name, (const xmlChar *)content);
xmlChar          44752 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          44753 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 3);
xmlChar          44785 third_party/libxml/src/testapi.c     xmlChar * name; /* the name of the xml notation */
xmlChar          44787 third_party/libxml/src/testapi.c     xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */
xmlChar          44789 third_party/libxml/src/testapi.c     xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
xmlChar          44802 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteDTDNotation(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid);
xmlChar          44806 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          44807 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2);
xmlChar          44808 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 3);
xmlChar          44840 third_party/libxml/src/testapi.c     xmlChar * name; /* element name */
xmlChar          44842 third_party/libxml/src/testapi.c     xmlChar * content; /* element content */
xmlChar          44853 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteElement(writer, (const xmlChar *)name, (const xmlChar *)content);
xmlChar          44857 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          44858 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 2);
xmlChar          44888 third_party/libxml/src/testapi.c     xmlChar * prefix; /* namespace prefix */
xmlChar          44890 third_party/libxml/src/testapi.c     xmlChar * name; /* element local name */
xmlChar          44892 third_party/libxml/src/testapi.c     xmlChar * namespaceURI; /* namespace URI */
xmlChar          44894 third_party/libxml/src/testapi.c     xmlChar * content; /* element content */
xmlChar          44909 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteElementNS(writer, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)namespaceURI, (const xmlChar *)content);
xmlChar          44913 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1);
xmlChar          44914 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 2);
xmlChar          44915 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_namespaceURI, (const xmlChar *)namespaceURI, 3);
xmlChar          44916 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 4);
xmlChar          45080 third_party/libxml/src/testapi.c     xmlChar * target; /* PI target */
xmlChar          45082 third_party/libxml/src/testapi.c     xmlChar * content; /* PI content */
xmlChar          45093 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWritePI(writer, (const xmlChar *)target, (const xmlChar *)content);
xmlChar          45097 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_target, (const xmlChar *)target, 1);
xmlChar          45098 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 2);
xmlChar          45128 third_party/libxml/src/testapi.c     xmlChar * content; /* text string */
xmlChar          45137 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteRaw(writer, (const xmlChar *)content);
xmlChar          45141 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          45169 third_party/libxml/src/testapi.c     xmlChar * content; /* text string */
xmlChar          45182 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteRawLen(writer, (const xmlChar *)content, len);
xmlChar          45186 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          45217 third_party/libxml/src/testapi.c     xmlChar * content; /* text string */
xmlChar          45226 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteString(writer, (const xmlChar *)content);
xmlChar          45230 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_content, (const xmlChar *)content, 1);
xmlChar          45506 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          45608 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          45676 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          45744 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          45779 third_party/libxml/src/testapi.c     xmlChar * val; /* a string */
xmlChar          45786 third_party/libxml/src/testapi.c         ret_val = xmlXPathCastStringToBoolean((const xmlChar *)val);
xmlChar          45789 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_val, (const xmlChar *)val, 0);
xmlChar          45813 third_party/libxml/src/testapi.c     xmlChar * val; /* a string */
xmlChar          45820 third_party/libxml/src/testapi.c         ret_val = xmlXPathCastStringToNumber((const xmlChar *)val);
xmlChar          45823 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_val, (const xmlChar *)val, 0);
xmlChar          45914 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          46272 third_party/libxml/src/testapi.c     xmlChar * str; /* the XPath expression */
xmlChar          46283 third_party/libxml/src/testapi.c         ret_val = xmlXPathEval((const xmlChar *)str, ctx);
xmlChar          46286 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 0);
xmlChar          46313 third_party/libxml/src/testapi.c     xmlChar * str; /* the XPath expression */
xmlChar          46324 third_party/libxml/src/testapi.c         ret_val = xmlXPathEvalExpression((const xmlChar *)str, ctxt);
xmlChar          46327 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 0);
xmlChar          47601 third_party/libxml/src/testapi.c     xmlChar * name; /* a name string */
xmlChar          47608 third_party/libxml/src/testapi.c         ret_val = xmlXPathIsNodeType((const xmlChar *)name);
xmlChar          47611 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0);
xmlChar          48117 third_party/libxml/src/testapi.c     xmlChar * val; /* the xmlChar * value */
xmlChar          48124 third_party/libxml/src/testapi.c         ret_val = xmlXPathNewString((const xmlChar *)val);
xmlChar          48127 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_val, (const xmlChar *)val, 0);
xmlChar          49275 third_party/libxml/src/testapi.c     const xmlChar * ret_val;
xmlChar          49278 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the namespace prefix value */
xmlChar          49287 third_party/libxml/src/testapi.c         ret_val = xmlXPathNsLookup(ctxt, (const xmlChar *)prefix);
xmlChar          49291 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1);
xmlChar          49355 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          49389 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          49559 third_party/libxml/src/testapi.c     xmlChar * ret_val;
xmlChar          49697 third_party/libxml/src/testapi.c     xmlChar * prefix; /* the namespace prefix cannot be NULL or empty string */
xmlChar          49699 third_party/libxml/src/testapi.c     xmlChar * ns_uri; /* the namespace name */
xmlChar          49710 third_party/libxml/src/testapi.c         ret_val = xmlXPathRegisterNs(ctxt, (const xmlChar *)prefix, (const xmlChar *)ns_uri);
xmlChar          49714 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1);
xmlChar          49715 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ns_uri, (const xmlChar *)ns_uri, 2);
xmlChar          49745 third_party/libxml/src/testapi.c     xmlChar * name; /* the variable name */
xmlChar          49758 third_party/libxml/src/testapi.c         ret_val = xmlXPathRegisterVariable(ctxt, (const xmlChar *)name, value);
xmlChar          49762 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          49803 third_party/libxml/src/testapi.c     xmlChar * name; /* the variable name */
xmlChar          49805 third_party/libxml/src/testapi.c     xmlChar * ns_uri; /* the variable namespace URI */
xmlChar          49820 third_party/libxml/src/testapi.c         ret_val = xmlXPathRegisterVariableNS(ctxt, (const xmlChar *)name, (const xmlChar *)ns_uri, value);
xmlChar          49824 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          49825 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ns_uri, (const xmlChar *)ns_uri, 2);
xmlChar          50062 third_party/libxml/src/testapi.c     xmlChar * str; /* A string to scan */
xmlChar          50069 third_party/libxml/src/testapi.c         ret_val = xmlXPathStringEvalNumber((const xmlChar *)str);
xmlChar          50072 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 0);
xmlChar          50556 third_party/libxml/src/testapi.c     xmlChar * name; /* the variable name */
xmlChar          50565 third_party/libxml/src/testapi.c         ret_val = xmlXPathVariableLookup(ctxt, (const xmlChar *)name);
xmlChar          50569 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          50597 third_party/libxml/src/testapi.c     xmlChar * name; /* the variable name */
xmlChar          50599 third_party/libxml/src/testapi.c     xmlChar * ns_uri; /* the variable namespace URI */
xmlChar          50610 third_party/libxml/src/testapi.c         ret_val = xmlXPathVariableLookupNS(ctxt, (const xmlChar *)name, (const xmlChar *)ns_uri);
xmlChar          50614 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1);
xmlChar          50615 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_ns_uri, (const xmlChar *)ns_uri, 2);
xmlChar          50955 third_party/libxml/src/testapi.c     xmlChar * str; /* the XPointer expression */
xmlChar          50966 third_party/libxml/src/testapi.c         ret_val = xmlXPtrEval((const xmlChar *)str, ctx);
xmlChar          50969 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 0);
xmlChar            55 third_party/libxml/src/tree.c static xmlChar* xmlGetPropNodeValueInternal(xmlAttrPtr prop);
xmlChar           111 third_party/libxml/src/tree.c const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 };
xmlChar           113 third_party/libxml/src/tree.c const xmlChar xmlStringTextNoenc[] =
xmlChar           116 third_party/libxml/src/tree.c const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 };
xmlChar           160 third_party/libxml/src/tree.c xmlGetEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) {
xmlChar           181 third_party/libxml/src/tree.c xmlGetParameterEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) {
xmlChar           213 third_party/libxml/src/tree.c xmlChar *
xmlChar           214 third_party/libxml/src/tree.c xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix,
xmlChar           215 third_party/libxml/src/tree.c 	      xmlChar *memory, int len) {
xmlChar           217 third_party/libxml/src/tree.c     xmlChar *ret;
xmlChar           220 third_party/libxml/src/tree.c     if (prefix == NULL) return((xmlChar *) ncname);
xmlChar           226 third_party/libxml/src/tree.c 	ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
xmlChar           258 third_party/libxml/src/tree.c xmlChar *
xmlChar           259 third_party/libxml/src/tree.c xmlSplitQName2(const xmlChar *name, xmlChar **prefix) {
xmlChar           261 third_party/libxml/src/tree.c     xmlChar *ret = NULL;
xmlChar           318 third_party/libxml/src/tree.c const xmlChar *
xmlChar           319 third_party/libxml/src/tree.c xmlSplitQName3(const xmlChar *name, int *len) {
xmlChar           364 third_party/libxml/src/tree.c xmlValidateNCName(const xmlChar *value, int space) {
xmlChar           365 third_party/libxml/src/tree.c     const xmlChar *cur = value;
xmlChar           438 third_party/libxml/src/tree.c xmlValidateQName(const xmlChar *value, int space) {
xmlChar           439 third_party/libxml/src/tree.c     const xmlChar *cur = value;
xmlChar           536 third_party/libxml/src/tree.c xmlValidateName(const xmlChar *value, int space) {
xmlChar           537 third_party/libxml/src/tree.c     const xmlChar *cur = value;
xmlChar           605 third_party/libxml/src/tree.c xmlValidateNMToken(const xmlChar *value, int space) {
xmlChar           606 third_party/libxml/src/tree.c     const xmlChar *cur = value;
xmlChar           718 third_party/libxml/src/tree.c xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) {
xmlChar           847 third_party/libxml/src/tree.c xmlNewDtd(xmlDocPtr doc, const xmlChar *name,
xmlChar           848 third_party/libxml/src/tree.c                     const xmlChar *ExternalID, const xmlChar *SystemID) {
xmlChar           921 third_party/libxml/src/tree.c xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name,
xmlChar           922 third_party/libxml/src/tree.c                    const xmlChar *ExternalID, const xmlChar *SystemID) {
xmlChar          1029 third_party/libxml/src/tree.c 	    (xmlDictOwns(dict, (const xmlChar *)(str)) == 0)))	\
xmlChar          1043 third_party/libxml/src/tree.c 	    if (xmlDictOwns(dict, (const xmlChar *)(str))) \
xmlChar          1044 third_party/libxml/src/tree.c 		cpy = (xmlChar *) (str); \
xmlChar          1046 third_party/libxml/src/tree.c 		cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
xmlChar          1048 third_party/libxml/src/tree.c 	    cpy = xmlStrdup((const xmlChar *)(str)); }
xmlChar          1060 third_party/libxml/src/tree.c 	    if (xmlDictOwns(dict, (const xmlChar *)(str))) \
xmlChar          1061 third_party/libxml/src/tree.c 		cpy = (const xmlChar *) (str); \
xmlChar          1063 third_party/libxml/src/tree.c 		cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
xmlChar          1065 third_party/libxml/src/tree.c 	    cpy = (const xmlChar *) xmlStrdup((const xmlChar *)(str)); }
xmlChar          1133 third_party/libxml/src/tree.c xmlNewDoc(const xmlChar *version) {
xmlChar          1137 third_party/libxml/src/tree.c 	version = (const xmlChar *) "1.0";
xmlChar          1246 third_party/libxml/src/tree.c xmlStringLenGetNodeList(xmlDocPtr doc, const xmlChar *value, int len) {
xmlChar          1249 third_party/libxml/src/tree.c     xmlChar *val;
xmlChar          1250 third_party/libxml/src/tree.c     const xmlChar *cur = value, *end = cur + len;
xmlChar          1251 third_party/libxml/src/tree.c     const xmlChar *q;
xmlChar          1260 third_party/libxml/src/tree.c 	    xmlChar tmp;
xmlChar          1375 third_party/libxml/src/tree.c 				    (const xmlChar*)node->content);
xmlChar          1396 third_party/libxml/src/tree.c 		xmlChar buf[10];
xmlChar          1443 third_party/libxml/src/tree.c xmlStringGetNodeList(xmlDocPtr doc, const xmlChar *value) {
xmlChar          1446 third_party/libxml/src/tree.c     xmlChar *val;
xmlChar          1447 third_party/libxml/src/tree.c     const xmlChar *cur = value;
xmlChar          1448 third_party/libxml/src/tree.c     const xmlChar *q;
xmlChar          1457 third_party/libxml/src/tree.c 	    xmlChar tmp;
xmlChar          1560 third_party/libxml/src/tree.c 				    (const xmlChar*)node->content);
xmlChar          1580 third_party/libxml/src/tree.c 		xmlChar buf[10];
xmlChar          1627 third_party/libxml/src/tree.c xmlChar *
xmlChar          1631 third_party/libxml/src/tree.c     xmlChar *ret = NULL;
xmlChar          1643 third_party/libxml/src/tree.c                 xmlChar *buffer;
xmlChar          1655 third_party/libxml/src/tree.c                     xmlChar *buffer;
xmlChar          1673 third_party/libxml/src/tree.c                 xmlChar buf[2];
xmlChar          1709 third_party/libxml/src/tree.c xmlChar *
xmlChar          1713 third_party/libxml/src/tree.c     xmlChar *ret = NULL;
xmlChar          1725 third_party/libxml/src/tree.c                 xmlChar *buffer;
xmlChar          1737 third_party/libxml/src/tree.c                     xmlChar *buffer;
xmlChar          1756 third_party/libxml/src/tree.c                 xmlChar buf[2];
xmlChar          1782 third_party/libxml/src/tree.c                    const xmlChar * name, const xmlChar * value,
xmlChar          1792 third_party/libxml/src/tree.c             xmlFree((xmlChar *) name);
xmlChar          1804 third_party/libxml/src/tree.c             xmlFree((xmlChar *) name);
xmlChar          1820 third_party/libxml/src/tree.c             cur->name = (xmlChar *) xmlDictLookup(doc->dict, name, -1);
xmlChar          1883 third_party/libxml/src/tree.c xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) {
xmlChar          1908 third_party/libxml/src/tree.c xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name,
xmlChar          1909 third_party/libxml/src/tree.c            const xmlChar *value) {
xmlChar          1933 third_party/libxml/src/tree.c xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name,
xmlChar          1934 third_party/libxml/src/tree.c            const xmlChar *value) {
xmlChar          1957 third_party/libxml/src/tree.c xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value) {
xmlChar          2107 third_party/libxml/src/tree.c xmlNewDocPI(xmlDocPtr doc, const xmlChar *name, const xmlChar *content) {
xmlChar          2154 third_party/libxml/src/tree.c xmlNewPI(const xmlChar *name, const xmlChar *content) {
xmlChar          2169 third_party/libxml/src/tree.c xmlNewNode(xmlNsPtr ns, const xmlChar *name) {
xmlChar          2211 third_party/libxml/src/tree.c xmlNewNodeEatName(xmlNsPtr ns, xmlChar *name) {
xmlChar          2260 third_party/libxml/src/tree.c               const xmlChar *name, const xmlChar *content) {
xmlChar          2264 third_party/libxml/src/tree.c         cur = xmlNewNodeEatName(ns, (xmlChar *)
xmlChar          2297 third_party/libxml/src/tree.c               xmlChar *name, const xmlChar *content) {
xmlChar          2331 third_party/libxml/src/tree.c                  const xmlChar *name, const xmlChar *content) {
xmlChar          2383 third_party/libxml/src/tree.c xmlNewText(const xmlChar *content) {
xmlChar          2429 third_party/libxml/src/tree.c             const xmlChar *name, const xmlChar *content) {
xmlChar          2498 third_party/libxml/src/tree.c xmlNewCharRef(xmlDocPtr doc, const xmlChar *name) {
xmlChar          2541 third_party/libxml/src/tree.c xmlNewReference(xmlDocPtr doc, const xmlChar *name) {
xmlChar          2597 third_party/libxml/src/tree.c xmlNewDocText(xmlDocPtr doc, const xmlChar *content) {
xmlChar          2614 third_party/libxml/src/tree.c xmlNewTextLen(const xmlChar *content, int len) {
xmlChar          2649 third_party/libxml/src/tree.c xmlNewDocTextLen(xmlDocPtr doc, const xmlChar *content, int len) {
xmlChar          2665 third_party/libxml/src/tree.c xmlNewComment(const xmlChar *content) {
xmlChar          2699 third_party/libxml/src/tree.c xmlNewCDataBlock(xmlDocPtr doc, const xmlChar *content, int len) {
xmlChar          2732 third_party/libxml/src/tree.c xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) {
xmlChar          2809 third_party/libxml/src/tree.c             const xmlChar *name, const xmlChar *content) {
xmlChar          2967 third_party/libxml/src/tree.c 	    xmlChar *tmp;
xmlChar          3039 third_party/libxml/src/tree.c 	    xmlChar *tmp;
xmlChar          3622 third_party/libxml/src/tree.c 		(cur->content != (xmlChar *) &(cur->properties))) {
xmlChar          3697 third_party/libxml/src/tree.c 	(cur->content != (xmlChar *) &(cur->properties))) {
xmlChar          4002 third_party/libxml/src/tree.c 	    xmlChar *id;
xmlChar          4530 third_party/libxml/src/tree.c xmlChar *
xmlChar          4534 third_party/libxml/src/tree.c     xmlChar *buffer = NULL, *temp;
xmlChar          4536 third_party/libxml/src/tree.c     xmlChar *buf;
xmlChar          4546 third_party/libxml/src/tree.c     buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
xmlChar          4551 third_party/libxml/src/tree.c     buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
xmlChar          4736 third_party/libxml/src/tree.c             temp = (xmlChar *) xmlRealloc(buffer, buf_len);
xmlChar          4744 third_party/libxml/src/tree.c             temp = (xmlChar *) xmlRealloc(buf, buf_len);
xmlChar          4842 third_party/libxml/src/tree.c xmlNodeSetLang(xmlNodePtr cur, const xmlChar *lang) {
xmlChar          4890 third_party/libxml/src/tree.c xmlChar *
xmlChar          4892 third_party/libxml/src/tree.c     xmlChar *lang;
xmlChar          4971 third_party/libxml/src/tree.c     xmlChar *space;
xmlChar          5000 third_party/libxml/src/tree.c xmlNodeSetName(xmlNodePtr cur, const xmlChar *name) {
xmlChar          5040 third_party/libxml/src/tree.c 	    xmlFree((xmlChar *) cur->name);
xmlChar          5043 third_party/libxml/src/tree.c 	if (cur->name != NULL) xmlFree((xmlChar *) cur->name);
xmlChar          5059 third_party/libxml/src/tree.c xmlNodeSetBase(xmlNodePtr cur, const xmlChar* uri) {
xmlChar          5061 third_party/libxml/src/tree.c     xmlChar* fixed;
xmlChar          5093 third_party/libxml/src/tree.c 		xmlFree((xmlChar *) doc->URL);
xmlChar          5132 third_party/libxml/src/tree.c xmlChar *
xmlChar          5134 third_party/libxml/src/tree.c     xmlChar *oldbase = NULL;
xmlChar          5135 third_party/libxml/src/tree.c     xmlChar *base, *newbase;
xmlChar          5355 third_party/libxml/src/tree.c xmlChar *
xmlChar          5364 third_party/libxml/src/tree.c                 xmlChar *ret;
xmlChar          5385 third_party/libxml/src/tree.c                 xmlChar *ret;
xmlChar          5416 third_party/libxml/src/tree.c 	    xmlChar *ret;
xmlChar          5430 third_party/libxml/src/tree.c 	    xmlChar *tmp;
xmlChar          5464 third_party/libxml/src/tree.c xmlNodeSetContent(xmlNodePtr cur, const xmlChar *content) {
xmlChar          5487 third_party/libxml/src/tree.c 	        (cur->content != (xmlChar *) &(cur->properties))) {
xmlChar          5541 third_party/libxml/src/tree.c xmlNodeSetContentLen(xmlNodePtr cur, const xmlChar *content, int len) {
xmlChar          5565 third_party/libxml/src/tree.c 	        (cur->content != (xmlChar *) &(cur->properties))) {
xmlChar          5615 third_party/libxml/src/tree.c xmlNodeAddContentLen(xmlNodePtr cur, const xmlChar *content, int len) {
xmlChar          5651 third_party/libxml/src/tree.c 	        if ((cur->content == (xmlChar *) &(cur->properties)) ||
xmlChar          5690 third_party/libxml/src/tree.c xmlNodeAddContent(xmlNodePtr cur, const xmlChar *content) {
xmlChar          5817 third_party/libxml/src/tree.c 	ns->prefix = xmlStrdup((const xmlChar *)"xml");
xmlChar          5840 third_party/libxml/src/tree.c xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) {
xmlChar          5847 third_party/libxml/src/tree.c 	(xmlStrEqual(nameSpace, (const xmlChar *)"xml"))) {
xmlChar          5862 third_party/libxml/src/tree.c 	    cur->prefix = xmlStrdup((const xmlChar *)"xml");
xmlChar          5929 third_party/libxml/src/tree.c              xmlNodePtr ancestor, const xmlChar * prefix)
xmlChar          5969 third_party/libxml/src/tree.c xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href)
xmlChar          5995 third_party/libxml/src/tree.c             cur->prefix = xmlStrdup((const xmlChar *) "xml");
xmlChar          6063 third_party/libxml/src/tree.c     xmlChar prefix[50];
xmlChar          6312 third_party/libxml/src/tree.c xmlGetPropNodeInternal(xmlNodePtr node, const xmlChar *name,
xmlChar          6313 third_party/libxml/src/tree.c 		       const xmlChar *nsName, int useDTD)
xmlChar          6358 third_party/libxml/src/tree.c 	xmlChar *elemQName, *tmpstr = NULL;
xmlChar          6371 third_party/libxml/src/tree.c 	    elemQName = (xmlChar *) node->name;
xmlChar          6425 third_party/libxml/src/tree.c static xmlChar*
xmlChar          6445 third_party/libxml/src/tree.c 		xmlChar *ret;
xmlChar          6452 third_party/libxml/src/tree.c 	return(xmlStrdup((xmlChar *)""));
xmlChar          6472 third_party/libxml/src/tree.c xmlHasProp(xmlNodePtr node, const xmlChar *name) {
xmlChar          6527 third_party/libxml/src/tree.c xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) {
xmlChar          6548 third_party/libxml/src/tree.c xmlChar *
xmlChar          6549 third_party/libxml/src/tree.c xmlGetProp(xmlNodePtr node, const xmlChar *name) {
xmlChar          6573 third_party/libxml/src/tree.c xmlChar *
xmlChar          6574 third_party/libxml/src/tree.c xmlGetNoNsProp(xmlNodePtr node, const xmlChar *name) {
xmlChar          6598 third_party/libxml/src/tree.c xmlChar *
xmlChar          6599 third_party/libxml/src/tree.c xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) {
xmlChar          6619 third_party/libxml/src/tree.c xmlUnsetProp(xmlNodePtr node, const xmlChar *name) {
xmlChar          6640 third_party/libxml/src/tree.c xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) {
xmlChar          6668 third_party/libxml/src/tree.c xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) {
xmlChar          6670 third_party/libxml/src/tree.c     const xmlChar *nqname;
xmlChar          6681 third_party/libxml/src/tree.c 	xmlChar *prefix = xmlStrndup(name, len);
xmlChar          6704 third_party/libxml/src/tree.c xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name,
xmlChar          6705 third_party/libxml/src/tree.c 	     const xmlChar *value)
xmlChar          6782 third_party/libxml/src/tree.c     const xmlChar *cur;
xmlChar          6810 third_party/libxml/src/tree.c xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) {
xmlChar          6824 third_party/libxml/src/tree.c     if ((node->content == (xmlChar *) &(node->properties)) ||
xmlChar          6861 third_party/libxml/src/tree.c     ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
xmlChar          6892 third_party/libxml/src/tree.c         ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
xmlChar          6931 third_party/libxml/src/tree.c     ret->content = (xmlChar *) mem;
xmlChar          7069 third_party/libxml/src/tree.c     xmlChar *newbuf;
xmlChar          7094 third_party/libxml/src/tree.c 	newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);
xmlChar          7102 third_party/libxml/src/tree.c 	newbuf = (xmlChar *) xmlRealloc(buf->content, size);
xmlChar          7141 third_party/libxml/src/tree.c     ret = fwrite(buf->content, sizeof(xmlChar), buf->use, file);
xmlChar          7154 third_party/libxml/src/tree.c const xmlChar *
xmlChar          7194 third_party/libxml/src/tree.c     xmlChar* rebuf = NULL;
xmlChar          7238 third_party/libxml/src/tree.c 	    rebuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + newSize);
xmlChar          7248 third_party/libxml/src/tree.c 	    rebuf = (xmlChar *) xmlMallocAtomic(newSize);
xmlChar          7250 third_party/libxml/src/tree.c 	    rebuf = (xmlChar *) xmlRealloc(buf->content, newSize);
xmlChar          7257 third_party/libxml/src/tree.c 	    rebuf = (xmlChar *) xmlMallocAtomic(newSize);
xmlChar          7288 third_party/libxml/src/tree.c xmlBufferAdd(xmlBufferPtr buf, const xmlChar *str, int len) {
xmlChar          7318 third_party/libxml/src/tree.c     memmove(&buf->content[buf->use], str, len*sizeof(xmlChar));
xmlChar          7337 third_party/libxml/src/tree.c xmlBufferAddHead(xmlBufferPtr buf, const xmlChar *str, int len) {
xmlChar          7404 third_party/libxml/src/tree.c xmlBufferCat(xmlBufferPtr buf, const xmlChar *str) {
xmlChar          7458 third_party/libxml/src/tree.c xmlBufferWriteCHAR(xmlBufferPtr buf, const xmlChar *string) {
xmlChar          7492 third_party/libxml/src/tree.c xmlBufferWriteQuotedString(xmlBufferPtr buf, const xmlChar *string) {
xmlChar          7493 third_party/libxml/src/tree.c     const xmlChar *cur, *base;
xmlChar          7757 third_party/libxml/src/tree.c 		   const xmlChar *nsName,
xmlChar          7758 third_party/libxml/src/tree.c 		   const xmlChar *prefix)
xmlChar          7840 third_party/libxml/src/tree.c xmlTreeNSListLookupByPrefix(xmlNsPtr nsList, const xmlChar *prefix)
xmlChar          7926 third_party/libxml/src/tree.c 	    const xmlChar *old = str;	\
xmlChar          7946 third_party/libxml/src/tree.c 	    cur->content = (xmlChar *) \
xmlChar          8138 third_party/libxml/src/tree.c 			     const xmlChar* nsName,
xmlChar          8238 third_party/libxml/src/tree.c 			  const xmlChar* prefix,
xmlChar          8304 third_party/libxml/src/tree.c 				const xmlChar *nsName,
xmlChar          8305 third_party/libxml/src/tree.c 				const xmlChar *prefix,
xmlChar          8311 third_party/libxml/src/tree.c     const xmlChar *pref;
xmlChar          9525 third_party/libxml/src/tree.c 		xmlChar *idVal;
xmlChar           107 third_party/libxml/src/uri.c #define STRNDUP(s, n) (char *) xmlStrndup((const xmlChar *)(s), (n))
xmlChar           999 third_party/libxml/src/uri.c xmlChar *
xmlChar          1001 third_party/libxml/src/uri.c     xmlChar *ret = NULL;
xmlChar          1002 third_party/libxml/src/uri.c     xmlChar *temp;
xmlChar          1011 third_party/libxml/src/uri.c     ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar));
xmlChar          1024 third_party/libxml/src/uri.c 		temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
xmlChar          1037 third_party/libxml/src/uri.c 	    temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
xmlChar          1053 third_party/libxml/src/uri.c 		temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
xmlChar          1076 third_party/libxml/src/uri.c 		temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
xmlChar          1092 third_party/libxml/src/uri.c 			temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1093 third_party/libxml/src/uri.c 				(max + 1) * sizeof(xmlChar));
xmlChar          1118 third_party/libxml/src/uri.c 		    temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1119 third_party/libxml/src/uri.c 			    (max + 1) * sizeof(xmlChar));
xmlChar          1134 third_party/libxml/src/uri.c 		    temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1135 third_party/libxml/src/uri.c 			    (max + 1) * sizeof(xmlChar));
xmlChar          1149 third_party/libxml/src/uri.c 		    temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1150 third_party/libxml/src/uri.c 			    (max + 1) * sizeof(xmlChar));
xmlChar          1164 third_party/libxml/src/uri.c 		temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1165 third_party/libxml/src/uri.c 			(max + 1) * sizeof(xmlChar));
xmlChar          1180 third_party/libxml/src/uri.c 		    temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1181 third_party/libxml/src/uri.c 			    (max + 1) * sizeof(xmlChar));
xmlChar          1206 third_party/libxml/src/uri.c 		temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1207 third_party/libxml/src/uri.c 			(max + 1) * sizeof(xmlChar));
xmlChar          1233 third_party/libxml/src/uri.c 		    ret = (xmlChar *) xmlRealloc(ret,
xmlChar          1234 third_party/libxml/src/uri.c 			    (max + 1) * sizeof(xmlChar));
xmlChar          1248 third_party/libxml/src/uri.c 		    temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1249 third_party/libxml/src/uri.c 			    (max + 1) * sizeof(xmlChar));
xmlChar          1275 third_party/libxml/src/uri.c 		temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1276 third_party/libxml/src/uri.c 			(max + 1) * sizeof(xmlChar));
xmlChar          1290 third_party/libxml/src/uri.c 		    temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1291 third_party/libxml/src/uri.c 			    (max + 1) * sizeof(xmlChar));
xmlChar          1305 third_party/libxml/src/uri.c 		temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1306 third_party/libxml/src/uri.c 			(max + 1) * sizeof(xmlChar));
xmlChar          1320 third_party/libxml/src/uri.c 		    temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1321 third_party/libxml/src/uri.c 			    (max + 1) * sizeof(xmlChar));
xmlChar          1345 third_party/libxml/src/uri.c 	    temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1346 third_party/libxml/src/uri.c 		    (max + 1) * sizeof(xmlChar));
xmlChar          1360 third_party/libxml/src/uri.c 		temp = (xmlChar *) xmlRealloc(ret,
xmlChar          1361 third_party/libxml/src/uri.c 			(max + 1) * sizeof(xmlChar));
xmlChar          1383 third_party/libxml/src/uri.c 	temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
xmlChar          1405 third_party/libxml/src/uri.c     xmlChar *out;
xmlChar          1741 third_party/libxml/src/uri.c xmlChar *
xmlChar          1742 third_party/libxml/src/uri.c xmlURIEscapeStr(const xmlChar *str, const xmlChar *list) {
xmlChar          1743 third_party/libxml/src/uri.c     xmlChar *ret, ch;
xmlChar          1744 third_party/libxml/src/uri.c     xmlChar *temp;
xmlChar          1745 third_party/libxml/src/uri.c     const xmlChar *in;
xmlChar          1757 third_party/libxml/src/uri.c     ret = (xmlChar *) xmlMallocAtomic(len);
xmlChar          1763 third_party/libxml/src/uri.c     in = (const xmlChar *) str;
xmlChar          1768 third_party/libxml/src/uri.c 	    temp = (xmlChar *) xmlRealloc(ret, len);
xmlChar          1818 third_party/libxml/src/uri.c xmlChar *
xmlChar          1819 third_party/libxml/src/uri.c xmlURIEscape(const xmlChar * str)
xmlChar          1821 third_party/libxml/src/uri.c     xmlChar *ret, *segment = NULL;
xmlChar          1888 third_party/libxml/src/uri.c         xmlChar port[10];
xmlChar          1958 third_party/libxml/src/uri.c xmlChar *
xmlChar          1959 third_party/libxml/src/uri.c xmlBuildURI(const xmlChar *URI, const xmlChar *base) {
xmlChar          1960 third_party/libxml/src/uri.c     xmlChar *val = NULL;
xmlChar          2238 third_party/libxml/src/uri.c xmlChar *
xmlChar          2239 third_party/libxml/src/uri.c xmlBuildRelativeURI (const xmlChar * URI, const xmlChar * base)
xmlChar          2241 third_party/libxml/src/uri.c     xmlChar *val = NULL;
xmlChar          2249 third_party/libxml/src/uri.c     xmlChar *bptr, *uptr, *vptr;
xmlChar          2292 third_party/libxml/src/uri.c 	 (xmlStrcmp ((xmlChar *)bas->scheme, (xmlChar *)ref->scheme)) ||
xmlChar          2293 third_party/libxml/src/uri.c 	 (xmlStrcmp ((xmlChar *)bas->server, (xmlChar *)ref->server)))) {
xmlChar          2297 third_party/libxml/src/uri.c     if (xmlStrEqual((xmlChar *)bas->path, (xmlChar *)ref->path)) {
xmlChar          2302 third_party/libxml/src/uri.c 	val = xmlStrdup((xmlChar *)ref->path);
xmlChar          2318 third_party/libxml/src/uri.c 	    uptr = (xmlChar *) ref->path;
xmlChar          2326 third_party/libxml/src/uri.c     bptr = (xmlChar *)bas->path;
xmlChar          2366 third_party/libxml/src/uri.c 	    uptr = (xmlChar *)ref->path;
xmlChar          2369 third_party/libxml/src/uri.c 	    uptr = (xmlChar *)&ref->path[ix];
xmlChar          2396 third_party/libxml/src/uri.c     val = (xmlChar *) xmlMalloc (len + 3 * nbslash);
xmlChar          2463 third_party/libxml/src/uri.c xmlChar *
xmlChar          2464 third_party/libxml/src/uri.c xmlCanonicPath(const xmlChar *path)
xmlChar          2473 third_party/libxml/src/uri.c     xmlChar *p = NULL;
xmlChar          2476 third_party/libxml/src/uri.c     xmlChar *ret;
xmlChar          2477 third_party/libxml/src/uri.c     const xmlChar *absuri;
xmlChar          2496 third_party/libxml/src/uri.c 	xmlChar *escURI;
xmlChar          2568 third_party/libxml/src/uri.c 	ret = xmlStrdup((const xmlChar *) uri->path);
xmlChar          2575 third_party/libxml/src/uri.c     ret = xmlStrdup((const xmlChar *) path);
xmlChar          2591 third_party/libxml/src/uri.c xmlChar *
xmlChar          2592 third_party/libxml/src/uri.c xmlPathToURI(const xmlChar *path)
xmlChar          2596 third_party/libxml/src/uri.c     xmlChar *ret, *cal;
xmlChar            29 third_party/libxml/src/valid.c static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name,
xmlChar            42 third_party/libxml/src/valid.c                                   const xmlChar *value);
xmlChar           143 third_party/libxml/src/valid.c                 const char *msg, const xmlChar * str1,
xmlChar           144 third_party/libxml/src/valid.c                 const xmlChar * str2, const xmlChar * str3)
xmlChar           186 third_party/libxml/src/valid.c                 const char *msg, const xmlChar * str1,
xmlChar           187 third_party/libxml/src/valid.c                 int int2, const xmlChar * str3)
xmlChar           227 third_party/libxml/src/valid.c                 const char *msg, const xmlChar * str1,
xmlChar           228 third_party/libxml/src/valid.c                 const xmlChar * str2, const xmlChar * str3)
xmlChar           661 third_party/libxml/src/valid.c 		           const xmlChar *name) {
xmlChar           677 third_party/libxml/src/valid.c 	    xmlChar fn[50];
xmlChar           678 third_party/libxml/src/valid.c 	    xmlChar *fullname;
xmlChar           921 third_party/libxml/src/valid.c xmlNewDocElementContent(xmlDocPtr doc, const xmlChar *name,
xmlChar           962 third_party/libxml/src/valid.c 	const xmlChar *tmp;
xmlChar           994 third_party/libxml/src/valid.c xmlNewElementContent(const xmlChar *name, xmlElementContentType type) {
xmlChar          1125 third_party/libxml/src/valid.c 	        xmlFree((xmlChar *) cur->name);
xmlChar          1127 third_party/libxml/src/valid.c 	        xmlFree((xmlChar *) cur->prefix);
xmlChar          1129 third_party/libxml/src/valid.c 	    if (cur->name != NULL) xmlFree((xmlChar *) cur->name);
xmlChar          1130 third_party/libxml/src/valid.c 	    if (cur->prefix != NULL) xmlFree((xmlChar *) cur->prefix);
xmlChar          1357 third_party/libxml/src/valid.c 	xmlFree((xmlChar *) elem->name);
xmlChar          1359 third_party/libxml/src/valid.c 	xmlFree((xmlChar *) elem->prefix);
xmlChar          1382 third_party/libxml/src/valid.c                   xmlDtdPtr dtd, const xmlChar *name,
xmlChar          1388 third_party/libxml/src/valid.c     xmlChar *ns, *uqname;
xmlChar          1754 third_party/libxml/src/valid.c xmlCreateEnumeration(const xmlChar *name) {
xmlChar          1781 third_party/libxml/src/valid.c     if (cur->name != NULL) xmlFree((xmlChar *) cur->name);
xmlChar          1800 third_party/libxml/src/valid.c     ret = xmlCreateEnumeration((xmlChar *) cur->name);
xmlChar          1885 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->elem);
xmlChar          1887 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->name);
xmlChar          1889 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->prefix);
xmlChar          1892 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->defaultValue);
xmlChar          1895 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->elem);
xmlChar          1897 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->name);
xmlChar          1899 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->defaultValue);
xmlChar          1901 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->prefix);
xmlChar          1926 third_party/libxml/src/valid.c                     xmlDtdPtr dtd, const xmlChar *elem,
xmlChar          1927 third_party/libxml/src/valid.c                     const xmlChar *name, const xmlChar *ns,
xmlChar          1929 third_party/libxml/src/valid.c 		    const xmlChar *defaultValue, xmlEnumerationPtr tree) {
xmlChar          2324 third_party/libxml/src/valid.c 	xmlFree((xmlChar *) nota->name);
xmlChar          2326 third_party/libxml/src/valid.c 	xmlFree((xmlChar *) nota->PublicID);
xmlChar          2328 third_party/libxml/src/valid.c 	xmlFree((xmlChar *) nota->SystemID);
xmlChar          2347 third_party/libxml/src/valid.c 	           const xmlChar *name,
xmlChar          2348 third_party/libxml/src/valid.c                    const xmlChar *PublicID, const xmlChar *SystemID) {
xmlChar          2539 third_party/libxml/src/valid.c 	    (xmlDictOwns(dict, (const xmlChar *)(str)) == 0)))	\
xmlChar          2577 third_party/libxml/src/valid.c xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value,
xmlChar          2696 third_party/libxml/src/valid.c 	xmlChar felem[50], fattr[50];
xmlChar          2697 third_party/libxml/src/valid.c 	xmlChar *fullelemname, *fullattrname;
xmlChar          2701 third_party/libxml/src/valid.c 	    (xmlChar *)elem->name;
xmlChar          2705 third_party/libxml/src/valid.c 	    (xmlChar *)attr->name;
xmlChar          2739 third_party/libxml/src/valid.c     xmlChar *ID;
xmlChar          2773 third_party/libxml/src/valid.c xmlGetID(xmlDocPtr doc, const xmlChar *ID) {
xmlChar          2818 third_party/libxml/src/valid.c     const xmlChar *name;
xmlChar          2834 third_party/libxml/src/valid.c         xmlFree((xmlChar *)ref->value);
xmlChar          2836 third_party/libxml/src/valid.c         xmlFree((xmlChar *)ref->name);
xmlChar          2899 third_party/libxml/src/valid.c xmlAddRef(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value,
xmlChar          3057 third_party/libxml/src/valid.c     xmlChar *ID;
xmlChar          3111 third_party/libxml/src/valid.c xmlGetRefs(xmlDocPtr doc, const xmlChar *ID) {
xmlChar          3146 third_party/libxml/src/valid.c xmlGetDtdElementDesc(xmlDtdPtr dtd, const xmlChar *name) {
xmlChar          3149 third_party/libxml/src/valid.c     xmlChar *uqname = NULL, *prefix = NULL;
xmlChar          3176 third_party/libxml/src/valid.c xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name, int create) {
xmlChar          3179 third_party/libxml/src/valid.c     xmlChar *uqname = NULL, *prefix = NULL;
xmlChar          3244 third_party/libxml/src/valid.c xmlGetDtdQElementDesc(xmlDtdPtr dtd, const xmlChar *name,
xmlChar          3245 third_party/libxml/src/valid.c 	              const xmlChar *prefix) {
xmlChar          3268 third_party/libxml/src/valid.c xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) {
xmlChar          3271 third_party/libxml/src/valid.c     xmlChar *uqname = NULL, *prefix = NULL;
xmlChar          3305 third_party/libxml/src/valid.c xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name,
xmlChar          3306 third_party/libxml/src/valid.c 	          const xmlChar *prefix) {
xmlChar          3327 third_party/libxml/src/valid.c xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) {
xmlChar          3352 third_party/libxml/src/valid.c                        const xmlChar *notationName) {
xmlChar          3383 third_party/libxml/src/valid.c xmlIsMixedElement(xmlDocPtr doc, const xmlChar *name) {
xmlChar          3490 third_party/libxml/src/valid.c xmlValidateNameValueInternal(xmlDocPtr doc, const xmlChar *value) {
xmlChar          3491 third_party/libxml/src/valid.c     const xmlChar *cur;
xmlChar          3523 third_party/libxml/src/valid.c xmlValidateNameValue(const xmlChar *value) {
xmlChar          3538 third_party/libxml/src/valid.c xmlValidateNamesValueInternal(xmlDocPtr doc, const xmlChar *value) {
xmlChar          3539 third_party/libxml/src/valid.c     const xmlChar *cur;
xmlChar          3591 third_party/libxml/src/valid.c xmlValidateNamesValue(const xmlChar *value) {
xmlChar          3608 third_party/libxml/src/valid.c xmlValidateNmtokenValueInternal(xmlDocPtr doc, const xmlChar *value) {
xmlChar          3609 third_party/libxml/src/valid.c     const xmlChar *cur;
xmlChar          3644 third_party/libxml/src/valid.c xmlValidateNmtokenValue(const xmlChar *value) {
xmlChar          3661 third_party/libxml/src/valid.c xmlValidateNmtokensValueInternal(xmlDocPtr doc, const xmlChar *value) {
xmlChar          3662 third_party/libxml/src/valid.c     const xmlChar *cur;
xmlChar          3720 third_party/libxml/src/valid.c xmlValidateNmtokensValue(const xmlChar *value) {
xmlChar          3760 third_party/libxml/src/valid.c                                   const xmlChar *value) {
xmlChar          3806 third_party/libxml/src/valid.c xmlValidateAttributeValue(xmlAttributeType type, const xmlChar *value) {
xmlChar          3841 third_party/libxml/src/valid.c       const xmlChar *name, xmlAttributeType type, const xmlChar *value) {
xmlChar          3877 third_party/libxml/src/valid.c 	    xmlChar *dup, *nam = NULL, *cur, save;
xmlChar          3955 third_party/libxml/src/valid.c xmlChar *
xmlChar          3957 third_party/libxml/src/valid.c 	     xmlNodePtr elem, const xmlChar *name, const xmlChar *value) {
xmlChar          3958 third_party/libxml/src/valid.c     xmlChar *ret, *dst;
xmlChar          3959 third_party/libxml/src/valid.c     const xmlChar *src;
xmlChar          3969 third_party/libxml/src/valid.c 	xmlChar fn[50];
xmlChar          3970 third_party/libxml/src/valid.c 	xmlChar *fullname;
xmlChar          4041 third_party/libxml/src/valid.c xmlChar *
xmlChar          4043 third_party/libxml/src/valid.c 			        const xmlChar *name, const xmlChar *value) {
xmlChar          4044 third_party/libxml/src/valid.c     xmlChar *ret, *dst;
xmlChar          4045 third_party/libxml/src/valid.c     const xmlChar *src;
xmlChar          4054 third_party/libxml/src/valid.c 	xmlChar fn[50];
xmlChar          4055 third_party/libxml/src/valid.c 	xmlChar *fullname;
xmlChar          4093 third_party/libxml/src/valid.c 	                       const xmlChar* name ATTRIBUTE_UNUSED) {
xmlChar          4246 third_party/libxml/src/valid.c         const xmlChar *name;
xmlChar          4350 third_party/libxml/src/valid.c                         xmlNodePtr elem, xmlAttrPtr attr, const xmlChar *value) 
xmlChar          4361 third_party/libxml/src/valid.c 	xmlChar fn[50];
xmlChar          4362 third_party/libxml/src/valid.c 	xmlChar *fullname;
xmlChar          4527 third_party/libxml/src/valid.c xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) {
xmlChar          4538 third_party/libxml/src/valid.c 	xmlChar fn[50];
xmlChar          4539 third_party/libxml/src/valid.c 	xmlChar *fullname;
xmlChar          5237 third_party/libxml/src/valid.c     const xmlChar *name;
xmlChar          5287 third_party/libxml/src/valid.c 			    xmlChar fn[50];
xmlChar          5288 third_party/libxml/src/valid.c 			    xmlChar *fullname;
xmlChar          5582 third_party/libxml/src/valid.c 	              xmlElementContentPtr cont, const xmlChar *qname) {
xmlChar          5583 third_party/libxml/src/valid.c     const xmlChar *name;
xmlChar          5652 third_party/libxml/src/valid.c     const xmlChar *prefix = NULL;
xmlChar          5713 third_party/libxml/src/valid.c                        xmlNodePtr elem, const xmlChar *qname) {
xmlChar          5805 third_party/libxml/src/valid.c xmlValidatePushCData(xmlValidCtxtPtr ctxt, const xmlChar *data, int len) {
xmlChar          5881 third_party/libxml/src/valid.c 		      const xmlChar *qname ATTRIBUTE_UNUSED) {
xmlChar          5947 third_party/libxml/src/valid.c     const xmlChar *name;
xmlChar          6061 third_party/libxml/src/valid.c 			xmlChar fn[50];
xmlChar          6062 third_party/libxml/src/valid.c 			xmlChar *fullname;
xmlChar          6132 third_party/libxml/src/valid.c 			const xmlChar *content = child->content;
xmlChar          6328 third_party/libxml/src/valid.c 		xmlChar fn[50];
xmlChar          6329 third_party/libxml/src/valid.c 		xmlChar *fullname;
xmlChar          6372 third_party/libxml/src/valid.c     const xmlChar *value;
xmlChar          6433 third_party/libxml/src/valid.c 	                   const xmlChar *name) {
xmlChar          6443 third_party/libxml/src/valid.c 	xmlChar *dup, *str = NULL, *cur, save;
xmlChar          6478 third_party/libxml/src/valid.c 	xmlChar *dup, *str = NULL, *cur, save;
xmlChar          6532 third_party/libxml/src/valid.c 	                   const xmlChar *name) {
xmlChar          6639 third_party/libxml/src/valid.c 	                    const xmlChar *name ATTRIBUTE_UNUSED) {
xmlChar          6643 third_party/libxml/src/valid.c 	xmlChar *notation = cur->content;
xmlChar          6658 third_party/libxml/src/valid.c 	                    const xmlChar *name ATTRIBUTE_UNUSED) {
xmlChar          6805 third_party/libxml/src/valid.c 	xmlChar *sysID;
xmlChar          6818 third_party/libxml/src/valid.c 			(const xmlChar *)sysID);
xmlChar          6872 third_party/libxml/src/valid.c                              const xmlChar **names,
xmlChar          6938 third_party/libxml/src/valid.c xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names,
xmlChar          6942 third_party/libxml/src/valid.c     const xmlChar *elements[256];
xmlChar          6944 third_party/libxml/src/valid.c     const xmlChar *name;
xmlChar            48 third_party/libxml/src/xinclude.c typedef xmlChar *xmlURL;
xmlChar            53 third_party/libxml/src/xinclude.c     xmlChar              *URI; /* the fully resolved resource URL */
xmlChar            54 third_party/libxml/src/xinclude.c     xmlChar         *fragment; /* the fragment in the URI */
xmlChar            76 third_party/libxml/src/xinclude.c     xmlChar *             url; /* the current URL processed */
xmlChar            79 third_party/libxml/src/xinclude.c     xmlChar *         *urlTab; /* URL stack */
xmlChar            84 third_party/libxml/src/xinclude.c     xmlChar *		 base; /* the current xml:base */
xmlChar           128 third_party/libxml/src/xinclude.c                const char *msg, const xmlChar *extra)
xmlChar           150 third_party/libxml/src/xinclude.c                const char *msg, const xmlChar *extra)
xmlChar           169 third_party/libxml/src/xinclude.c static xmlChar *
xmlChar           171 third_party/libxml/src/xinclude.c                    const xmlChar *name) {
xmlChar           172 third_party/libxml/src/xinclude.c     xmlChar *ret;
xmlChar           223 third_party/libxml/src/xinclude.c xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI,
xmlChar           314 third_party/libxml/src/xinclude.c 	           const xmlChar *value)
xmlChar           324 third_party/libxml/src/xinclude.c 	ctxt->urlTab = (xmlChar * *) xmlMalloc(
xmlChar           334 third_party/libxml/src/xinclude.c             (xmlChar * *) xmlRealloc(ctxt->urlTab,
xmlChar           355 third_party/libxml/src/xinclude.c     xmlChar * ret;
xmlChar           490 third_party/libxml/src/xinclude.c     xmlChar *URL;
xmlChar           491 third_party/libxml/src/xinclude.c     xmlChar *fragment = NULL;
xmlChar           492 third_party/libxml/src/xinclude.c     xmlChar *href;
xmlChar           493 third_party/libxml/src/xinclude.c     xmlChar *parse;
xmlChar           494 third_party/libxml/src/xinclude.c     xmlChar *base;
xmlChar           495 third_party/libxml/src/xinclude.c     xmlChar *URI;
xmlChar           546 third_party/libxml/src/xinclude.c 	xmlChar *escbase;
xmlChar           547 third_party/libxml/src/xinclude.c 	xmlChar *eschref;
xmlChar           588 third_party/libxml/src/xinclude.c 		fragment = (xmlChar *) uri->fragment;
xmlChar           967 third_party/libxml/src/xinclude.c 		const xmlChar *content = cur->content;
xmlChar          1028 third_party/libxml/src/xinclude.c 		const xmlChar *content = cur->content;
xmlChar          1261 third_party/libxml/src/xinclude.c 	               xmlChar *name ATTRIBUTE_UNUSED) {
xmlChar          1398 third_party/libxml/src/xinclude.c xmlXIncludeLoadDoc(xmlXIncludeCtxtPtr ctxt, const xmlChar *url, int nr) {
xmlChar          1401 third_party/libxml/src/xinclude.c     xmlChar *URL;
xmlChar          1402 third_party/libxml/src/xinclude.c     xmlChar *fragment = NULL;
xmlChar          1422 third_party/libxml/src/xinclude.c 	fragment = (xmlChar *) uri->fragment;
xmlChar          1687 third_party/libxml/src/xinclude.c     if ((doc != NULL) && (URL != NULL) && (xmlStrchr(URL, (xmlChar) '/')) &&
xmlChar          1691 third_party/libxml/src/xinclude.c 	xmlChar *base;
xmlChar          1692 third_party/libxml/src/xinclude.c 	xmlChar *curBase;
xmlChar          1712 third_party/libxml/src/xinclude.c 	        if (!xmlStrchr(curBase, (xmlChar) '/'))
xmlChar          1740 third_party/libxml/src/xinclude.c 			    xmlChar *xmlBase;
xmlChar          1745 third_party/libxml/src/xinclude.c 				xmlChar *relBase;
xmlChar          1791 third_party/libxml/src/xinclude.c xmlXIncludeLoadTxt(xmlXIncludeCtxtPtr ctxt, const xmlChar *url, int nr) {
xmlChar          1795 third_party/libxml/src/xinclude.c     xmlChar *URL;
xmlChar          1797 third_party/libxml/src/xinclude.c     xmlChar *encoding = NULL;
xmlChar          1812 third_party/libxml/src/xinclude.c 		       (const xmlChar *) uri->fragment);
xmlChar          1885 third_party/libxml/src/xinclude.c 	const xmlChar *content;
xmlChar          1999 third_party/libxml/src/xinclude.c     xmlChar *href;
xmlChar          2000 third_party/libxml/src/xinclude.c     xmlChar *parse;
xmlChar          2001 third_party/libxml/src/xinclude.c     xmlChar *base;
xmlChar          2002 third_party/libxml/src/xinclude.c     xmlChar *oldBase;
xmlChar          2003 third_party/libxml/src/xinclude.c     xmlChar *URI;
xmlChar          2052 third_party/libxml/src/xinclude.c 	xmlChar *escbase;
xmlChar          2053 third_party/libxml/src/xinclude.c 	xmlChar *eschref;
xmlChar          2458 third_party/libxml/src/xinclude.c     ctxt->base = xmlStrdup((xmlChar *)tree->doc->URL);
xmlChar           124 third_party/libxml/src/xlink.c     xmlChar *type = NULL, *role = NULL;
xmlChar           163 third_party/libxml/src/xlink.c 		    xmlChar buf[200];
xmlChar           497 third_party/libxml/src/xmlIO.c xmlChar *
xmlChar           498 third_party/libxml/src/xmlIO.c xmlNormalizeWindowsPath(const xmlChar *path)
xmlChar          1107 third_party/libxml/src/xmlIO.c     ret = xmlBufferAdd((xmlBufferPtr) context, (const xmlChar *) buffer, len);
xmlChar          1456 third_party/libxml/src/xmlIO.c 	xmlChar msg[500];
xmlChar          1460 third_party/libxml/src/xmlIO.c 		    (const xmlChar *) "xmlCreateZMemBuff:  %s %d\n",
xmlChar          1526 third_party/libxml/src/xmlIO.c 	xmlChar msg[500];
xmlChar          1528 third_party/libxml/src/xmlIO.c 		    (const xmlChar *) "xmlZMemBuffExtend:  %s %lu bytes.\n",
xmlChar          1572 third_party/libxml/src/xmlIO.c 	    xmlChar msg[500];
xmlChar          1574 third_party/libxml/src/xmlIO.c 			(const xmlChar *) "xmlZMemBuffAppend:  %s %d %s - %d",
xmlChar          1645 third_party/libxml/src/xmlIO.c 	xmlChar msg[500];
xmlChar          1647 third_party/libxml/src/xmlIO.c 		    (const xmlChar *) "xmlZMemBuffGetContent:  %s - %d\n",
xmlChar          1748 third_party/libxml/src/xmlIO.c     ctxt->uri = (char *) xmlStrdup((const xmlChar *)post_uri);
xmlChar          1850 third_party/libxml/src/xmlIO.c 	    xmlChar msg[500];
xmlChar          1852 third_party/libxml/src/xmlIO.c 			(const xmlChar *) "xmlIOHTTPWrite:  %s\n%s '%s'.\n",
xmlChar          1922 third_party/libxml/src/xmlIO.c 	xmlChar msg[500];
xmlChar          1924 third_party/libxml/src/xmlIO.c 		     (const xmlChar *) "xmlIOHTTPCloseWrite:  %s '%s' %s '%s'.\n",
xmlChar          1994 third_party/libxml/src/xmlIO.c                 xmlChar msg[500];
xmlChar          1996 third_party/libxml/src/xmlIO.c     (const xmlChar *) "xmlIOHTTPCloseWrite: HTTP '%s' of %d %s\n'%s' %s %d\n",
xmlChar          2851 third_party/libxml/src/xmlIO.c 	errcode = xmlBufferAdd(ret->buffer, (const xmlChar *) mem, size);
xmlChar          3066 third_party/libxml/src/xmlIO.c 	ret = xmlBufferAdd(in->raw, (const xmlChar *) buf, len);
xmlChar          3083 third_party/libxml/src/xmlIO.c         ret = xmlBufferAdd(in->buffer, (xmlChar *) buf, nbchars);
xmlChar          3177 third_party/libxml/src/xmlIO.c 	res = xmlBufferAdd(in->raw, (const xmlChar *) buffer, len);
xmlChar          3270 third_party/libxml/src/xmlIO.c 	    ret = xmlBufferAdd(out->buffer, (const xmlChar *) buf, chunk);
xmlChar          3288 third_party/libxml/src/xmlIO.c 	    ret = xmlBufferAdd(out->buffer, (const xmlChar *) buf, chunk);
xmlChar          3347 third_party/libxml/src/xmlIO.c                  const xmlChar* in, int *inlen) {
xmlChar          3408 third_party/libxml/src/xmlIO.c xmlOutputBufferWriteEscape(xmlOutputBufferPtr out, const xmlChar *str,
xmlChar          3727 third_party/libxml/src/xmlIO.c                     xmlFree((xmlChar *) ret->filename);
xmlChar          3729 third_party/libxml/src/xmlIO.c                     xmlFree((xmlChar *) ret->directory);
xmlChar          3733 third_party/libxml/src/xmlIO.c                     (char *) xmlStrdup((const xmlChar *) redir);
xmlChar          3779 third_party/libxml/src/xmlIO.c static xmlChar *
xmlChar          3782 third_party/libxml/src/xmlIO.c     xmlChar *resource = NULL;
xmlChar          3799 third_party/libxml/src/xmlIO.c 					      (const xmlChar *)ID,
xmlChar          3800 third_party/libxml/src/xmlIO.c 					      (const xmlChar *)URL);
xmlChar          3808 third_party/libxml/src/xmlIO.c 	    resource = xmlCatalogResolve((const xmlChar *)ID,
xmlChar          3809 third_party/libxml/src/xmlIO.c 					 (const xmlChar *)URL);
xmlChar          3812 third_party/libxml/src/xmlIO.c 	    resource = xmlStrdup((const xmlChar *) URL);
xmlChar          3818 third_party/libxml/src/xmlIO.c 	    xmlChar *tmp = NULL;
xmlChar          3858 third_party/libxml/src/xmlIO.c     xmlChar *resource = NULL;
xmlChar          3877 third_party/libxml/src/xmlIO.c         resource = (xmlChar *) URL;
xmlChar          3886 third_party/libxml/src/xmlIO.c     if ((resource != NULL) && (resource != (xmlChar *) URL))
xmlChar          3935 third_party/libxml/src/xmlIO.c 	canonicFilename = (char *) xmlCanonicPath((const xmlChar *) URL);
xmlChar          3969 third_party/libxml/src/xmlIO.c     xmlChar *resource = NULL;
xmlChar          3976 third_party/libxml/src/xmlIO.c 	resource = (xmlChar *) URL;
xmlChar          3982 third_party/libxml/src/xmlIO.c 	    if (resource != (xmlChar *) URL)
xmlChar          3988 third_party/libxml/src/xmlIO.c     if (resource != (xmlChar *) URL)
xmlChar           102 third_party/libxml/src/xmlcatalog.c     xmlChar *ans;
xmlChar           194 third_party/libxml/src/xmlcatalog.c 		ans = xmlCatalogResolvePublic((const xmlChar *) argv[0]);
xmlChar           206 third_party/libxml/src/xmlcatalog.c 		ans = xmlCatalogResolveSystem((const xmlChar *) argv[0]);
xmlChar           553 third_party/libxml/src/xmlcatalog.c 	    xmlChar *ans;
xmlChar           557 third_party/libxml/src/xmlcatalog.c 		ans = xmlCatalogResolvePublic((const xmlChar *) argv[i]);
xmlChar           567 third_party/libxml/src/xmlcatalog.c 		ans = xmlCatalogResolveSystem((const xmlChar *) argv[i]);
xmlChar           570 third_party/libxml/src/xmlcatalog.c 		    ans = xmlCatalogResolveURI ((const xmlChar *) argv[i]);
xmlChar           223 third_party/libxml/src/xmllint.c static xmlChar *paths[MAX_PATHS + 1];
xmlChar           228 third_party/libxml/src/xmllint.c void parsePath(const xmlChar *path) {
xmlChar           229 third_party/libxml/src/xmllint.c     const xmlChar *cur;
xmlChar           299 third_party/libxml/src/xmllint.c 	xmlChar *newURL;
xmlChar           301 third_party/libxml/src/xmllint.c 	newURL = xmlStrdup((const xmlChar *) paths[i]);
xmlChar           302 third_party/libxml/src/xmllint.c 	newURL = xmlStrcat(newURL, (const xmlChar *) "/");
xmlChar           303 third_party/libxml/src/xmllint.c 	newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment);
xmlChar           582 third_party/libxml/src/xmllint.c     const xmlChar *cur, *base;
xmlChar           944 third_party/libxml/src/xmllint.c internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar           945 third_party/libxml/src/xmllint.c 	       const xmlChar *ExternalID, const xmlChar *SystemID)
xmlChar           968 third_party/libxml/src/xmllint.c externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar           969 third_party/libxml/src/xmllint.c 	       const xmlChar *ExternalID, const xmlChar *SystemID)
xmlChar          1000 third_party/libxml/src/xmllint.c resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
xmlChar          1030 third_party/libxml/src/xmllint.c getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar          1049 third_party/libxml/src/xmllint.c getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar          1071 third_party/libxml/src/xmllint.c entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type,
xmlChar          1072 third_party/libxml/src/xmllint.c           const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
xmlChar          1074 third_party/libxml/src/xmllint.c const xmlChar *nullstr = BAD_CAST "(null)";
xmlChar          1081 third_party/libxml/src/xmllint.c         content = (xmlChar *)nullstr;
xmlChar          1098 third_party/libxml/src/xmllint.c attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem,
xmlChar          1099 third_party/libxml/src/xmllint.c                    const xmlChar * name, int type, int def,
xmlChar          1100 third_party/libxml/src/xmllint.c                    const xmlChar * defaultValue, xmlEnumerationPtr tree)
xmlChar          1124 third_party/libxml/src/xmllint.c elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type,
xmlChar          1144 third_party/libxml/src/xmllint.c notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar          1145 third_party/libxml/src/xmllint.c 	     const xmlChar *publicId, const xmlChar *systemId)
xmlChar          1165 third_party/libxml/src/xmllint.c unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
xmlChar          1166 third_party/libxml/src/xmllint.c 		   const xmlChar *publicId, const xmlChar *systemId,
xmlChar          1167 third_party/libxml/src/xmllint.c 		   const xmlChar *notationName)
xmlChar          1169 third_party/libxml/src/xmllint.c const xmlChar *nullstr = BAD_CAST "(null)";
xmlChar          1240 third_party/libxml/src/xmllint.c startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts)
xmlChar          1266 third_party/libxml/src/xmllint.c endElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar          1284 third_party/libxml/src/xmllint.c charactersDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
xmlChar          1307 third_party/libxml/src/xmllint.c referenceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
xmlChar          1326 third_party/libxml/src/xmllint.c ignorableWhitespaceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
xmlChar          1350 third_party/libxml/src/xmllint.c processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target,
xmlChar          1351 third_party/libxml/src/xmllint.c                       const xmlChar *data)
xmlChar          1373 third_party/libxml/src/xmllint.c cdataBlockDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len)
xmlChar          1390 third_party/libxml/src/xmllint.c commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value)
xmlChar          1516 third_party/libxml/src/xmllint.c                     const xmlChar *localname,
xmlChar          1517 third_party/libxml/src/xmllint.c                     const xmlChar *prefix,
xmlChar          1518 third_party/libxml/src/xmllint.c                     const xmlChar *URI,
xmlChar          1520 third_party/libxml/src/xmllint.c 		    const xmlChar **namespaces,
xmlChar          1523 third_party/libxml/src/xmllint.c 		    const xmlChar **attributes)
xmlChar          1573 third_party/libxml/src/xmllint.c                   const xmlChar *localname,
xmlChar          1574 third_party/libxml/src/xmllint.c                   const xmlChar *prefix,
xmlChar          1575 third_party/libxml/src/xmllint.c                   const xmlChar *URI)
xmlChar          1728 third_party/libxml/src/xmllint.c     const xmlChar *name, *value;
xmlChar          1756 third_party/libxml/src/xmllint.c         xmlChar *path = NULL;
xmlChar          1843 third_party/libxml/src/xmllint.c         patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
xmlChar          1987 third_party/libxml/src/xmllint.c     const xmlChar *namespaces[22];
xmlChar          2000 third_party/libxml/src/xmllint.c         patternc = xmlPatterncompile((const xmlChar *) pattern, doc->dict,
xmlChar          2462 third_party/libxml/src/xmllint.c         const xmlChar* list[256];
xmlChar          2545 third_party/libxml/src/xmllint.c 	        xmlChar *result = NULL;
xmlChar          2557 third_party/libxml/src/xmllint.c 	        xmlChar *result = NULL;
xmlChar          2570 third_party/libxml/src/xmllint.c 	        xmlChar *result = NULL;
xmlChar          2585 third_party/libxml/src/xmllint.c 		xmlChar *result;
xmlChar          2716 third_party/libxml/src/xmllint.c 	    dtd = xmlParseDTD(NULL, (const xmlChar *)dtdvalid);
xmlChar          2718 third_party/libxml/src/xmllint.c 	    dtd = xmlParseDTD((const xmlChar *)dtdvalidfpi, NULL);
xmlChar          3572 third_party/libxml/src/xmllint.c         patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
xmlChar            91 third_party/libxml/src/xmlmodule.c     module->name = xmlStrdup((const xmlChar *) name);
xmlChar           167 third_party/libxml/src/xmlreader.c     const xmlChar *    xinclude_name;	/* the xinclude name from dict */
xmlChar           211 third_party/libxml/src/xmlreader.c 	    (xmlDictOwns(dict, (const xmlChar *)(str)) == 0)))	\
xmlChar           250 third_party/libxml/src/xmlreader.c     xmlChar *ID;
xmlChar           371 third_party/libxml/src/xmlreader.c 	    if ((cur->content != (xmlChar *) &(cur->properties)) &&
xmlChar           446 third_party/libxml/src/xmlreader.c     if ((cur->content != (xmlChar *) &(cur->properties)) &&
xmlChar           643 third_party/libxml/src/xmlreader.c xmlTextReaderStartElement(void *ctx, const xmlChar *fullname,
xmlChar           644 third_party/libxml/src/xmlreader.c 	                  const xmlChar **atts) {
xmlChar           670 third_party/libxml/src/xmlreader.c xmlTextReaderEndElement(void *ctx, const xmlChar *fullname) {
xmlChar           699 third_party/libxml/src/xmlreader.c                       const xmlChar *localname,
xmlChar           700 third_party/libxml/src/xmlreader.c 		      const xmlChar *prefix,
xmlChar           701 third_party/libxml/src/xmlreader.c 		      const xmlChar *URI,
xmlChar           703 third_party/libxml/src/xmlreader.c 		      const xmlChar **namespaces,
xmlChar           706 third_party/libxml/src/xmlreader.c 		      const xmlChar **attributes)
xmlChar           738 third_party/libxml/src/xmlreader.c                           const xmlChar * localname,
xmlChar           739 third_party/libxml/src/xmlreader.c                           const xmlChar * prefix,
xmlChar           740 third_party/libxml/src/xmlreader.c 		          const xmlChar * URI)
xmlChar           763 third_party/libxml/src/xmlreader.c xmlTextReaderCharacters(void *ctx, const xmlChar *ch, int len)
xmlChar           785 third_party/libxml/src/xmlreader.c xmlTextReaderCDataBlock(void *ctx, const xmlChar *ch, int len)
xmlChar           925 third_party/libxml/src/xmlreader.c 	    xmlChar *qname;
xmlChar           977 third_party/libxml/src/xmlreader.c                            const xmlChar *data, int len) {
xmlChar          1016 third_party/libxml/src/xmlreader.c 	    xmlChar *qname;
xmlChar          1209 third_party/libxml/src/xmlreader.c static xmlChar *
xmlChar          1213 third_party/libxml/src/xmlreader.c     xmlChar *ret;
xmlChar          1226 third_party/libxml/src/xmlreader.c            xmlChar *tmp;
xmlChar          1668 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          1671 third_party/libxml/src/xmlreader.c     xmlChar *resbuf;
xmlChar          1714 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          1717 third_party/libxml/src/xmlreader.c     xmlChar *resbuf;
xmlChar          1754 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          2162 third_party/libxml/src/xmlreader.c         ret->ctxt->directory = (char *) xmlStrdup((xmlChar *) directory);
xmlChar          2295 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          2297 third_party/libxml/src/xmlreader.c     xmlChar *ret;
xmlChar          2330 third_party/libxml/src/xmlreader.c     if (ret == NULL) return(xmlStrdup((xmlChar *)""));
xmlChar          2344 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          2345 third_party/libxml/src/xmlreader.c xmlTextReaderGetAttribute(xmlTextReaderPtr reader, const xmlChar *name) {
xmlChar          2346 third_party/libxml/src/xmlreader.c     xmlChar *prefix = NULL;
xmlChar          2347 third_party/libxml/src/xmlreader.c     xmlChar *localname;
xmlChar          2349 third_party/libxml/src/xmlreader.c     xmlChar *ret = NULL;
xmlChar          2416 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          2417 third_party/libxml/src/xmlreader.c xmlTextReaderGetAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName,
xmlChar          2418 third_party/libxml/src/xmlreader.c 			    const xmlChar *namespaceURI) {
xmlChar          2419 third_party/libxml/src/xmlreader.c     xmlChar *prefix = NULL;
xmlChar          2514 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          2515 third_party/libxml/src/xmlreader.c xmlTextReaderLookupNamespace(xmlTextReaderPtr reader, const xmlChar *prefix) {
xmlChar          2590 third_party/libxml/src/xmlreader.c xmlTextReaderMoveToAttribute(xmlTextReaderPtr reader, const xmlChar *name) {
xmlChar          2591 third_party/libxml/src/xmlreader.c     xmlChar *prefix = NULL;
xmlChar          2592 third_party/libxml/src/xmlreader.c     xmlChar *localname;
xmlChar          2695 third_party/libxml/src/xmlreader.c 	const xmlChar *localName, const xmlChar *namespaceURI) {
xmlChar          2699 third_party/libxml/src/xmlreader.c     xmlChar *prefix = NULL;
xmlChar          2866 third_party/libxml/src/xmlreader.c 		 (xmlChar *) &(reader->faketext->properties)))
xmlChar          2888 third_party/libxml/src/xmlreader.c const xmlChar *
xmlChar          3068 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          3099 third_party/libxml/src/xmlreader.c const xmlChar *
xmlChar          3130 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          3133 third_party/libxml/src/xmlreader.c     xmlChar *ret;
xmlChar          3206 third_party/libxml/src/xmlreader.c const xmlChar *
xmlChar          3274 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          3306 third_party/libxml/src/xmlreader.c const xmlChar *
xmlChar          3338 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          3366 third_party/libxml/src/xmlreader.c const xmlChar *
xmlChar          3394 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          3410 third_party/libxml/src/xmlreader.c const xmlChar *
xmlChar          3412 third_party/libxml/src/xmlreader.c     xmlChar *tmp;
xmlChar          3413 third_party/libxml/src/xmlreader.c     const xmlChar *ret;
xmlChar          3519 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          3565 third_party/libxml/src/xmlreader.c const xmlChar *
xmlChar          3653 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          3670 third_party/libxml/src/xmlreader.c const xmlChar *
xmlChar          3672 third_party/libxml/src/xmlreader.c     xmlChar *tmp;
xmlChar          3673 third_party/libxml/src/xmlreader.c     const xmlChar *ret;
xmlChar          3698 third_party/libxml/src/xmlreader.c const xmlChar *
xmlChar          3699 third_party/libxml/src/xmlreader.c xmlTextReaderConstString(xmlTextReaderPtr reader, const xmlChar *str) {
xmlChar          3935 third_party/libxml/src/xmlreader.c xmlTextReaderPreservePattern(xmlTextReaderPtr reader, const xmlChar *pattern,
xmlChar          3936 third_party/libxml/src/xmlreader.c                              const xmlChar **namespaces)
xmlChar          4484 third_party/libxml/src/xmlreader.c const xmlChar *
xmlChar          4615 third_party/libxml/src/xmlreader.c xmlChar *
xmlChar          4619 third_party/libxml/src/xmlreader.c     xmlChar *ret = NULL;
xmlChar          4701 third_party/libxml/src/xmlreader.c     int len = xmlStrlen((const xmlChar *) msg);
xmlChar          4721 third_party/libxml/src/xmlreader.c     int len = xmlStrlen((const xmlChar *) msg);
xmlChar          5035 third_party/libxml/src/xmlreader.c 		    xmlCanonicPath((const xmlChar *) URL);
xmlChar          5115 third_party/libxml/src/xmlreader.c             xmlStrdup((const xmlChar *) URL);
xmlChar          5193 third_party/libxml/src/xmlreader.c xmlReaderForDoc(const xmlChar * cur, const char *URL, const char *encoding,
xmlChar          5399 third_party/libxml/src/xmlreader.c xmlReaderNewDoc(xmlTextReaderPtr reader, const xmlChar * cur,
xmlChar           171 third_party/libxml/src/xmlregexp.c     xmlChar *blockName;
xmlChar           239 third_party/libxml/src/xmlregexp.c     xmlChar *string;
xmlChar           240 third_party/libxml/src/xmlregexp.c     xmlChar *cur;
xmlChar           269 third_party/libxml/src/xmlregexp.c     xmlChar *string;
xmlChar           285 third_party/libxml/src/xmlregexp.c     xmlChar **stringMap;
xmlChar           302 third_party/libxml/src/xmlregexp.c     xmlChar *value;
xmlChar           336 third_party/libxml/src/xmlregexp.c     const xmlChar *inputString; /* when operating on characters */
xmlChar           344 third_party/libxml/src/xmlregexp.c     xmlChar *errString;		/* the string raising the error */
xmlChar           355 third_party/libxml/src/xmlregexp.c static int xmlRegStrEqualWildcard(const xmlChar *expStr, const xmlChar *valStr);
xmlChar           358 third_party/libxml/src/xmlregexp.c                   int neg, int start, int end, const xmlChar *blockName);
xmlChar           459 third_party/libxml/src/xmlregexp.c 	xmlChar **stringMap;
xmlChar           460 third_party/libxml/src/xmlregexp.c         xmlChar *value;
xmlChar           681 third_party/libxml/src/xmlregexp.c xmlRegNewParserCtxt(const xmlChar *string) {
xmlChar          1215 third_party/libxml/src/xmlregexp.c 		   xmlChar *blockName) {
xmlChar          2465 third_party/libxml/src/xmlregexp.c                 ret = xmlStrEqual((xmlChar *)atom1->valuep,
xmlChar          2466 third_party/libxml/src/xmlregexp.c                                   (xmlChar *)atom2->valuep);
xmlChar          2521 third_party/libxml/src/xmlregexp.c                 ret = xmlRegStrEqualWildcard((xmlChar *)atom1->valuep,
xmlChar          2522 third_party/libxml/src/xmlregexp.c                                              (xmlChar *)atom2->valuep);
xmlChar          2783 third_party/libxml/src/xmlregexp.c 	                  int start, int end, const xmlChar *blockName) {
xmlChar          3046 third_party/libxml/src/xmlregexp.c 		                            (const xmlChar *)atom->valuep);
xmlChar          3174 third_party/libxml/src/xmlregexp.c xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) {
xmlChar          3581 third_party/libxml/src/xmlregexp.c xmlFARegExecSaveInputString(xmlRegExecCtxtPtr exec, const xmlChar *value,
xmlChar          3629 third_party/libxml/src/xmlregexp.c xmlRegStrEqualWildcard(const xmlChar *expStr, const xmlChar *valStr) {
xmlChar          3640 third_party/libxml/src/xmlregexp.c 	        const xmlChar *tmp;
xmlChar          3680 third_party/libxml/src/xmlregexp.c 	                const xmlChar *value,
xmlChar          3761 third_party/libxml/src/xmlregexp.c xmlRegExecPushStringInternal(xmlRegExecCtxtPtr exec, const xmlChar *value,
xmlChar          4120 third_party/libxml/src/xmlregexp.c xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value,
xmlChar          4138 third_party/libxml/src/xmlregexp.c xmlRegExecPushString2(xmlRegExecCtxtPtr exec, const xmlChar *value,
xmlChar          4139 third_party/libxml/src/xmlregexp.c                       const xmlChar *value2, void *data) {
xmlChar          4140 third_party/libxml/src/xmlregexp.c     xmlChar buf[150];
xmlChar          4142 third_party/libxml/src/xmlregexp.c     xmlChar *str;
xmlChar          4158 third_party/libxml/src/xmlregexp.c 	str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
xmlChar          4198 third_party/libxml/src/xmlregexp.c 		    xmlChar **values, int *terminal) {
xmlChar          4293 third_party/libxml/src/xmlregexp.c 			values[nb++] = (xmlChar *) atom->valuep2;
xmlChar          4295 third_party/libxml/src/xmlregexp.c 			values[nb++] = (xmlChar *) atom->valuep;
xmlChar          4303 third_party/libxml/src/xmlregexp.c 			values[nb++] = (xmlChar *) atom->valuep2;
xmlChar          4305 third_party/libxml/src/xmlregexp.c 			values[nb++] = (xmlChar *) atom->valuep;
xmlChar          4330 third_party/libxml/src/xmlregexp.c 			values[nb++] = (xmlChar *) atom->valuep2;
xmlChar          4332 third_party/libxml/src/xmlregexp.c 			values[nb++] = (xmlChar *) atom->valuep;
xmlChar          4360 third_party/libxml/src/xmlregexp.c                      xmlChar **values, int *terminal) {
xmlChar          4384 third_party/libxml/src/xmlregexp.c xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string,
xmlChar          4385 third_party/libxml/src/xmlregexp.c                   int *nbval, int *nbneg, xmlChar **values, int *terminal) {
xmlChar          4399 third_party/libxml/src/xmlregexp.c     const xmlChar *string;
xmlChar          4400 third_party/libxml/src/xmlregexp.c     xmlChar *values[5];
xmlChar          4612 third_party/libxml/src/xmlregexp.c     xmlChar *blockName = NULL;
xmlChar          4775 third_party/libxml/src/xmlregexp.c 	const xmlChar *start;
xmlChar          5437 third_party/libxml/src/xmlregexp.c xmlRegexpCompile(const xmlChar *regexp) {
xmlChar          5486 third_party/libxml/src/xmlregexp.c xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) {
xmlChar          5686 third_party/libxml/src/xmlregexp.c 			 xmlAutomataStatePtr to, const xmlChar *token,
xmlChar          5726 third_party/libxml/src/xmlregexp.c 			  xmlAutomataStatePtr to, const xmlChar *token,
xmlChar          5727 third_party/libxml/src/xmlregexp.c 			  const xmlChar *token2, void *data) {
xmlChar          5740 third_party/libxml/src/xmlregexp.c 	xmlChar *str;
xmlChar          5745 third_party/libxml/src/xmlregexp.c 	str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
xmlChar          5786 third_party/libxml/src/xmlregexp.c 		       xmlAutomataStatePtr to, const xmlChar *token,
xmlChar          5787 third_party/libxml/src/xmlregexp.c 		       const xmlChar *token2, void *data) {
xmlChar          5789 third_party/libxml/src/xmlregexp.c     xmlChar err_msg[200];
xmlChar          5802 third_party/libxml/src/xmlregexp.c 	xmlChar *str;
xmlChar          5807 third_party/libxml/src/xmlregexp.c 	str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
xmlChar          5853 third_party/libxml/src/xmlregexp.c 			 xmlAutomataStatePtr to, const xmlChar *token,
xmlChar          5854 third_party/libxml/src/xmlregexp.c 			 const xmlChar *token2,
xmlChar          5872 third_party/libxml/src/xmlregexp.c 	xmlChar *str;
xmlChar          5877 third_party/libxml/src/xmlregexp.c 	str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
xmlChar          5940 third_party/libxml/src/xmlregexp.c 			 xmlAutomataStatePtr to, const xmlChar *token,
xmlChar          6008 third_party/libxml/src/xmlregexp.c 			 xmlAutomataStatePtr to, const xmlChar *token,
xmlChar          6009 third_party/libxml/src/xmlregexp.c 			 const xmlChar *token2,
xmlChar          6027 third_party/libxml/src/xmlregexp.c 	xmlChar *str;
xmlChar          6032 third_party/libxml/src/xmlregexp.c 	str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
xmlChar          6088 third_party/libxml/src/xmlregexp.c 			 xmlAutomataStatePtr to, const xmlChar *token,
xmlChar          6435 third_party/libxml/src/xmlregexp.c         const xmlChar *f_str;
xmlChar          6466 third_party/libxml/src/xmlregexp.c xmlExpHashNameComputeKey(const xmlChar *name) {
xmlChar          6544 third_party/libxml/src/xmlregexp.c 		   const xmlChar *name, int min, int max) {
xmlChar          6834 third_party/libxml/src/xmlregexp.c xmlExpNewAtom(xmlExpCtxtPtr ctxt, const xmlChar *name, int len) {
xmlChar          6928 third_party/libxml/src/xmlregexp.c                      const xmlChar**list, int len, int nb) {
xmlChar          6973 third_party/libxml/src/xmlregexp.c                   const xmlChar**langList, int len) {
xmlChar          6981 third_party/libxml/src/xmlregexp.c                   const xmlChar**list, int len, int nb) {
xmlChar          7041 third_party/libxml/src/xmlregexp.c                const xmlChar**tokList, int len) {
xmlChar          7063 third_party/libxml/src/xmlregexp.c xmlExpStringDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str)
xmlChar          7186 third_party/libxml/src/xmlregexp.c                    const xmlChar *str, int len) {
xmlChar          7187 third_party/libxml/src/xmlregexp.c     const xmlChar *input;
xmlChar          7301 third_party/libxml/src/xmlregexp.c     const xmlChar **tab;
xmlChar          7678 third_party/libxml/src/xmlregexp.c     tab = (const xmlChar **) xmlMalloc(ctxt->tabSize *
xmlChar          7679 third_party/libxml/src/xmlregexp.c 	                               sizeof(const xmlChar *));
xmlChar          7689 third_party/libxml/src/xmlregexp.c         const xmlChar **temp;
xmlChar          7690 third_party/libxml/src/xmlregexp.c 	temp = (const xmlChar **) xmlRealloc((xmlChar **) tab, ctxt->tabSize * 2 *
xmlChar          7691 third_party/libxml/src/xmlregexp.c 	                                     sizeof(const xmlChar *));
xmlChar          7693 third_party/libxml/src/xmlregexp.c 	    xmlFree((xmlChar **) tab);
xmlChar          7704 third_party/libxml/src/xmlregexp.c 	    xmlFree((xmlChar **) tab);
xmlChar          7711 third_party/libxml/src/xmlregexp.c 	    xmlFree((xmlChar **) tab);
xmlChar          7720 third_party/libxml/src/xmlregexp.c 	    xmlFree((xmlChar **) tab);
xmlChar          7729 third_party/libxml/src/xmlregexp.c 		xmlFree((xmlChar **) tab);
xmlChar          7734 third_party/libxml/src/xmlregexp.c     xmlFree((xmlChar **) tab);
xmlChar          7869 third_party/libxml/src/xmlregexp.c     const xmlChar *val;
xmlChar            51 third_party/libxml/src/xmlsave.c xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) {
xmlChar            78 third_party/libxml/src/xmlsave.c     const xmlChar *filename;
xmlChar            79 third_party/libxml/src/xmlsave.c     const xmlChar *encoding;
xmlChar           205 third_party/libxml/src/xmlsave.c                  const xmlChar* in, int *inlen) {
xmlChar           335 third_party/libxml/src/xmlsave.c     len = xmlStrlen((xmlChar *)xmlTreeIndentString);
xmlChar           394 third_party/libxml/src/xmlsave.c         ret->encoding = xmlStrdup((const xmlChar *)encoding);
xmlChar           684 third_party/libxml/src/xmlsave.c     const xmlChar *oldenc = NULL;
xmlChar           685 third_party/libxml/src/xmlsave.c     const xmlChar *oldctxtenc = ctxt->encoding;
xmlChar           686 third_party/libxml/src/xmlsave.c     const xmlChar *encoding = ctxt->encoding;
xmlChar           704 third_party/libxml/src/xmlsave.c 	htmlSetMetaEncoding(doc, (const xmlChar *) encoding);
xmlChar           745 third_party/libxml/src/xmlsave.c     xmlChar *start, *end;
xmlChar           938 third_party/libxml/src/xmlsave.c     const xmlChar *oldenc = cur->encoding;
xmlChar           939 third_party/libxml/src/xmlsave.c     const xmlChar *oldctxtenc = ctxt->encoding;
xmlChar           940 third_party/libxml/src/xmlsave.c     const xmlChar *encoding = ctxt->encoding;
xmlChar           958 third_party/libxml/src/xmlsave.c 	encoding = (const xmlChar *)
xmlChar           968 third_party/libxml/src/xmlsave.c 	    htmlSetMetaEncoding(cur, (const xmlChar *) encoding);
xmlChar          1031 third_party/libxml/src/xmlsave.c 		xmlBufferWriteQuotedString(buf->buffer, (xmlChar *) encoding);
xmlChar          1286 third_party/libxml/src/xmlsave.c     xmlChar *start, *end;
xmlChar          1434 third_party/libxml/src/xmlsave.c 				xmlChar *httpequiv;
xmlChar          1876 third_party/libxml/src/xmlsave.c                            xmlAttrPtr attr, const xmlChar * string)
xmlChar          1878 third_party/libxml/src/xmlsave.c     xmlChar *base, *cur;
xmlChar          1882 third_party/libxml/src/xmlsave.c     base = cur = (xmlChar *) string;
xmlChar          1941 third_party/libxml/src/xmlsave.c                 xmlBufferAdd(buf, (xmlChar *) tmp, -1);
xmlChar          1973 third_party/libxml/src/xmlsave.c                 xmlBufferAdd(buf, (xmlChar *) tmp, -1);
xmlChar          1983 third_party/libxml/src/xmlsave.c             xmlBufferAdd(buf, (xmlChar *) tmp, -1);
xmlChar          2136 third_party/libxml/src/xmlsave.c     ctxt.encoding = (const xmlChar *) encoding;
xmlChar          2171 third_party/libxml/src/xmlsave.c xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr,
xmlChar          2222 third_party/libxml/src/xmlsave.c     ctxt.encoding = (const xmlChar *) txt_encoding;
xmlChar          2256 third_party/libxml/src/xmlsave.c xmlDocDumpMemory(xmlDocPtr cur, xmlChar**mem, int *size) {
xmlChar          2274 third_party/libxml/src/xmlsave.c xmlDocDumpFormatMemory(xmlDocPtr cur, xmlChar**mem, int *size, int format) {
xmlChar          2291 third_party/libxml/src/xmlsave.c xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr,
xmlChar          2341 third_party/libxml/src/xmlsave.c     ctxt.encoding = (const xmlChar *) encoding;
xmlChar          2391 third_party/libxml/src/xmlsave.c     ctxt.encoding = (const xmlChar *) encoding;
xmlChar          2431 third_party/libxml/src/xmlsave.c     ctxt.encoding = (const xmlChar *) encoding;
xmlChar          2486 third_party/libxml/src/xmlsave.c     ctxt.encoding = (const xmlChar *) encoding;
xmlChar           115 third_party/libxml/src/xmlschemas.c #define XML_SCHEMAS_NO_NAMESPACE (const xmlChar *) "##"
xmlChar           120 third_party/libxml/src/xmlschemas.c static const xmlChar *xmlSchemaNs = (const xmlChar *)
xmlChar           123 third_party/libxml/src/xmlschemas.c static const xmlChar *xmlSchemaInstanceNs = (const xmlChar *)
xmlChar           126 third_party/libxml/src/xmlschemas.c static const xmlChar *xmlNamespaceNs = (const xmlChar *)
xmlChar           318 third_party/libxml/src/xmlschemas.c     (xmlStrEqual(node->name, (const xmlChar *) type)) && \
xmlChar           321 third_party/libxml/src/xmlschemas.c #define FREE_AND_NULL(str) if ((str) != NULL) { xmlFree((xmlChar *) (str)); str = NULL; }
xmlChar           386 third_party/libxml/src/xmlschemas.c     const xmlChar *importNamespace;
xmlChar           396 third_party/libxml/src/xmlschemas.c     const xmlChar *schemaLocation;
xmlChar           397 third_party/libxml/src/xmlschemas.c     const xmlChar *origTargetNamespace;
xmlChar           398 third_party/libxml/src/xmlschemas.c     const xmlChar *targetNamespace;
xmlChar           422 third_party/libxml/src/xmlschemas.c     const xmlChar *schemaLocation; /* The URI of the schema document. */
xmlChar           424 third_party/libxml/src/xmlschemas.c     const xmlChar *origTargetNamespace;
xmlChar           429 third_party/libxml/src/xmlschemas.c     const xmlChar *targetNamespace;
xmlChar           451 third_party/libxml/src/xmlschemas.c     const xmlChar *schemaLocation;
xmlChar           452 third_party/libxml/src/xmlschemas.c     const xmlChar *origTargetNamespace;
xmlChar           453 third_party/libxml/src/xmlschemas.c     const xmlChar *targetNamespace;
xmlChar           529 third_party/libxml/src/xmlschemas.c     const xmlChar * defValue;
xmlChar           544 third_party/libxml/src/xmlschemas.c     const xmlChar *name;
xmlChar           545 third_party/libxml/src/xmlschemas.c     const xmlChar *targetNamespace;
xmlChar           559 third_party/libxml/src/xmlschemas.c     const xmlChar *refName; /* The name of the to-be-redefined component. */
xmlChar           560 third_party/libxml/src/xmlschemas.c     const xmlChar *refTargetNs; /* The target namespace of the
xmlChar           605 third_party/libxml/src/xmlschemas.c     const xmlChar *URL;
xmlChar           628 third_party/libxml/src/xmlschemas.c     const xmlChar *targetNamespace;
xmlChar           648 third_party/libxml/src/xmlschemas.c     const xmlChar *name;
xmlChar           649 third_party/libxml/src/xmlschemas.c     const xmlChar *targetNamespace;
xmlChar           704 third_party/libxml/src/xmlschemas.c     const xmlChar *name;
xmlChar           705 third_party/libxml/src/xmlschemas.c     const xmlChar *targetNamespace;
xmlChar           725 third_party/libxml/src/xmlschemas.c     const xmlChar *xpath; /* the XPath expression */
xmlChar           741 third_party/libxml/src/xmlschemas.c     const xmlChar *name;
xmlChar           742 third_party/libxml/src/xmlschemas.c     const xmlChar *targetNamespace;
xmlChar           883 third_party/libxml/src/xmlschemas.c     const xmlChar *localName;
xmlChar           884 third_party/libxml/src/xmlschemas.c     const xmlChar *nsName;
xmlChar           885 third_party/libxml/src/xmlschemas.c     const xmlChar *value;
xmlChar           902 third_party/libxml/src/xmlschemas.c     const xmlChar **nsBindings; /* Namespace bindings on this element */
xmlChar           942 third_party/libxml/src/xmlschemas.c     const xmlChar *localName;
xmlChar           943 third_party/libxml/src/xmlschemas.c     const xmlChar *nsName;
xmlChar           944 third_party/libxml/src/xmlschemas.c     const xmlChar *value;
xmlChar           953 third_party/libxml/src/xmlschemas.c     const xmlChar *vcValue; /* the value constraint value */
xmlChar          1060 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          1076 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          1111 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          1167 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          1286 third_party/libxml/src/xmlschemas.c static const xmlChar*
xmlChar          1287 third_party/libxml/src/xmlschemas.c xmlSchemaFormatQName(xmlChar **buf,
xmlChar          1288 third_party/libxml/src/xmlschemas.c 		     const xmlChar *namespaceName,
xmlChar          1289 third_party/libxml/src/xmlschemas.c 		     const xmlChar *localName)
xmlChar          1304 third_party/libxml/src/xmlschemas.c     return ((const xmlChar *) *buf);
xmlChar          1307 third_party/libxml/src/xmlschemas.c static const xmlChar*
xmlChar          1308 third_party/libxml/src/xmlschemas.c xmlSchemaFormatQNameNs(xmlChar **buf, xmlNsPtr ns, const xmlChar *localName)
xmlChar          1316 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          1371 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          1412 third_party/libxml/src/xmlschemas.c static const xmlChar*
xmlChar          1413 third_party/libxml/src/xmlschemas.c xmlSchemaGetComponentQName(xmlChar **buf,
xmlChar          1421 third_party/libxml/src/xmlschemas.c static const xmlChar*
xmlChar          1422 third_party/libxml/src/xmlschemas.c xmlSchemaGetComponentDesignation(xmlChar **buf, void *item)
xmlChar          1424 third_party/libxml/src/xmlschemas.c     xmlChar *str = NULL;
xmlChar          1435 third_party/libxml/src/xmlschemas.c static const xmlChar*
xmlChar          1436 third_party/libxml/src/xmlschemas.c xmlSchemaGetIDCDesignation(xmlChar **buf, xmlSchemaIDCPtr idc)
xmlChar          1448 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          1478 third_party/libxml/src/xmlschemas.c 			       xmlChar **retValue)
xmlChar          1482 third_party/libxml/src/xmlschemas.c     const xmlChar *value, *value2 = NULL;
xmlChar          1509 third_party/libxml/src/xmlschemas.c 			xmlFree((xmlChar *) value2);
xmlChar          1522 third_party/libxml/src/xmlschemas.c 	    *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAST " ");
xmlChar          1523 third_party/libxml/src/xmlschemas.c 	    *retValue = xmlStrcat((xmlChar *) *retValue, value);
xmlChar          1532 third_party/libxml/src/xmlschemas.c 	xmlFree((xmlChar *) (*retValue));
xmlChar          1534 third_party/libxml/src/xmlschemas.c 	xmlFree((xmlChar *) value2);
xmlChar          1564 third_party/libxml/src/xmlschemas.c static xmlChar*
xmlChar          1565 third_party/libxml/src/xmlschemas.c xmlSchemaFormatItemForReport(xmlChar **buf,
xmlChar          1566 third_party/libxml/src/xmlschemas.c 		     const xmlChar *itemDes,
xmlChar          1570 third_party/libxml/src/xmlschemas.c     xmlChar *str = NULL;
xmlChar          1779 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          1781 third_party/libxml/src/xmlschemas.c 			    xmlChar **buf, xmlSchemaTypePtr type)
xmlChar          1785 third_party/libxml/src/xmlschemas.c     xmlChar *value = NULL;
xmlChar          1819 third_party/libxml/src/xmlschemas.c 		xmlFree((xmlChar *)value);
xmlChar          1834 third_party/libxml/src/xmlschemas.c     return ((const xmlChar *) *buf);
xmlChar          1889 third_party/libxml/src/xmlschemas.c               const char *msg, const xmlChar * str1, const xmlChar * str2)
xmlChar          1923 third_party/libxml/src/xmlschemas.c                const char *msg, const xmlChar * str1, const xmlChar * str2)
xmlChar          1951 third_party/libxml/src/xmlschemas.c 		const xmlChar * strData1, const xmlChar * strData2,
xmlChar          1952 third_party/libxml/src/xmlschemas.c 		const xmlChar * strData3, const char *msg, const xmlChar * str1,
xmlChar          1953 third_party/libxml/src/xmlschemas.c 		const xmlChar * str2, const xmlChar * str3, const xmlChar * str4,
xmlChar          1954 third_party/libxml/src/xmlschemas.c 		const xmlChar * str5)
xmlChar          2002 third_party/libxml/src/xmlschemas.c 			    const char *msg, const xmlChar *str)
xmlChar          2026 third_party/libxml/src/xmlschemas.c 		  const xmlChar *str1, const xmlChar *str2,
xmlChar          2027 third_party/libxml/src/xmlschemas.c 		  const xmlChar *str3, const xmlChar *str4)
xmlChar          2124 third_party/libxml/src/xmlschemas.c 	      const xmlChar *str1, const xmlChar *str2, const xmlChar *str3)
xmlChar          2133 third_party/libxml/src/xmlschemas.c 	      const xmlChar *str1, const xmlChar *str2,
xmlChar          2134 third_party/libxml/src/xmlschemas.c 	      const xmlChar *str3, const xmlChar *str4)
xmlChar          2143 third_party/libxml/src/xmlschemas.c 	     const xmlChar *str1, const xmlChar *str2)
xmlChar          2148 third_party/libxml/src/xmlschemas.c static xmlChar *
xmlChar          2149 third_party/libxml/src/xmlschemas.c xmlSchemaFormatNodeForError(xmlChar ** msg,
xmlChar          2153 third_party/libxml/src/xmlschemas.c     xmlChar *str = NULL;
xmlChar          2248 third_party/libxml/src/xmlschemas.c 		     const xmlChar *str1,
xmlChar          2249 third_party/libxml/src/xmlschemas.c 		     const xmlChar *str2)
xmlChar          2251 third_party/libxml/src/xmlschemas.c     xmlChar *msg = NULL;
xmlChar          2285 third_party/libxml/src/xmlschemas.c 		     const xmlChar *str1,
xmlChar          2286 third_party/libxml/src/xmlschemas.c 		     const xmlChar *str2)
xmlChar          2299 third_party/libxml/src/xmlschemas.c 		   const xmlChar *str1, const xmlChar *str2,
xmlChar          2300 third_party/libxml/src/xmlschemas.c 		   const xmlChar *str3, const xmlChar *str4)
xmlChar          2302 third_party/libxml/src/xmlschemas.c     xmlChar *msg = NULL;
xmlChar          2311 third_party/libxml/src/xmlschemas.c     msg = xmlStrcat(msg, (const xmlChar *) message);
xmlChar          2324 third_party/libxml/src/xmlschemas.c 		   const xmlChar *str1,
xmlChar          2325 third_party/libxml/src/xmlschemas.c 		   const xmlChar *str2)
xmlChar          2339 third_party/libxml/src/xmlschemas.c 		   const xmlChar *str1,
xmlChar          2340 third_party/libxml/src/xmlschemas.c 		   const xmlChar *str2,
xmlChar          2341 third_party/libxml/src/xmlschemas.c 		   const xmlChar *str3)
xmlChar          2343 third_party/libxml/src/xmlschemas.c     xmlChar *msg = NULL;
xmlChar          2346 third_party/libxml/src/xmlschemas.c     msg = xmlStrcat(msg, (const xmlChar *) message);
xmlChar          2364 third_party/libxml/src/xmlschemas.c 		   const xmlChar *str1,
xmlChar          2365 third_party/libxml/src/xmlschemas.c 		   const xmlChar *str2)
xmlChar          2367 third_party/libxml/src/xmlschemas.c     xmlChar *msg = NULL, *qname = NULL;
xmlChar          2370 third_party/libxml/src/xmlschemas.c     msg = xmlStrcat(msg, (const xmlChar *) message);
xmlChar          2426 third_party/libxml/src/xmlschemas.c 		       const xmlChar *value,
xmlChar          2430 third_party/libxml/src/xmlschemas.c     xmlChar *msg = NULL;
xmlChar          2454 third_party/libxml/src/xmlschemas.c 	xmlChar *str = NULL;
xmlChar          2475 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          2476 third_party/libxml/src/xmlschemas.c xmlSchemaFormatErrorNodeQName(xmlChar ** str,
xmlChar          2496 third_party/libxml/src/xmlschemas.c     xmlChar *msg = NULL, *str = NULL;
xmlChar          2515 third_party/libxml/src/xmlschemas.c 			xmlChar **values)
xmlChar          2517 third_party/libxml/src/xmlschemas.c     xmlChar *str = NULL, *msg = NULL;
xmlChar          2518 third_party/libxml/src/xmlschemas.c     xmlChar *localName, *nsName;
xmlChar          2519 third_party/libxml/src/xmlschemas.c     const xmlChar *cur, *end;
xmlChar          2523 third_party/libxml/src/xmlschemas.c     msg = xmlStrcat(msg, (const xmlChar *) message);
xmlChar          2611 third_party/libxml/src/xmlschemas.c 		  const xmlChar *value,
xmlChar          2616 third_party/libxml/src/xmlschemas.c 		  const xmlChar *str1,
xmlChar          2617 third_party/libxml/src/xmlschemas.c 		  const xmlChar *str2)
xmlChar          2619 third_party/libxml/src/xmlschemas.c     xmlChar *str = NULL, *msg = NULL;
xmlChar          2669 third_party/libxml/src/xmlschemas.c 		    value, (const xmlChar *) actLen, (const xmlChar *) len);
xmlChar          2672 third_party/libxml/src/xmlschemas.c 		    (const xmlChar *) actLen, (const xmlChar *) len);
xmlChar          2722 third_party/libxml/src/xmlschemas.c 	msg = xmlStrcat(msg, (const xmlChar *) message);
xmlChar          2761 third_party/libxml/src/xmlschemas.c     xmlChar *des = NULL;
xmlChar          2796 third_party/libxml/src/xmlschemas.c 			 const xmlChar *refName,
xmlChar          2797 third_party/libxml/src/xmlschemas.c 			 const xmlChar *refURI,
xmlChar          2801 third_party/libxml/src/xmlschemas.c     xmlChar *des = NULL, *strA = NULL;
xmlChar          2829 third_party/libxml/src/xmlschemas.c 			xmlChar **ownerDes,
xmlChar          2834 third_party/libxml/src/xmlschemas.c     xmlChar *des = NULL;
xmlChar          2846 third_party/libxml/src/xmlschemas.c 	    BAD_CAST des, (const xmlChar *) "Unknown",
xmlChar          2847 third_party/libxml/src/xmlschemas.c 	    (const xmlChar *) msg, NULL, NULL);
xmlChar          2851 third_party/libxml/src/xmlschemas.c 	    BAD_CAST des, attr->name, (const xmlChar *) msg, NULL, NULL);
xmlChar          2873 third_party/libxml/src/xmlschemas.c     xmlChar *strA = NULL, *strB = NULL;
xmlChar          2904 third_party/libxml/src/xmlschemas.c 		    const xmlChar *str1,
xmlChar          2905 third_party/libxml/src/xmlschemas.c 		    const xmlChar *str2,
xmlChar          2906 third_party/libxml/src/xmlschemas.c 		    const xmlChar *str3)
xmlChar          2908 third_party/libxml/src/xmlschemas.c     xmlChar *des = NULL, *msg = NULL;
xmlChar          2912 third_party/libxml/src/xmlschemas.c     msg = xmlStrcat(msg, (const xmlChar *) message);
xmlChar          2940 third_party/libxml/src/xmlschemas.c 		    const xmlChar *str1)
xmlChar          2966 third_party/libxml/src/xmlschemas.c 		    const xmlChar *str1, const xmlChar *str2,
xmlChar          2967 third_party/libxml/src/xmlschemas.c 		    const xmlChar *str3,const xmlChar *str4)
xmlChar          2969 third_party/libxml/src/xmlschemas.c     xmlChar *str = NULL, *msg = NULL;
xmlChar          2978 third_party/libxml/src/xmlschemas.c     msg = xmlStrcat(msg, (const xmlChar *) message);
xmlChar          3002 third_party/libxml/src/xmlschemas.c     xmlChar *des = NULL, *strT = NULL;
xmlChar          3031 third_party/libxml/src/xmlschemas.c     xmlChar *des = NULL;
xmlChar          3059 third_party/libxml/src/xmlschemas.c     xmlChar *des = NULL;
xmlChar          3088 third_party/libxml/src/xmlschemas.c 			const xmlChar *value,
xmlChar          3090 third_party/libxml/src/xmlschemas.c 			const xmlChar *str1,
xmlChar          3091 third_party/libxml/src/xmlschemas.c 			const xmlChar *str2)
xmlChar          3093 third_party/libxml/src/xmlschemas.c     xmlChar *msg = NULL;
xmlChar          3119 third_party/libxml/src/xmlschemas.c 		xmlChar *str = NULL;
xmlChar          3180 third_party/libxml/src/xmlschemas.c     xmlChar *des = NULL;
xmlChar          3527 third_party/libxml/src/xmlschemas.c 			 int type, const xmlChar *targetNamespace)
xmlChar          4075 third_party/libxml/src/xmlschemas.c 			(const xmlChar *) WXS_ITEM_TYPE_NAME(item));
xmlChar          4157 third_party/libxml/src/xmlschemas.c                      const xmlChar * name ATTRIBUTE_UNUSED,
xmlChar          4158 third_party/libxml/src/xmlschemas.c 		     const xmlChar * namespace ATTRIBUTE_UNUSED,
xmlChar          4159 third_party/libxml/src/xmlschemas.c                      const xmlChar * context ATTRIBUTE_UNUSED)
xmlChar          4243 third_party/libxml/src/xmlschemas.c     xmlChar *content;
xmlChar          4267 third_party/libxml/src/xmlschemas.c     xmlChar *str = NULL;
xmlChar          4343 third_party/libxml/src/xmlschemas.c     const xmlChar *name, *tns;
xmlChar          4344 third_party/libxml/src/xmlschemas.c     xmlChar *str = NULL;
xmlChar          4518 third_party/libxml/src/xmlschemas.c 			   const xmlChar *namespaceName,
xmlChar          4519 third_party/libxml/src/xmlschemas.c 			   const xmlChar *localName,
xmlChar          4522 third_party/libxml/src/xmlschemas.c     xmlChar *str = NULL;
xmlChar          4523 third_party/libxml/src/xmlschemas.c     const xmlChar *value;
xmlChar          4649 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          4652 third_party/libxml/src/xmlschemas.c     xmlChar *val;
xmlChar          4653 third_party/libxml/src/xmlschemas.c     const xmlChar *ret;
xmlChar          4657 third_party/libxml/src/xmlschemas.c 	val = xmlStrdup((xmlChar *)"");
xmlChar          4663 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          4666 third_party/libxml/src/xmlschemas.c     return((const xmlChar*) xmlNodeGetContent(node));
xmlChar          4679 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          4683 third_party/libxml/src/xmlschemas.c     xmlChar *val;
xmlChar          4684 third_party/libxml/src/xmlschemas.c     const xmlChar *ret;
xmlChar          4728 third_party/libxml/src/xmlschemas.c xmlSchemaGetElem(xmlSchemaPtr schema, const xmlChar * name,
xmlChar          4729 third_party/libxml/src/xmlschemas.c                  const xmlChar * nsName)
xmlChar          4762 third_party/libxml/src/xmlschemas.c xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name,
xmlChar          4763 third_party/libxml/src/xmlschemas.c                  const xmlChar * nsName)
xmlChar          4809 third_party/libxml/src/xmlschemas.c xmlSchemaGetAttributeDecl(xmlSchemaPtr schema, const xmlChar * name,
xmlChar          4810 third_party/libxml/src/xmlschemas.c                  const xmlChar * nsName)
xmlChar          4843 third_party/libxml/src/xmlschemas.c xmlSchemaGetAttributeGroup(xmlSchemaPtr schema, const xmlChar * name,
xmlChar          4844 third_party/libxml/src/xmlschemas.c                  const xmlChar * nsName)
xmlChar          4883 third_party/libxml/src/xmlschemas.c xmlSchemaGetGroup(xmlSchemaPtr schema, const xmlChar * name,
xmlChar          4884 third_party/libxml/src/xmlschemas.c                  const xmlChar * nsName)
xmlChar          4909 third_party/libxml/src/xmlschemas.c 		     const xmlChar *name,
xmlChar          4910 third_party/libxml/src/xmlschemas.c 		     const xmlChar *nsName)
xmlChar          4925 third_party/libxml/src/xmlschemas.c 		const xmlChar *name,
xmlChar          4926 third_party/libxml/src/xmlschemas.c 		const xmlChar *nsName)
xmlChar          4952 third_party/libxml/src/xmlschemas.c 			   const xmlChar *name,
xmlChar          4953 third_party/libxml/src/xmlschemas.c 			   const xmlChar *targetNs)
xmlChar          4987 third_party/libxml/src/xmlschemas.c xmlSchemaIsBlank(xmlChar * str, int len)
xmlChar          5016 third_party/libxml/src/xmlschemas.c 			      const xmlChar *name,
xmlChar          5017 third_party/libxml/src/xmlschemas.c 			      const xmlChar *nsName)
xmlChar          5107 third_party/libxml/src/xmlschemas.c                      const xmlChar *name, const xmlChar *nsName,
xmlChar          5144 third_party/libxml/src/xmlschemas.c                       const xmlChar * name, const xmlChar * nsName,
xmlChar          5215 third_party/libxml/src/xmlschemas.c 		  const xmlChar *refName,
xmlChar          5216 third_party/libxml/src/xmlschemas.c 		  const xmlChar *refTargetNs)
xmlChar          5256 third_party/libxml/src/xmlschemas.c 			   const xmlChar *name,
xmlChar          5257 third_party/libxml/src/xmlschemas.c 			   const xmlChar *nsName,
xmlChar          5307 third_party/libxml/src/xmlschemas.c                     const xmlChar * name, const xmlChar * nsName,
xmlChar          5349 third_party/libxml/src/xmlschemas.c                  const xmlChar * name, const xmlChar * nsName,
xmlChar          5387 third_party/libxml/src/xmlschemas.c 		     const xmlChar *refName,
xmlChar          5388 third_party/libxml/src/xmlschemas.c 		     const xmlChar *refNs)
xmlChar          5534 third_party/libxml/src/xmlschemas.c 				 const xmlChar *name,
xmlChar          5535 third_party/libxml/src/xmlschemas.c 				 const xmlChar *nsName,
xmlChar          5595 third_party/libxml/src/xmlschemas.c                   const xmlChar *name, const xmlChar *nsName,
xmlChar          5773 third_party/libxml/src/xmlschemas.c 				       const xmlChar *value,
xmlChar          5774 third_party/libxml/src/xmlschemas.c 				       const xmlChar **uri,
xmlChar          5775 third_party/libxml/src/xmlschemas.c 				       const xmlChar **local)
xmlChar          5777 third_party/libxml/src/xmlschemas.c     const xmlChar *pref;
xmlChar          5854 third_party/libxml/src/xmlschemas.c 				       const xmlChar **uri,
xmlChar          5855 third_party/libxml/src/xmlschemas.c 				       const xmlChar **local)
xmlChar          5857 third_party/libxml/src/xmlschemas.c     const xmlChar *value;
xmlChar          5886 third_party/libxml/src/xmlschemas.c 				   const xmlChar **uri,
xmlChar          5887 third_party/libxml/src/xmlschemas.c 				   const xmlChar **local)
xmlChar          5919 third_party/libxml/src/xmlschemas.c     const xmlChar *value;
xmlChar          5931 third_party/libxml/src/xmlschemas.c 	    xmlChar *strip;
xmlChar          5939 third_party/libxml/src/xmlschemas.c 		xmlFree((xmlChar *) value);
xmlChar          5965 third_party/libxml/src/xmlschemas.c 	xmlFree((xmlChar *)value);
xmlChar          5973 third_party/libxml/src/xmlschemas.c 		    const xmlChar *name)
xmlChar          5997 third_party/libxml/src/xmlschemas.c     const xmlChar *val, *cur;
xmlChar          6006 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(val, (const xmlChar *) "unbounded")) {
xmlChar          6062 third_party/libxml/src/xmlschemas.c     const xmlChar *val, *cur;
xmlChar          6117 third_party/libxml/src/xmlschemas.c     xmlChar *value = NULL;
xmlChar          6164 third_party/libxml/src/xmlschemas.c     const xmlChar *val;
xmlChar          6246 third_party/libxml/src/xmlschemas.c 			   const xmlChar *value,
xmlChar          6320 third_party/libxml/src/xmlschemas.c 			   const xmlChar **value)
xmlChar          6322 third_party/libxml/src/xmlschemas.c     const xmlChar *val;
xmlChar          6360 third_party/libxml/src/xmlschemas.c 		       const xmlChar **value)
xmlChar          6394 third_party/libxml/src/xmlschemas.c 		  const xmlChar *namespaceName)
xmlChar          6616 third_party/libxml/src/xmlschemas.c     const xmlChar *value;
xmlChar          6668 third_party/libxml/src/xmlschemas.c 	const xmlChar *fixed;
xmlChar          6709 third_party/libxml/src/xmlschemas.c     const xmlChar *pc, *ns, *dictnsItem;
xmlChar          6711 third_party/libxml/src/xmlschemas.c     xmlChar *nsItem;
xmlChar          6717 third_party/libxml/src/xmlschemas.c         || (xmlStrEqual(pc, (const xmlChar *) "strict"))) {
xmlChar          6719 third_party/libxml/src/xmlschemas.c     } else if (xmlStrEqual(pc, (const xmlChar *) "skip")) {
xmlChar          6721 third_party/libxml/src/xmlschemas.c     } else if (xmlStrEqual(pc, (const xmlChar *) "lax")) {
xmlChar          6746 third_party/libxml/src/xmlschemas.c 	const xmlChar *end, *cur;
xmlChar          6966 third_party/libxml/src/xmlschemas.c     const xmlChar *name;
xmlChar          7087 third_party/libxml/src/xmlschemas.c     const xmlChar *attrValue, *name = NULL, *ns = NULL;
xmlChar          7091 third_party/libxml/src/xmlschemas.c     const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL;
xmlChar          7391 third_party/libxml/src/xmlschemas.c 		    xmlChar *str = NULL;
xmlChar          7477 third_party/libxml/src/xmlschemas.c     const xmlChar *attrValue;
xmlChar          7633 third_party/libxml/src/xmlschemas.c     const xmlChar *refNs = NULL, *ref = NULL;
xmlChar          7706 third_party/libxml/src/xmlschemas.c 	    xmlChar *str = NULL;
xmlChar          7761 third_party/libxml/src/xmlschemas.c     const xmlChar *name;
xmlChar          7852 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrFormDefault(const xmlChar *value,
xmlChar          7883 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrBlockFinal(const xmlChar *value,
xmlChar          7917 third_party/libxml/src/xmlschemas.c 	const xmlChar *end, *cur = value;
xmlChar          7918 third_party/libxml/src/xmlschemas.c 	xmlChar *item;
xmlChar          8005 third_party/libxml/src/xmlschemas.c 	const xmlChar **nsArray = NULL;
xmlChar          8028 third_party/libxml/src/xmlschemas.c 	    nsArray = (const xmlChar **) xmlMalloc(
xmlChar          8029 third_party/libxml/src/xmlschemas.c 		(count * 2 + 1) * sizeof(const xmlChar *));
xmlChar          8053 third_party/libxml/src/xmlschemas.c 	    xmlFree((xmlChar **) nsArray);
xmlChar          8289 third_party/libxml/src/xmlschemas.c 		  const xmlChar *targetNamespace)
xmlChar          8294 third_party/libxml/src/xmlschemas.c     const xmlChar *name = NULL;
xmlChar          8444 third_party/libxml/src/xmlschemas.c     xmlChar *des = NULL;
xmlChar          8495 third_party/libxml/src/xmlschemas.c 	const xmlChar *refNs = NULL, *ref = NULL;
xmlChar          8572 third_party/libxml/src/xmlschemas.c 	const xmlChar *ns = NULL, *fixed, *name, *attrValue;
xmlChar          8839 third_party/libxml/src/xmlschemas.c     const xmlChar *cur = NULL;
xmlChar          8878 third_party/libxml/src/xmlschemas.c 	const xmlChar *end;
xmlChar          8879 third_party/libxml/src/xmlschemas.c 	xmlChar *tmp;
xmlChar          8880 third_party/libxml/src/xmlschemas.c 	const xmlChar *localName, *nsName;
xmlChar          9118 third_party/libxml/src/xmlschemas.c     const xmlChar *attrValue = NULL;
xmlChar          9179 third_party/libxml/src/xmlschemas.c 	    xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1),
xmlChar          9334 third_party/libxml/src/xmlschemas.c     const xmlChar *ref = NULL, *refNs = NULL;
xmlChar          9436 third_party/libxml/src/xmlschemas.c     const xmlChar *name;
xmlChar          9615 third_party/libxml/src/xmlschemas.c     const xmlChar *val;
xmlChar          9962 third_party/libxml/src/xmlschemas.c 	ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1);
xmlChar          10001 third_party/libxml/src/xmlschemas.c 			    const xmlChar *schemaLocation)
xmlChar          10023 third_party/libxml/src/xmlschemas.c 				     const xmlChar *schemaLocation,
xmlChar          10024 third_party/libxml/src/xmlschemas.c 				     const xmlChar *targetNamespace)
xmlChar          10052 third_party/libxml/src/xmlschemas.c 				 const xmlChar *targetNamespace,
xmlChar          10217 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          10218 third_party/libxml/src/xmlschemas.c xmlSchemaBuildAbsoluteURI(xmlDictPtr dict, const xmlChar* location,
xmlChar          10228 third_party/libxml/src/xmlschemas.c 	    xmlChar *base, *URI;
xmlChar          10229 third_party/libxml/src/xmlschemas.c 	    const xmlChar *ret = NULL;
xmlChar          10265 third_party/libxml/src/xmlschemas.c 		const xmlChar *schemaLocation,
xmlChar          10270 third_party/libxml/src/xmlschemas.c 		const xmlChar *sourceTargetNamespace,
xmlChar          10271 third_party/libxml/src/xmlschemas.c 		const xmlChar *importNamespace,
xmlChar          10274 third_party/libxml/src/xmlschemas.c     const xmlChar *targetNamespace = NULL;
xmlChar          10691 third_party/libxml/src/xmlschemas.c     const xmlChar *namespaceName = NULL, *schemaLocation = NULL;
xmlChar          10692 third_party/libxml/src/xmlschemas.c     const xmlChar *thisTargetNamespace;
xmlChar          10837 third_party/libxml/src/xmlschemas.c 				     xmlChar **schemaLocation,
xmlChar          10875 third_party/libxml/src/xmlschemas.c         xmlChar *base = NULL;
xmlChar          10876 third_party/libxml/src/xmlschemas.c         xmlChar *uri = NULL;
xmlChar          10880 third_party/libxml/src/xmlschemas.c 	    (const xmlChar **) schemaLocation) != 0)
xmlChar          10894 third_party/libxml/src/xmlschemas.c 	(*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1);
xmlChar          10936 third_party/libxml/src/xmlschemas.c     const xmlChar *schemaLocation = NULL;
xmlChar          10949 third_party/libxml/src/xmlschemas.c 	node, (xmlChar **) (&schemaLocation), type);
xmlChar          11366 third_party/libxml/src/xmlschemas.c 			    xmlChar *str = NULL;
xmlChar          11382 third_party/libxml/src/xmlschemas.c 			    xmlChar *str = NULL;
xmlChar          11521 third_party/libxml/src/xmlschemas.c 		xmlChar *str1 = NULL, *str2 = NULL;
xmlChar          12087 third_party/libxml/src/xmlschemas.c     const xmlChar *name = NULL;
xmlChar          12089 third_party/libxml/src/xmlschemas.c     const xmlChar *attrValue;
xmlChar          12121 third_party/libxml/src/xmlschemas.c 	    xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1),
xmlChar          12438 third_party/libxml/src/xmlschemas.c     ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
xmlChar          13274 third_party/libxml/src/xmlschemas.c 	const xmlChar *name, *nsName;
xmlChar          13817 third_party/libxml/src/xmlschemas.c 	const xmlChar *neg;
xmlChar          14000 third_party/libxml/src/xmlschemas.c 				     const xmlChar **value,
xmlChar          14039 third_party/libxml/src/xmlschemas.c 				   const xmlChar* ns)
xmlChar          14066 third_party/libxml/src/xmlschemas.c ((a) == XML_SCHEMA_ACTION_DERIVE) ? (const xmlChar *) "base" : (const xmlChar *) "redefined"
xmlChar          14091 third_party/libxml/src/xmlschemas.c     const xmlChar *bEffValue;
xmlChar          14118 third_party/libxml/src/xmlschemas.c 			xmlChar *str = NULL;
xmlChar          14139 third_party/libxml/src/xmlschemas.c 			xmlChar *strA = NULL, *strB = NULL, *strC = NULL;
xmlChar          14182 third_party/libxml/src/xmlschemas.c 			    const xmlChar *rEffValue = NULL;
xmlChar          14196 third_party/libxml/src/xmlschemas.c 				xmlChar *str = NULL;
xmlChar          14229 third_party/libxml/src/xmlschemas.c 		    xmlChar *str = NULL;
xmlChar          14272 third_party/libxml/src/xmlschemas.c 		xmlChar *strA = NULL, *strB = NULL;
xmlChar          14297 third_party/libxml/src/xmlschemas.c 	    xmlChar *str = NULL;
xmlChar          14316 third_party/libxml/src/xmlschemas.c 	    xmlChar *str = NULL;
xmlChar          14344 third_party/libxml/src/xmlschemas.c 	    xmlChar *str = NULL;
xmlChar          15125 third_party/libxml/src/xmlschemas.c     xmlChar *str = NULL;
xmlChar          15228 third_party/libxml/src/xmlschemas.c     xmlChar *str = NULL;
xmlChar          15441 third_party/libxml/src/xmlschemas.c 		    xmlChar *strBIT = NULL, *strBT = NULL;
xmlChar          15621 third_party/libxml/src/xmlschemas.c 			    xmlChar *strBMT = NULL, *strBT = NULL;
xmlChar          15751 third_party/libxml/src/xmlschemas.c 			     const xmlChar *value,
xmlChar          15777 third_party/libxml/src/xmlschemas.c 				   const xmlChar *value,
xmlChar          15914 third_party/libxml/src/xmlschemas.c 			xmlChar *str = NULL;
xmlChar          15943 third_party/libxml/src/xmlschemas.c 			xmlChar *str = NULL;
xmlChar          16167 third_party/libxml/src/xmlschemas.c 		    xmlChar *str = NULL;
xmlChar          16199 third_party/libxml/src/xmlschemas.c 		xmlChar *str = NULL;
xmlChar          16212 third_party/libxml/src/xmlschemas.c 		xmlChar *str = NULL;
xmlChar          16434 third_party/libxml/src/xmlschemas.c 		xmlChar *strA = NULL, *strB = NULL;
xmlChar          16594 third_party/libxml/src/xmlschemas.c 	    xmlChar *str = NULL;
xmlChar          16615 third_party/libxml/src/xmlschemas.c 		xmlChar *str = NULL;
xmlChar          16666 third_party/libxml/src/xmlschemas.c 		    xmlChar *str = NULL;
xmlChar          16689 third_party/libxml/src/xmlschemas.c 	    xmlChar *str = NULL;
xmlChar          17152 third_party/libxml/src/xmlschemas.c     xmlChar *msg = NULL;
xmlChar          18161 third_party/libxml/src/xmlschemas.c 	    const xmlChar *tmpname;
xmlChar          18602 third_party/libxml/src/xmlschemas.c 		    const xmlChar * name ATTRIBUTE_UNUSED)
xmlChar          18691 third_party/libxml/src/xmlschemas.c 			xmlChar *str = NULL;
xmlChar          18811 third_party/libxml/src/xmlschemas.c     const xmlChar *name = typeDecl->name;
xmlChar          18927 third_party/libxml/src/xmlschemas.c 	    xmlChar *str = NULL;
xmlChar          19086 third_party/libxml/src/xmlschemas.c 	    xmlChar *str = NULL;
xmlChar          19259 third_party/libxml/src/xmlschemas.c 		    xmlChar *str = NULL;
xmlChar          19357 third_party/libxml/src/xmlschemas.c 			xmlChar *str = NULL;
xmlChar          19387 third_party/libxml/src/xmlschemas.c 			xmlChar *str = NULL;
xmlChar          19595 third_party/libxml/src/xmlschemas.c 	    xmlChar *strA = NULL, *strB = NULL;
xmlChar          19634 third_party/libxml/src/xmlschemas.c 		xmlChar *strA = NULL, *strB = NULL, *strC = NULL;
xmlChar          19895 third_party/libxml/src/xmlschemas.c 			xmlChar *strA = NULL, *strB = NULL;
xmlChar          20368 third_party/libxml/src/xmlschemas.c 		xmlChar *str = NULL;
xmlChar          20450 third_party/libxml/src/xmlschemas.c 	    xmlChar *str = NULL;
xmlChar          20568 third_party/libxml/src/xmlschemas.c 	    xmlChar *str = NULL;
xmlChar          20678 third_party/libxml/src/xmlschemas.c     const xmlChar *name;
xmlChar          20761 third_party/libxml/src/xmlschemas.c 	    xmlChar *str = NULL;
xmlChar          21457 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          21565 third_party/libxml/src/xmlschemas.c 			    const xmlChar *nsName,
xmlChar          21566 third_party/libxml/src/xmlschemas.c 			    const xmlChar *location)
xmlChar          21702 third_party/libxml/src/xmlschemas.c     const xmlChar *cur, *end;
xmlChar          21703 third_party/libxml/src/xmlschemas.c     const xmlChar *nsname = NULL, *location;
xmlChar          21780 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          21782 third_party/libxml/src/xmlschemas.c 			 const xmlChar *prefix)
xmlChar          21809 third_party/libxml/src/xmlschemas.c 	xmlChar *nsName;
xmlChar          21813 third_party/libxml/src/xmlschemas.c 	    const xmlChar *ret;
xmlChar          21845 third_party/libxml/src/xmlschemas.c 			  const xmlChar *value,
xmlChar          21860 third_party/libxml/src/xmlschemas.c 	xmlChar *localName = NULL;
xmlChar          21861 third_party/libxml/src/xmlschemas.c 	xmlChar *prefix = NULL;
xmlChar          21865 third_party/libxml/src/xmlschemas.c 	    const xmlChar *nsName = NULL;
xmlChar          21911 third_party/libxml/src/xmlschemas.c 		       const xmlChar* lname,
xmlChar          21912 third_party/libxml/src/xmlschemas.c 		       const xmlChar* nsname)
xmlChar          22442 third_party/libxml/src/xmlschemas.c 	xmlChar *str = NULL;
xmlChar          22562 third_party/libxml/src/xmlschemas.c static const xmlChar *
xmlChar          22564 third_party/libxml/src/xmlschemas.c 			      xmlChar **buf,
xmlChar          22569 third_party/libxml/src/xmlschemas.c     xmlChar *value = NULL;
xmlChar          22650 third_party/libxml/src/xmlschemas.c 	xmlChar *str = NULL;
xmlChar          22708 third_party/libxml/src/xmlschemas.c 		xmlChar *str = NULL;
xmlChar          22812 third_party/libxml/src/xmlschemas.c 		    xmlChar *str = NULL;
xmlChar          22991 third_party/libxml/src/xmlschemas.c 		    xmlChar *str = NULL, *strB = NULL;
xmlChar          23072 third_party/libxml/src/xmlschemas.c 		xmlChar *str = NULL;
xmlChar          23153 third_party/libxml/src/xmlschemas.c 	xmlChar *str = NULL;
xmlChar          23829 third_party/libxml/src/xmlschemas.c 				xmlChar *str = NULL, *strB = NULL;
xmlChar          23848 third_party/libxml/src/xmlschemas.c 		    xmlChar *str = NULL, *strB = NULL;
xmlChar          23929 third_party/libxml/src/xmlschemas.c 			const xmlChar *localName,
xmlChar          23930 third_party/libxml/src/xmlschemas.c 			const xmlChar *nsName,
xmlChar          23932 third_party/libxml/src/xmlschemas.c 			xmlChar *value,
xmlChar          24036 third_party/libxml/src/xmlschemas.c 	xmlFree((xmlChar **)ielem->nsBindings);
xmlChar          24125 third_party/libxml/src/xmlschemas.c 			const xmlChar * value,
xmlChar          24355 third_party/libxml/src/xmlschemas.c static xmlChar *
xmlChar          24357 third_party/libxml/src/xmlschemas.c 			const xmlChar *value)
xmlChar          24371 third_party/libxml/src/xmlschemas.c 		       const xmlChar *value,
xmlChar          24376 third_party/libxml/src/xmlschemas.c     const xmlChar *nsName;
xmlChar          24377 third_party/libxml/src/xmlschemas.c     xmlChar *local, *prefix = NULL;
xmlChar          24439 third_party/libxml/src/xmlschemas.c 			     const xmlChar *value,
xmlChar          24448 third_party/libxml/src/xmlschemas.c     xmlChar *normValue = NULL;
xmlChar          24600 third_party/libxml/src/xmlschemas.c 	const xmlChar *cur, *end;
xmlChar          24601 third_party/libxml/src/xmlschemas.c 	xmlChar *tmpValue = NULL;
xmlChar          24779 third_party/libxml/src/xmlschemas.c 			   const xmlChar *value,
xmlChar          24780 third_party/libxml/src/xmlschemas.c 			   const xmlChar **nsName,
xmlChar          24781 third_party/libxml/src/xmlschemas.c 			   const xmlChar **localName)
xmlChar          24800 third_party/libxml/src/xmlschemas.c 	xmlChar *local = NULL;
xmlChar          24801 third_party/libxml/src/xmlschemas.c 	xmlChar *prefix;
xmlChar          24856 third_party/libxml/src/xmlschemas.c 	const xmlChar *nsName = NULL, *local = NULL;
xmlChar          24883 third_party/libxml/src/xmlschemas.c 	    xmlChar *str = NULL;
xmlChar          24941 third_party/libxml/src/xmlschemas.c 		xmlChar *str = NULL;
xmlChar          25137 third_party/libxml/src/xmlschemas.c 		xmlFree((xmlChar *) attr->localName);
xmlChar          25139 third_party/libxml/src/xmlschemas.c 		xmlFree((xmlChar *) attr->nsName);
xmlChar          25143 third_party/libxml/src/xmlschemas.c 		xmlFree((xmlChar *) attr->value);
xmlChar          25472 third_party/libxml/src/xmlschemas.c 		    iattr->value = (xmlChar *) iattr->use->defValue;
xmlChar          25475 third_party/libxml/src/xmlschemas.c 		    iattr->value = (xmlChar *) iattr->decl->defValue;
xmlChar          25502 third_party/libxml/src/xmlschemas.c 		xmlChar *normValue;
xmlChar          25503 third_party/libxml/src/xmlschemas.c 		const xmlChar *value;
xmlChar          25529 third_party/libxml/src/xmlschemas.c 			xmlChar prefix[12];
xmlChar          25714 third_party/libxml/src/xmlschemas.c 		    xmlChar *str = NULL;
xmlChar          25853 third_party/libxml/src/xmlschemas.c 			      const xmlChar *value,
xmlChar          25917 third_party/libxml/src/xmlschemas.c 			       const xmlChar * name ATTRIBUTE_UNUSED,
xmlChar          25924 third_party/libxml/src/xmlschemas.c 	xmlChar *str = NULL;
xmlChar          25960 third_party/libxml/src/xmlschemas.c 			     const xmlChar *value)
xmlChar          26016 third_party/libxml/src/xmlschemas.c 	    xmlChar *values[10];
xmlChar          26181 third_party/libxml/src/xmlschemas.c 	    xmlChar *normValue;
xmlChar          26531 third_party/libxml/src/xmlschemas.c 	    xmlChar *values[10];
xmlChar          26659 third_party/libxml/src/xmlschemas.c 		  int nodeType, const xmlChar *value, int len,
xmlChar          26700 third_party/libxml/src/xmlschemas.c 	    (! xmlSchemaIsBlank((xmlChar *) value, len))) {
xmlChar          26774 third_party/libxml/src/xmlschemas.c 		(xmlChar *) vctxt->inode->value, value, len);
xmlChar          27036 third_party/libxml/src/xmlschemas.c 			(const xmlChar *) xmlTextReaderLocalName(vctxt->reader),
xmlChar          27126 third_party/libxml/src/xmlschemas.c 	    xmlChar *value;
xmlChar          27172 third_party/libxml/src/xmlschemas.c 		       const xmlChar * ch,
xmlChar          27197 third_party/libxml/src/xmlschemas.c 			     const xmlChar * ch,
xmlChar          27219 third_party/libxml/src/xmlschemas.c 			    const xmlChar * name ATTRIBUTE_UNUSED)
xmlChar          27233 third_party/libxml/src/xmlschemas.c 				 const xmlChar * localname,
xmlChar          27234 third_party/libxml/src/xmlschemas.c 				 const xmlChar * prefix ATTRIBUTE_UNUSED,
xmlChar          27235 third_party/libxml/src/xmlschemas.c 				 const xmlChar * URI,
xmlChar          27237 third_party/libxml/src/xmlschemas.c 				 const xmlChar ** namespaces,
xmlChar          27240 third_party/libxml/src/xmlschemas.c 				 const xmlChar ** attributes)
xmlChar          27286 third_party/libxml/src/xmlschemas.c 		    (const xmlChar **) xmlMalloc(10 *
xmlChar          27287 third_party/libxml/src/xmlschemas.c 			sizeof(const xmlChar *));
xmlChar          27299 third_party/libxml/src/xmlschemas.c 		    (const xmlChar **) xmlRealloc(
xmlChar          27301 third_party/libxml/src/xmlschemas.c 			ielem->sizeNsBindings * 2 * sizeof(const xmlChar *));
xmlChar          27328 third_party/libxml/src/xmlschemas.c 	xmlChar *value;
xmlChar          27372 third_party/libxml/src/xmlschemas.c 			       const xmlChar * localname ATTRIBUTE_UNUSED,
xmlChar          27373 third_party/libxml/src/xmlschemas.c 			       const xmlChar * prefix ATTRIBUTE_UNUSED,
xmlChar          27374 third_party/libxml/src/xmlschemas.c 			       const xmlChar * URI ATTRIBUTE_UNUSED)
xmlChar          27785 third_party/libxml/src/xmlschemas.c     const xmlChar *nsName;
xmlChar          28141 third_party/libxml/src/xmlschemas.c internalSubsetSplit(void *ctx, const xmlChar *name,
xmlChar          28142 third_party/libxml/src/xmlschemas.c 	       const xmlChar *ExternalID, const xmlChar *SystemID)
xmlChar          28182 third_party/libxml/src/xmlschemas.c externalSubsetSplit(void *ctx, const xmlChar *name,
xmlChar          28183 third_party/libxml/src/xmlschemas.c 	       const xmlChar *ExternalID, const xmlChar *SystemID)
xmlChar          28193 third_party/libxml/src/xmlschemas.c resolveEntitySplit(void *ctx, const xmlChar *publicId, const xmlChar *systemId)
xmlChar          28204 third_party/libxml/src/xmlschemas.c getEntitySplit(void *ctx, const xmlChar *name)
xmlChar          28214 third_party/libxml/src/xmlschemas.c getParameterEntitySplit(void *ctx, const xmlChar *name)
xmlChar          28225 third_party/libxml/src/xmlschemas.c entityDeclSplit(void *ctx, const xmlChar *name, int type,
xmlChar          28226 third_party/libxml/src/xmlschemas.c           const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
xmlChar          28236 third_party/libxml/src/xmlschemas.c attributeDeclSplit(void *ctx, const xmlChar * elem,
xmlChar          28237 third_party/libxml/src/xmlschemas.c                    const xmlChar * name, int type, int def,
xmlChar          28238 third_party/libxml/src/xmlschemas.c                    const xmlChar * defaultValue, xmlEnumerationPtr tree)
xmlChar          28251 third_party/libxml/src/xmlschemas.c elementDeclSplit(void *ctx, const xmlChar *name, int type,
xmlChar          28261 third_party/libxml/src/xmlschemas.c notationDeclSplit(void *ctx, const xmlChar *name,
xmlChar          28262 third_party/libxml/src/xmlschemas.c 	     const xmlChar *publicId, const xmlChar *systemId)
xmlChar          28272 third_party/libxml/src/xmlschemas.c unparsedEntityDeclSplit(void *ctx, const xmlChar *name,
xmlChar          28273 third_party/libxml/src/xmlschemas.c 		   const xmlChar *publicId, const xmlChar *systemId,
xmlChar          28274 third_party/libxml/src/xmlschemas.c 		   const xmlChar *notationName)
xmlChar          28311 third_party/libxml/src/xmlschemas.c processingInstructionSplit(void *ctx, const xmlChar *target,
xmlChar          28312 third_party/libxml/src/xmlschemas.c                       const xmlChar *data)
xmlChar          28321 third_party/libxml/src/xmlschemas.c commentSplit(void *ctx, const xmlChar *value)
xmlChar          28363 third_party/libxml/src/xmlschemas.c charactersSplit(void *ctx, const xmlChar *ch, int len)
xmlChar          28375 third_party/libxml/src/xmlschemas.c ignorableWhitespaceSplit(void *ctx, const xmlChar *ch, int len)
xmlChar          28388 third_party/libxml/src/xmlschemas.c cdataBlockSplit(void *ctx, const xmlChar *value, int len)
xmlChar          28401 third_party/libxml/src/xmlschemas.c referenceSplit(void *ctx, const xmlChar *name)
xmlChar          28414 third_party/libxml/src/xmlschemas.c startElementNsSplit(void *ctx, const xmlChar * localname,
xmlChar          28415 third_party/libxml/src/xmlschemas.c 		    const xmlChar * prefix, const xmlChar * URI,
xmlChar          28416 third_party/libxml/src/xmlschemas.c 		    int nb_namespaces, const xmlChar ** namespaces,
xmlChar          28418 third_party/libxml/src/xmlschemas.c 		    const xmlChar ** attributes) {
xmlChar          28436 third_party/libxml/src/xmlschemas.c endElementNsSplit(void *ctx, const xmlChar * localname,
xmlChar          28437 third_party/libxml/src/xmlschemas.c 		    const xmlChar * prefix, const xmlChar * URI) {
xmlChar            49 third_party/libxml/src/xmlschemastypes.c     (const xmlChar *)"http://www.w3.org/2001/XMLSchema"
xmlChar            98 third_party/libxml/src/xmlschemastypes.c     xmlChar *name;
xmlChar            99 third_party/libxml/src/xmlschemastypes.c     xmlChar *uri;
xmlChar           105 third_party/libxml/src/xmlschemastypes.c     xmlChar     *str;
xmlChar           112 third_party/libxml/src/xmlschemastypes.c     xmlChar     *str;
xmlChar           129 third_party/libxml/src/xmlschemastypes.c 	xmlChar                *str;
xmlChar           267 third_party/libxml/src/xmlschemastypes.c     ret->name = (const xmlChar *)name;
xmlChar           881 third_party/libxml/src/xmlschemastypes.c const xmlChar *
xmlChar           937 third_party/libxml/src/xmlschemastypes.c 			const xmlChar *value)
xmlChar           949 third_party/libxml/src/xmlschemastypes.c     val->value.str = (xmlChar *) value;
xmlChar           964 third_party/libxml/src/xmlschemastypes.c xmlSchemaNewNOTATIONValue(const xmlChar *name,
xmlChar           965 third_party/libxml/src/xmlschemastypes.c 			  const xmlChar *ns)
xmlChar           973 third_party/libxml/src/xmlschemastypes.c     val->value.qname.name = (xmlChar *)name;
xmlChar           975 third_party/libxml/src/xmlschemastypes.c 	val->value.qname.uri = (xmlChar *)ns;
xmlChar           990 third_party/libxml/src/xmlschemastypes.c xmlSchemaNewQNameValue(const xmlChar *namespaceName,
xmlChar           991 third_party/libxml/src/xmlschemastypes.c 		       const xmlChar *localName)
xmlChar           999 third_party/libxml/src/xmlschemastypes.c     val->value.qname.name = (xmlChar *) localName;
xmlChar          1000 third_party/libxml/src/xmlschemastypes.c     val->value.qname.uri = (xmlChar *) namespaceName;
xmlChar          1068 third_party/libxml/src/xmlschemastypes.c xmlSchemaGetPredefinedType(const xmlChar *name, const xmlChar *ns) {
xmlChar          1191 third_party/libxml/src/xmlschemastypes.c _xmlSchemaParseGYear (xmlSchemaValDatePtr dt, const xmlChar **str) {
xmlChar          1192 third_party/libxml/src/xmlschemastypes.c     const xmlChar *cur = *str, *firstChar;
xmlChar          1284 third_party/libxml/src/xmlschemastypes.c _xmlSchemaParseGMonth (xmlSchemaValDatePtr dt, const xmlChar **str) {
xmlChar          1285 third_party/libxml/src/xmlschemastypes.c     const xmlChar *cur = *str;
xmlChar          1314 third_party/libxml/src/xmlschemastypes.c _xmlSchemaParseGDay (xmlSchemaValDatePtr dt, const xmlChar **str) {
xmlChar          1315 third_party/libxml/src/xmlschemastypes.c     const xmlChar *cur = *str;
xmlChar          1344 third_party/libxml/src/xmlschemastypes.c _xmlSchemaParseTime (xmlSchemaValDatePtr dt, const xmlChar **str) {
xmlChar          1345 third_party/libxml/src/xmlschemastypes.c     const xmlChar *cur = *str;    
xmlChar          1395 third_party/libxml/src/xmlschemastypes.c _xmlSchemaParseTimeZone (xmlSchemaValDatePtr dt, const xmlChar **str) {
xmlChar          1396 third_party/libxml/src/xmlschemastypes.c     const xmlChar *cur;
xmlChar          1467 third_party/libxml/src/xmlschemastypes.c _xmlSchemaBase64Decode (const xmlChar ch) {
xmlChar          1547 third_party/libxml/src/xmlschemastypes.c 	                const xmlChar *dateTime, xmlSchemaValPtr *val,
xmlChar          1551 third_party/libxml/src/xmlschemastypes.c     const xmlChar *cur = dateTime;
xmlChar          1614 third_party/libxml/src/xmlschemastypes.c             const xmlChar *rewnd = cur;
xmlChar          1770 third_party/libxml/src/xmlschemastypes.c 	                   const xmlChar *duration, xmlSchemaValPtr *val,
xmlChar          1772 third_party/libxml/src/xmlschemastypes.c     const xmlChar  *cur = duration;
xmlChar          1778 third_party/libxml/src/xmlschemastypes.c     const xmlChar  desig[]  = {'Y', 'M', 'D', 'H', 'M', 'S'};
xmlChar          1885 third_party/libxml/src/xmlschemastypes.c static xmlChar *
xmlChar          1886 third_party/libxml/src/xmlschemastypes.c xmlSchemaStrip(const xmlChar *value) {
xmlChar          1887 third_party/libxml/src/xmlschemastypes.c     const xmlChar *start = value, *end, *f;
xmlChar          1909 third_party/libxml/src/xmlschemastypes.c xmlChar *
xmlChar          1910 third_party/libxml/src/xmlschemastypes.c xmlSchemaWhiteSpaceReplace(const xmlChar *value) {
xmlChar          1911 third_party/libxml/src/xmlschemastypes.c     const xmlChar *cur = value;    
xmlChar          1912 third_party/libxml/src/xmlschemastypes.c     xmlChar *ret = NULL, *mcur; 
xmlChar          1925 third_party/libxml/src/xmlschemastypes.c     mcur = (xmlChar *)  (ret + (cur - value));
xmlChar          1942 third_party/libxml/src/xmlschemastypes.c xmlChar *
xmlChar          1943 third_party/libxml/src/xmlschemastypes.c xmlSchemaCollapseString(const xmlChar *value) {
xmlChar          1944 third_party/libxml/src/xmlschemastypes.c     const xmlChar *start = value, *end, *f;
xmlChar          1945 third_party/libxml/src/xmlschemastypes.c     xmlChar *g;
xmlChar          1971 third_party/libxml/src/xmlschemastypes.c     g = (xmlChar *) (start + col);
xmlChar          1983 third_party/libxml/src/xmlschemastypes.c     return((xmlChar *) start);
xmlChar          2000 third_party/libxml/src/xmlschemastypes.c xmlSchemaValAtomicListNode(xmlSchemaTypePtr type, const xmlChar *value,
xmlChar          2002 third_party/libxml/src/xmlschemastypes.c     xmlChar *val, *cur, *endval;
xmlChar          2069 third_party/libxml/src/xmlschemastypes.c xmlSchemaParseUInt(const xmlChar **str, unsigned long *llo,
xmlChar          2072 third_party/libxml/src/xmlschemastypes.c     const xmlChar *tmp, *cur = *str;
xmlChar          2125 third_party/libxml/src/xmlschemastypes.c xmlSchemaValAtomicType(xmlSchemaTypePtr type, const xmlChar * value,
xmlChar          2131 third_party/libxml/src/xmlschemastypes.c     xmlChar *norm = NULL;
xmlChar          2179 third_party/libxml/src/xmlschemastypes.c 		const xmlChar *cur = value;
xmlChar          2232 third_party/libxml/src/xmlschemastypes.c 		    const xmlChar *cur = value;
xmlChar          2253 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
xmlChar          2255 third_party/libxml/src/xmlschemastypes.c 		xmlChar cval[25];
xmlChar          2256 third_party/libxml/src/xmlschemastypes.c 		xmlChar *cptr = cval;		
xmlChar          2351 third_party/libxml/src/xmlschemastypes.c 				xmlSchemaParseUInt((const xmlChar **)&cptr,
xmlChar          2393 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
xmlChar          2526 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
xmlChar          2585 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
xmlChar          2659 third_party/libxml/src/xmlschemastypes.c 		     const xmlChar *start = value, *end;
xmlChar          2671 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *uri = NULL;
xmlChar          2672 third_party/libxml/src/xmlschemastypes.c                 xmlChar *local = NULL;
xmlChar          2678 third_party/libxml/src/xmlschemastypes.c                     xmlChar *prefix;
xmlChar          2745 third_party/libxml/src/xmlschemastypes.c                     xmlChar *strip;
xmlChar          2773 third_party/libxml/src/xmlschemastypes.c                 xmlChar *strip;
xmlChar          2799 third_party/libxml/src/xmlschemastypes.c                 xmlChar *strip;
xmlChar          2847 third_party/libxml/src/xmlschemastypes.c                 xmlChar *uri = NULL;
xmlChar          2848 third_party/libxml/src/xmlschemastypes.c                 xmlChar *local = NULL;
xmlChar          2852 third_party/libxml/src/xmlschemastypes.c                     xmlChar *prefix;
xmlChar          2902 third_party/libxml/src/xmlschemastypes.c 		    xmlChar *tmpval, *cur;
xmlChar          2934 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value, *start;
xmlChar          2935 third_party/libxml/src/xmlschemastypes.c                 xmlChar *base;
xmlChar          2977 third_party/libxml/src/xmlschemastypes.c                     base = (xmlChar *) cur;
xmlChar          2984 third_party/libxml/src/xmlschemastypes.c                     v->value.hex.str = (xmlChar *) cur;
xmlChar          3006 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
xmlChar          3007 third_party/libxml/src/xmlschemastypes.c                 xmlChar *base;
xmlChar          3095 third_party/libxml/src/xmlschemastypes.c                         (xmlChar *) xmlMallocAtomic((i + pad + 1) *
xmlChar          3096 third_party/libxml/src/xmlschemastypes.c                                                     sizeof(xmlChar));
xmlChar          3119 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
xmlChar          3178 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
xmlChar          3251 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
xmlChar          3344 third_party/libxml/src/xmlschemastypes.c xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value,
xmlChar          3365 third_party/libxml/src/xmlschemastypes.c xmlSchemaValPredefTypeNodeNoNorm(xmlSchemaTypePtr type, const xmlChar *value,
xmlChar          3384 third_party/libxml/src/xmlschemastypes.c xmlSchemaValidatePredefinedType(xmlSchemaTypePtr type, const xmlChar *value,
xmlChar          4243 third_party/libxml/src/xmlschemastypes.c xmlSchemaComparePreserveReplaceStrings(const xmlChar *x,
xmlChar          4244 third_party/libxml/src/xmlschemastypes.c 				       const xmlChar *y,
xmlChar          4311 third_party/libxml/src/xmlschemastypes.c xmlSchemaComparePreserveCollapseStrings(const xmlChar *x,
xmlChar          4312 third_party/libxml/src/xmlschemastypes.c 				        const xmlChar *y,
xmlChar          4400 third_party/libxml/src/xmlschemastypes.c xmlSchemaCompareReplaceCollapseStrings(const xmlChar *x,
xmlChar          4401 third_party/libxml/src/xmlschemastypes.c 				       const xmlChar *y,
xmlChar          4495 third_party/libxml/src/xmlschemastypes.c xmlSchemaCompareReplacedStrings(const xmlChar *x,
xmlChar          4496 third_party/libxml/src/xmlschemastypes.c 				const xmlChar *y)
xmlChar          4542 third_party/libxml/src/xmlschemastypes.c xmlSchemaCompareNormStrings(const xmlChar *x,
xmlChar          4543 third_party/libxml/src/xmlschemastypes.c 			    const xmlChar *y) {
xmlChar          4667 third_party/libxml/src/xmlschemastypes.c 			       const xmlChar *xvalue,
xmlChar          4671 third_party/libxml/src/xmlschemastypes.c 			       const xmlChar *yvalue,
xmlChar          4755 third_party/libxml/src/xmlschemastypes.c 	    const xmlChar *xv, *yv;
xmlChar          4973 third_party/libxml/src/xmlschemastypes.c 			       const xmlChar *xvalue,
xmlChar          4977 third_party/libxml/src/xmlschemastypes.c 			       const xmlChar *yvalue,
xmlChar          4993 third_party/libxml/src/xmlschemastypes.c xmlSchemaNormLen(const xmlChar *value) {
xmlChar          4994 third_party/libxml/src/xmlschemastypes.c     const xmlChar *utf;
xmlChar          5063 third_party/libxml/src/xmlschemastypes.c 				     const xmlChar *value,
xmlChar          5119 third_party/libxml/src/xmlschemastypes.c 				     const xmlChar *value,
xmlChar          5233 third_party/libxml/src/xmlschemastypes.c 			     const xmlChar *value,
xmlChar          5262 third_party/libxml/src/xmlschemastypes.c 				  const xmlChar *value,
xmlChar          5289 third_party/libxml/src/xmlschemastypes.c 			       const xmlChar *value,
xmlChar          5507 third_party/libxml/src/xmlschemastypes.c 	               const xmlChar *value,
xmlChar          5547 third_party/libxml/src/xmlschemastypes.c 			    const xmlChar *value,
xmlChar          5655 third_party/libxml/src/xmlschemastypes.c xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue)
xmlChar          5666 third_party/libxml/src/xmlschemastypes.c 		    BAD_CAST xmlStrdup((const xmlChar *) val->value.str);
xmlChar          5673 third_party/libxml/src/xmlschemastypes.c 		    (const xmlChar *) val->value.str);
xmlChar          5676 third_party/libxml/src/xmlschemastypes.c 			(const xmlChar *) val->value.str);
xmlChar          5695 third_party/libxml/src/xmlschemastypes.c 		    BAD_CAST xmlStrdup((const xmlChar *) val->value.str);
xmlChar          5704 third_party/libxml/src/xmlschemastypes.c 		*retValue = BAD_CAST xmlStrcat((xmlChar *) (*retValue),
xmlChar          5706 third_party/libxml/src/xmlschemastypes.c 		*retValue = BAD_CAST xmlStrcat((xmlChar *) (*retValue),
xmlChar          5708 third_party/libxml/src/xmlschemastypes.c 		*retValue = BAD_CAST xmlStrcat((xmlChar *) (*retValue),
xmlChar          6070 third_party/libxml/src/xmlschemastypes.c 			    const xmlChar **retValue,
xmlChar            40 third_party/libxml/src/xmlstring.c xmlChar *
xmlChar            41 third_party/libxml/src/xmlstring.c xmlStrndup(const xmlChar *cur, int len) {
xmlChar            42 third_party/libxml/src/xmlstring.c     xmlChar *ret;
xmlChar            45 third_party/libxml/src/xmlstring.c     ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar));
xmlChar            50 third_party/libxml/src/xmlstring.c     memcpy(ret, cur, len * sizeof(xmlChar));
xmlChar            65 third_party/libxml/src/xmlstring.c xmlChar *
xmlChar            66 third_party/libxml/src/xmlstring.c xmlStrdup(const xmlChar *cur) {
xmlChar            67 third_party/libxml/src/xmlstring.c     const xmlChar *p = cur;
xmlChar            84 third_party/libxml/src/xmlstring.c xmlChar *
xmlChar            87 third_party/libxml/src/xmlstring.c     xmlChar *ret;
xmlChar            90 third_party/libxml/src/xmlstring.c     ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar));
xmlChar            96 third_party/libxml/src/xmlstring.c         ret[i] = (xmlChar) cur[i];
xmlChar           112 third_party/libxml/src/xmlstring.c xmlChar *
xmlChar           132 third_party/libxml/src/xmlstring.c xmlStrcmp(const xmlChar *str1, const xmlChar *str2) {
xmlChar           157 third_party/libxml/src/xmlstring.c xmlStrEqual(const xmlChar *str1, const xmlChar *str2) {
xmlChar           179 third_party/libxml/src/xmlstring.c xmlStrQEqual(const xmlChar *pref, const xmlChar *name, const xmlChar *str) {
xmlChar           206 third_party/libxml/src/xmlstring.c xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) {
xmlChar           225 third_party/libxml/src/xmlstring.c static const xmlChar casemap[256] = {
xmlChar           271 third_party/libxml/src/xmlstring.c xmlStrcasecmp(const xmlChar *str1, const xmlChar *str2) {
xmlChar           296 third_party/libxml/src/xmlstring.c xmlStrncasecmp(const xmlChar *str1, const xmlChar *str2, int len) {
xmlChar           320 third_party/libxml/src/xmlstring.c const xmlChar *
xmlChar           321 third_party/libxml/src/xmlstring.c xmlStrchr(const xmlChar *str, xmlChar val) {
xmlChar           324 third_party/libxml/src/xmlstring.c         if (*str == val) return((xmlChar *) str);
xmlChar           340 third_party/libxml/src/xmlstring.c const xmlChar *
xmlChar           341 third_party/libxml/src/xmlstring.c xmlStrstr(const xmlChar *str, const xmlChar *val) {
xmlChar           351 third_party/libxml/src/xmlstring.c             if (!xmlStrncmp(str, val, n)) return((const xmlChar *) str);
xmlChar           368 third_party/libxml/src/xmlstring.c const xmlChar *
xmlChar           369 third_party/libxml/src/xmlstring.c xmlStrcasestr(const xmlChar *str, const xmlChar *val) {
xmlChar           396 third_party/libxml/src/xmlstring.c xmlChar *
xmlChar           397 third_party/libxml/src/xmlstring.c xmlStrsub(const xmlChar *str, int start, int len) {
xmlChar           422 third_party/libxml/src/xmlstring.c xmlStrlen(const xmlChar *str) {
xmlChar           447 third_party/libxml/src/xmlstring.c xmlChar *
xmlChar           448 third_party/libxml/src/xmlstring.c xmlStrncat(xmlChar *cur, const xmlChar *add, int len) {
xmlChar           450 third_party/libxml/src/xmlstring.c     xmlChar *ret;
xmlChar           460 third_party/libxml/src/xmlstring.c     ret = (xmlChar *) xmlRealloc(cur, (size + len + 1) * sizeof(xmlChar));
xmlChar           465 third_party/libxml/src/xmlstring.c     memcpy(&ret[size], add, len * sizeof(xmlChar));
xmlChar           482 third_party/libxml/src/xmlstring.c xmlChar *
xmlChar           483 third_party/libxml/src/xmlstring.c xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) {
xmlChar           485 third_party/libxml/src/xmlstring.c     xmlChar *ret;
xmlChar           495 third_party/libxml/src/xmlstring.c     ret = (xmlChar *) xmlMalloc((size + len + 1) * sizeof(xmlChar));
xmlChar           500 third_party/libxml/src/xmlstring.c     memcpy(ret, str1, size * sizeof(xmlChar));
xmlChar           501 third_party/libxml/src/xmlstring.c     memcpy(&ret[size], str2, len * sizeof(xmlChar));
xmlChar           517 third_party/libxml/src/xmlstring.c xmlChar *
xmlChar           518 third_party/libxml/src/xmlstring.c xmlStrcat(xmlChar *cur, const xmlChar *add) {
xmlChar           519 third_party/libxml/src/xmlstring.c     const xmlChar *p = add;
xmlChar           541 third_party/libxml/src/xmlstring.c xmlStrPrintf(xmlChar *buf, int len, const xmlChar *msg, ...) {
xmlChar           569 third_party/libxml/src/xmlstring.c xmlStrVPrintf(xmlChar *buf, int len, const xmlChar *msg, va_list ap) {
xmlChar           607 third_party/libxml/src/xmlstring.c xmlUTF8Size(const xmlChar *utf) {
xmlChar           608 third_party/libxml/src/xmlstring.c     xmlChar mask;
xmlChar           638 third_party/libxml/src/xmlstring.c xmlUTF8Charcmp(const xmlChar *utf1, const xmlChar *utf2) {
xmlChar           658 third_party/libxml/src/xmlstring.c xmlUTF8Strlen(const xmlChar *utf) {
xmlChar           825 third_party/libxml/src/xmlstring.c xmlUTF8Strsize(const xmlChar *utf, int len) {
xmlChar           826 third_party/libxml/src/xmlstring.c     const xmlChar   *ptr=utf;
xmlChar           827 third_party/libxml/src/xmlstring.c     xmlChar         ch;
xmlChar           857 third_party/libxml/src/xmlstring.c xmlChar *
xmlChar           858 third_party/libxml/src/xmlstring.c xmlUTF8Strndup(const xmlChar *utf, int len) {
xmlChar           859 third_party/libxml/src/xmlstring.c     xmlChar *ret;
xmlChar           864 third_party/libxml/src/xmlstring.c     ret = (xmlChar *) xmlMallocAtomic((i + 1) * sizeof(xmlChar));
xmlChar           868 third_party/libxml/src/xmlstring.c                 (len + 1) * (long)sizeof(xmlChar));
xmlChar           871 third_party/libxml/src/xmlstring.c     memcpy(ret, utf, i * sizeof(xmlChar));
xmlChar           886 third_party/libxml/src/xmlstring.c const xmlChar *
xmlChar           887 third_party/libxml/src/xmlstring.c xmlUTF8Strpos(const xmlChar *utf, int pos) {
xmlChar           888 third_party/libxml/src/xmlstring.c     xmlChar ch;
xmlChar           905 third_party/libxml/src/xmlstring.c     return((xmlChar *)utf);
xmlChar           919 third_party/libxml/src/xmlstring.c xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) {
xmlChar           921 third_party/libxml/src/xmlstring.c     xmlChar ch;
xmlChar           955 third_party/libxml/src/xmlstring.c xmlChar *
xmlChar           956 third_party/libxml/src/xmlstring.c xmlUTF8Strsub(const xmlChar *utf, int start, int len) {
xmlChar           958 third_party/libxml/src/xmlstring.c     xmlChar ch;
xmlChar            72 third_party/libxml/src/xmlwriter.c     xmlChar *name;
xmlChar            78 third_party/libxml/src/xmlwriter.c     xmlChar *prefix;
xmlChar            79 third_party/libxml/src/xmlwriter.c     xmlChar *uri;
xmlChar            90 third_party/libxml/src/xmlwriter.c     xmlChar *ichar;             /* indent character */
xmlChar           105 third_party/libxml/src/xmlwriter.c                                          const xmlChar * str, int len);
xmlChar           108 third_party/libxml/src/xmlwriter.c static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr);
xmlChar           555 third_party/libxml/src/xmlwriter.c             writer->doc->encoding = xmlStrdup((xmlChar *)writer->out->encoder->name);
xmlChar           894 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar           922 third_party/libxml/src/xmlwriter.c xmlTextWriterWriteComment(xmlTextWriterPtr writer, const xmlChar * content)
xmlChar           954 third_party/libxml/src/xmlwriter.c xmlTextWriterStartElement(xmlTextWriterPtr writer, const xmlChar * name)
xmlChar          1052 third_party/libxml/src/xmlwriter.c                             const xmlChar * prefix, const xmlChar * name,
xmlChar          1053 third_party/libxml/src/xmlwriter.c                             const xmlChar * namespaceURI)
xmlChar          1057 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          1322 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          1349 third_party/libxml/src/xmlwriter.c xmlTextWriterWriteRawLen(xmlTextWriterPtr writer, const xmlChar * content,
xmlChar          1403 third_party/libxml/src/xmlwriter.c xmlTextWriterWriteRaw(xmlTextWriterPtr writer, const xmlChar * content)
xmlChar          1451 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          1476 third_party/libxml/src/xmlwriter.c xmlTextWriterWriteString(xmlTextWriterPtr writer, const xmlChar * content)
xmlChar          1482 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          1488 third_party/libxml/src/xmlwriter.c     buf = (xmlChar *) content;
xmlChar          1760 third_party/libxml/src/xmlwriter.c xmlTextWriterStartAttribute(xmlTextWriterPtr writer, const xmlChar * name)
xmlChar          1827 third_party/libxml/src/xmlwriter.c                               const xmlChar * prefix, const xmlChar * name,
xmlChar          1828 third_party/libxml/src/xmlwriter.c                               const xmlChar * namespaceURI)
xmlChar          1832 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          1849 third_party/libxml/src/xmlwriter.c         nsentry.uri = (xmlChar *)namespaceURI;
xmlChar          1966 third_party/libxml/src/xmlwriter.c                                   const xmlChar * name, const char *format,
xmlChar          1993 third_party/libxml/src/xmlwriter.c                                    const xmlChar * name,
xmlChar          1997 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          2023 third_party/libxml/src/xmlwriter.c xmlTextWriterWriteAttribute(xmlTextWriterPtr writer, const xmlChar * name,
xmlChar          2024 third_party/libxml/src/xmlwriter.c                             const xmlChar * content)
xmlChar          2061 third_party/libxml/src/xmlwriter.c                                     const xmlChar * prefix,
xmlChar          2062 third_party/libxml/src/xmlwriter.c                                     const xmlChar * name,
xmlChar          2063 third_party/libxml/src/xmlwriter.c                                     const xmlChar * namespaceURI,
xmlChar          2093 third_party/libxml/src/xmlwriter.c                                      const xmlChar * prefix,
xmlChar          2094 third_party/libxml/src/xmlwriter.c                                      const xmlChar * name,
xmlChar          2095 third_party/libxml/src/xmlwriter.c                                      const xmlChar * namespaceURI,
xmlChar          2099 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          2129 third_party/libxml/src/xmlwriter.c                               const xmlChar * prefix, const xmlChar * name,
xmlChar          2130 third_party/libxml/src/xmlwriter.c                               const xmlChar * namespaceURI,
xmlChar          2131 third_party/libxml/src/xmlwriter.c                               const xmlChar * content)
xmlChar          2169 third_party/libxml/src/xmlwriter.c                                 const xmlChar * name, const char *format,
xmlChar          2196 third_party/libxml/src/xmlwriter.c                                  const xmlChar * name, const char *format,
xmlChar          2200 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          2226 third_party/libxml/src/xmlwriter.c xmlTextWriterWriteElement(xmlTextWriterPtr writer, const xmlChar * name,
xmlChar          2227 third_party/libxml/src/xmlwriter.c                           const xmlChar * content)
xmlChar          2264 third_party/libxml/src/xmlwriter.c                                   const xmlChar * prefix,
xmlChar          2265 third_party/libxml/src/xmlwriter.c                                   const xmlChar * name,
xmlChar          2266 third_party/libxml/src/xmlwriter.c                                   const xmlChar * namespaceURI,
xmlChar          2296 third_party/libxml/src/xmlwriter.c                                    const xmlChar * prefix,
xmlChar          2297 third_party/libxml/src/xmlwriter.c                                    const xmlChar * name,
xmlChar          2298 third_party/libxml/src/xmlwriter.c                                    const xmlChar * namespaceURI,
xmlChar          2302 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          2332 third_party/libxml/src/xmlwriter.c                             const xmlChar * prefix, const xmlChar * name,
xmlChar          2333 third_party/libxml/src/xmlwriter.c                             const xmlChar * namespaceURI,
xmlChar          2334 third_party/libxml/src/xmlwriter.c                             const xmlChar * content)
xmlChar          2370 third_party/libxml/src/xmlwriter.c xmlTextWriterStartPI(xmlTextWriterPtr writer, const xmlChar * target)
xmlChar          2380 third_party/libxml/src/xmlwriter.c     if (xmlStrcasecmp(target, (const xmlChar *) "xml") == 0) {
xmlChar          2520 third_party/libxml/src/xmlwriter.c xmlTextWriterWriteFormatPI(xmlTextWriterPtr writer, const xmlChar * target,
xmlChar          2547 third_party/libxml/src/xmlwriter.c                             const xmlChar * target, const char *format,
xmlChar          2551 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          2577 third_party/libxml/src/xmlwriter.c xmlTextWriterWritePI(xmlTextWriterPtr writer, const xmlChar * target,
xmlChar          2578 third_party/libxml/src/xmlwriter.c                      const xmlChar * content)
xmlChar          2764 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          2789 third_party/libxml/src/xmlwriter.c xmlTextWriterWriteCDATA(xmlTextWriterPtr writer, const xmlChar * content)
xmlChar          2826 third_party/libxml/src/xmlwriter.c                       const xmlChar * name,
xmlChar          2827 third_party/libxml/src/xmlwriter.c                       const xmlChar * pubid, const xmlChar * sysid)
xmlChar          3045 third_party/libxml/src/xmlwriter.c                             const xmlChar * name,
xmlChar          3046 third_party/libxml/src/xmlwriter.c                             const xmlChar * pubid,
xmlChar          3047 third_party/libxml/src/xmlwriter.c                             const xmlChar * sysid, const char *format, ...)
xmlChar          3076 third_party/libxml/src/xmlwriter.c                              const xmlChar * name,
xmlChar          3077 third_party/libxml/src/xmlwriter.c                              const xmlChar * pubid,
xmlChar          3078 third_party/libxml/src/xmlwriter.c                              const xmlChar * sysid,
xmlChar          3082 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          3111 third_party/libxml/src/xmlwriter.c                       const xmlChar * name,
xmlChar          3112 third_party/libxml/src/xmlwriter.c                       const xmlChar * pubid,
xmlChar          3113 third_party/libxml/src/xmlwriter.c                       const xmlChar * sysid, const xmlChar * subset)
xmlChar          3147 third_party/libxml/src/xmlwriter.c xmlTextWriterStartDTDElement(xmlTextWriterPtr writer, const xmlChar * name)
xmlChar          3289 third_party/libxml/src/xmlwriter.c                                    const xmlChar * name,
xmlChar          3316 third_party/libxml/src/xmlwriter.c                                     const xmlChar * name,
xmlChar          3320 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          3347 third_party/libxml/src/xmlwriter.c                              const xmlChar * name, const xmlChar * content)
xmlChar          3384 third_party/libxml/src/xmlwriter.c xmlTextWriterStartDTDAttlist(xmlTextWriterPtr writer, const xmlChar * name)
xmlChar          3526 third_party/libxml/src/xmlwriter.c                                    const xmlChar * name,
xmlChar          3553 third_party/libxml/src/xmlwriter.c                                     const xmlChar * name,
xmlChar          3557 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          3584 third_party/libxml/src/xmlwriter.c                              const xmlChar * name, const xmlChar * content)
xmlChar          3623 third_party/libxml/src/xmlwriter.c                             int pe, const xmlChar * name)
xmlChar          3784 third_party/libxml/src/xmlwriter.c                                           const xmlChar * name,
xmlChar          3814 third_party/libxml/src/xmlwriter.c                                            const xmlChar * name,
xmlChar          3819 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          3851 third_party/libxml/src/xmlwriter.c                             const xmlChar * name,
xmlChar          3852 third_party/libxml/src/xmlwriter.c                             const xmlChar * pubid,
xmlChar          3853 third_party/libxml/src/xmlwriter.c                             const xmlChar * sysid,
xmlChar          3854 third_party/libxml/src/xmlwriter.c                             const xmlChar * ndataid,
xmlChar          3855 third_party/libxml/src/xmlwriter.c                             const xmlChar * content)
xmlChar          3884 third_party/libxml/src/xmlwriter.c                                     const xmlChar * name,
xmlChar          3885 third_party/libxml/src/xmlwriter.c                                     const xmlChar * content)
xmlChar          3928 third_party/libxml/src/xmlwriter.c                                     const xmlChar * name,
xmlChar          3929 third_party/libxml/src/xmlwriter.c                                     const xmlChar * pubid,
xmlChar          3930 third_party/libxml/src/xmlwriter.c                                     const xmlChar * sysid,
xmlChar          3931 third_party/libxml/src/xmlwriter.c                                     const xmlChar * ndataid)
xmlChar          3975 third_party/libxml/src/xmlwriter.c                                             const xmlChar * pubid,
xmlChar          3976 third_party/libxml/src/xmlwriter.c                                             const xmlChar * sysid,
xmlChar          3977 third_party/libxml/src/xmlwriter.c                                             const xmlChar * ndataid)
xmlChar          4107 third_party/libxml/src/xmlwriter.c                               const xmlChar * name,
xmlChar          4108 third_party/libxml/src/xmlwriter.c                               const xmlChar * pubid, const xmlChar * sysid)
xmlChar          4315 third_party/libxml/src/xmlwriter.c         xmlChar *namespaceURI = NULL;
xmlChar          4316 third_party/libxml/src/xmlwriter.c         xmlChar *prefix = NULL;
xmlChar          4414 third_party/libxml/src/xmlwriter.c xmlTextWriterWriteDocCallback(void *context, const xmlChar * str, int len)
xmlChar          4462 third_party/libxml/src/xmlwriter.c static xmlChar *
xmlChar          4467 third_party/libxml/src/xmlwriter.c     xmlChar *buf;
xmlChar          4471 third_party/libxml/src/xmlwriter.c     buf = (xmlChar *) xmlMalloc(size);
xmlChar          4484 third_party/libxml/src/xmlwriter.c         buf = (xmlChar *) xmlMalloc(size);
xmlChar          4555 third_party/libxml/src/xmlwriter.c             xmlCanonicPath((const xmlChar *) ctxt->input->filename);
xmlChar          4558 third_party/libxml/src/xmlwriter.c                 xmlStrdup((const xmlChar *) ctxt->input->filename);
xmlChar          4593 third_party/libxml/src/xmlwriter.c xmlTextWriterSetIndentString(xmlTextWriterPtr writer, const xmlChar * str)
xmlChar           271 third_party/libxml/src/xpath.c             xmlChar buf[200];
xmlChar           578 third_party/libxml/src/xpath.c     xmlChar *expr;		/* the expression being computed */
xmlChar           582 third_party/libxml/src/xpath.c     xmlChar *string;
xmlChar           747 third_party/libxml/src/xpath.c 	    comp->steps[comp->nbStep].value4 = (xmlChar *)
xmlChar           753 third_party/libxml/src/xpath.c 	    comp->steps[comp->nbStep].value5 = (xmlChar *)
xmlChar          1172 third_party/libxml/src/xpath.c 	    const xmlChar *prefix = op->value4;
xmlChar          1173 third_party/libxml/src/xpath.c 	    const xmlChar *name = op->value5;
xmlChar          1243 third_party/libxml/src/xpath.c 	    const xmlChar *prefix = op->value5;
xmlChar          1244 third_party/libxml/src/xpath.c 	    const xmlChar *name = op->value4;
xmlChar          1254 third_party/libxml/src/xpath.c 	    const xmlChar *prefix = op->value5;
xmlChar          1255 third_party/libxml/src/xpath.c 	    const xmlChar *name = op->value4;
xmlChar          1958 third_party/libxml/src/xpath.c xmlXPathCacheWrapString(xmlXPathContextPtr ctxt, xmlChar *val)
xmlChar          2123 third_party/libxml/src/xpath.c xmlXPathCacheNewString(xmlXPathContextPtr ctxt, const xmlChar *val)
xmlChar          2139 third_party/libxml/src/xpath.c 		ret->stringval = xmlStrdup((const xmlChar *)"");
xmlChar          2156 third_party/libxml/src/xpath.c 		ret->stringval = xmlStrdup((const xmlChar *)"");
xmlChar          2276 third_party/libxml/src/xpath.c     xmlChar *res = NULL;
xmlChar          2518 third_party/libxml/src/xpath.c xmlChar *
xmlChar          2521 third_party/libxml/src/xpath.c     xmlChar * ret;
xmlChar          2630 third_party/libxml/src/xpath.c     if (l == 1) b[i++] = (xmlChar) v;                                  \
xmlChar          3364 third_party/libxml/src/xpath.c 	    xmlFree((xmlChar *)ns->href);
xmlChar          3366 third_party/libxml/src/xpath.c 	    xmlFree((xmlChar *)ns->prefix);
xmlChar          4425 third_party/libxml/src/xpath.c     xmlChar * strval;
xmlChar          4726 third_party/libxml/src/xpath.c xmlXPathRegisterFunc(xmlXPathContextPtr ctxt, const xmlChar *name,
xmlChar          4743 third_party/libxml/src/xpath.c xmlXPathRegisterFuncNS(xmlXPathContextPtr ctxt, const xmlChar *name,
xmlChar          4744 third_party/libxml/src/xpath.c 		       const xmlChar *ns_uri, xmlXPathFunction f) {
xmlChar          4788 third_party/libxml/src/xpath.c xmlXPathFunctionLookup(xmlXPathContextPtr ctxt, const xmlChar *name) {
xmlChar          4816 third_party/libxml/src/xpath.c xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name,
xmlChar          4817 third_party/libxml/src/xpath.c 			 const xmlChar *ns_uri) {
xmlChar          4874 third_party/libxml/src/xpath.c xmlXPathRegisterVariable(xmlXPathContextPtr ctxt, const xmlChar *name,
xmlChar          4892 third_party/libxml/src/xpath.c xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name,
xmlChar          4893 third_party/libxml/src/xpath.c 			   const xmlChar *ns_uri,
xmlChar          4940 third_party/libxml/src/xpath.c xmlXPathVariableLookup(xmlXPathContextPtr ctxt, const xmlChar *name) {
xmlChar          4966 third_party/libxml/src/xpath.c xmlXPathVariableLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name,
xmlChar          4967 third_party/libxml/src/xpath.c 			 const xmlChar *ns_uri) {
xmlChar          5015 third_party/libxml/src/xpath.c xmlXPathRegisterNs(xmlXPathContextPtr ctxt, const xmlChar *prefix,
xmlChar          5016 third_party/libxml/src/xpath.c 			   const xmlChar *ns_uri) {
xmlChar          5045 third_party/libxml/src/xpath.c const xmlChar *
xmlChar          5046 third_party/libxml/src/xpath.c xmlXPathNsLookup(xmlXPathContextPtr ctxt, const xmlChar *prefix) {
xmlChar          5053 third_party/libxml/src/xpath.c     if (xmlStrEqual(prefix, (const xmlChar *) "xml"))
xmlChar          5067 third_party/libxml/src/xpath.c     return((const xmlChar *) xmlHashLookup(ctxt->nsHash, prefix));
xmlChar          5154 third_party/libxml/src/xpath.c xmlXPathNewString(const xmlChar *val) {
xmlChar          5167 third_party/libxml/src/xpath.c 	ret->stringval = xmlStrdup((const xmlChar *)"");
xmlChar          5183 third_party/libxml/src/xpath.c xmlXPathWrapString (xmlChar *val) {
xmlChar          5236 third_party/libxml/src/xpath.c     return(xmlXPathWrapString((xmlChar *)(val)));
xmlChar          5553 third_party/libxml/src/xpath.c xmlChar *
xmlChar          5555 third_party/libxml/src/xpath.c     xmlChar *ret;
xmlChar          5557 third_party/libxml/src/xpath.c 	ret = xmlStrdup((const xmlChar *) "true");
xmlChar          5559 third_party/libxml/src/xpath.c 	ret = xmlStrdup((const xmlChar *) "false");
xmlChar          5571 third_party/libxml/src/xpath.c xmlChar *
xmlChar          5573 third_party/libxml/src/xpath.c     xmlChar *ret;
xmlChar          5576 third_party/libxml/src/xpath.c 	ret = xmlStrdup((const xmlChar *) "Infinity");
xmlChar          5579 third_party/libxml/src/xpath.c 	ret = xmlStrdup((const xmlChar *) "-Infinity");
xmlChar          5583 third_party/libxml/src/xpath.c 	    ret = xmlStrdup((const xmlChar *) "NaN");
xmlChar          5585 third_party/libxml/src/xpath.c 	    ret = xmlStrdup((const xmlChar *) "0");
xmlChar          5591 third_party/libxml/src/xpath.c 	    ret = xmlStrdup((const xmlChar *) buf);
xmlChar          5605 third_party/libxml/src/xpath.c xmlChar *
xmlChar          5607 third_party/libxml/src/xpath.c xmlChar *ret;
xmlChar          5609 third_party/libxml/src/xpath.c 	ret = xmlStrdup((const xmlChar *) "");
xmlChar          5621 third_party/libxml/src/xpath.c xmlChar *
xmlChar          5624 third_party/libxml/src/xpath.c 	return(xmlStrdup((const xmlChar *) ""));
xmlChar          5640 third_party/libxml/src/xpath.c xmlChar *
xmlChar          5642 third_party/libxml/src/xpath.c     xmlChar *ret = NULL;
xmlChar          5645 third_party/libxml/src/xpath.c 	return(xmlStrdup((const xmlChar *) ""));
xmlChar          5651 third_party/libxml/src/xpath.c 	    ret = xmlStrdup((const xmlChar *) "");
xmlChar          5671 third_party/libxml/src/xpath.c 	    ret = xmlStrdup((const xmlChar *) "");
xmlChar          5688 third_party/libxml/src/xpath.c     xmlChar *res = NULL;
xmlChar          5748 third_party/libxml/src/xpath.c xmlXPathCastStringToNumber(const xmlChar * val) {
xmlChar          5762 third_party/libxml/src/xpath.c     xmlChar *strval;
xmlChar          5786 third_party/libxml/src/xpath.c     xmlChar *str;
xmlChar          5888 third_party/libxml/src/xpath.c xmlXPathCastStringToBoolean (const xmlChar *val) {
xmlChar          6100 third_party/libxml/src/xpath.c xmlXPathNewParserContext(const xmlChar *str, xmlXPathContextPtr ctxt) {
xmlChar          6205 third_party/libxml/src/xpath.c     const xmlChar * string = NULL;
xmlChar          6322 third_party/libxml/src/xpath.c xmlXPathStringHash(const xmlChar * string) {
xmlChar          6358 third_party/libxml/src/xpath.c     xmlChar *str2;
xmlChar          6413 third_party/libxml/src/xpath.c     xmlChar *str2;
xmlChar          6605 third_party/libxml/src/xpath.c xmlXPathEqualNodeSetString(xmlXPathObjectPtr arg, const xmlChar * str, int neq)
xmlChar          6609 third_party/libxml/src/xpath.c     xmlChar *str2;
xmlChar          6668 third_party/libxml/src/xpath.c   xmlChar *str2;
xmlChar          6729 third_party/libxml/src/xpath.c     xmlChar **values1;
xmlChar          6730 third_party/libxml/src/xpath.c     xmlChar **values2;
xmlChar          6759 third_party/libxml/src/xpath.c     values1 = (xmlChar **) xmlMalloc(ns1->nodeNr * sizeof(xmlChar *));
xmlChar          6770 third_party/libxml/src/xpath.c     memset(values1, 0, ns1->nodeNr * sizeof(xmlChar *));
xmlChar          6771 third_party/libxml/src/xpath.c     values2 = (xmlChar **) xmlMalloc(ns2->nodeNr * sizeof(xmlChar *));
xmlChar          6786 third_party/libxml/src/xpath.c     memset(values2, 0, ns2->nodeNr * sizeof(xmlChar *));
xmlChar          8457 third_party/libxml/src/xpath.c xmlXPathGetElementsByIds (xmlDocPtr doc, const xmlChar *ids) {
xmlChar          8459 third_party/libxml/src/xpath.c     const xmlChar *cur = ids;
xmlChar          8460 third_party/libxml/src/xpath.c     xmlChar *ID;
xmlChar          8524 third_party/libxml/src/xpath.c     xmlChar *tokens;
xmlChar          8731 third_party/libxml/src/xpath.c 		    xmlChar *fullname;
xmlChar          8831 third_party/libxml/src/xpath.c 	    xmlChar *content;
xmlChar          8861 third_party/libxml/src/xpath.c     xmlChar *tmp;
xmlChar          8996 third_party/libxml/src/xpath.c     xmlChar *ret;
xmlChar          9105 third_party/libxml/src/xpath.c   const xmlChar *point;
xmlChar          9148 third_party/libxml/src/xpath.c   const xmlChar *point;
xmlChar          9190 third_party/libxml/src/xpath.c   xmlChar *source = NULL;
xmlChar          9192 third_party/libxml/src/xpath.c   xmlChar blank;
xmlChar          9265 third_party/libxml/src/xpath.c     xmlChar ch;
xmlChar          9266 third_party/libxml/src/xpath.c     const xmlChar *point;
xmlChar          9267 third_party/libxml/src/xpath.c     xmlChar *cptr;
xmlChar          9415 third_party/libxml/src/xpath.c     const xmlChar *theLang = NULL;
xmlChar          9416 third_party/libxml/src/xpath.c     const xmlChar *lang;
xmlChar          9459 third_party/libxml/src/xpath.c 	    xmlChar* content = xmlNodeGetContent(ctxt->context->node);
xmlChar          9635 third_party/libxml/src/xpath.c static xmlChar * xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt,
xmlChar          9654 third_party/libxml/src/xpath.c     const xmlChar *cur;
xmlChar          9737 third_party/libxml/src/xpath.c xmlChar *
xmlChar          9739 third_party/libxml/src/xpath.c     const xmlChar *in;
xmlChar          9740 third_party/libxml/src/xpath.c     xmlChar *ret;
xmlChar          9790 third_party/libxml/src/xpath.c static xmlChar *
xmlChar          9791 third_party/libxml/src/xpath.c xmlXPathParseQName(xmlXPathParserContextPtr ctxt, xmlChar **prefix) {
xmlChar          9792 third_party/libxml/src/xpath.c     xmlChar *ret = NULL;
xmlChar          9818 third_party/libxml/src/xpath.c xmlChar *
xmlChar          9820 third_party/libxml/src/xpath.c     const xmlChar *in;
xmlChar          9821 third_party/libxml/src/xpath.c     xmlChar *ret;
xmlChar          9849 third_party/libxml/src/xpath.c static xmlChar *
xmlChar          9851 third_party/libxml/src/xpath.c     xmlChar buf[XML_MAX_NAMELEN + 5];
xmlChar          9881 third_party/libxml/src/xpath.c 	    xmlChar *buffer;
xmlChar          9884 third_party/libxml/src/xpath.c 	    buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
xmlChar          9896 third_party/libxml/src/xpath.c 		    buffer = (xmlChar *) xmlRealloc(buffer,
xmlChar          9897 third_party/libxml/src/xpath.c 			                            max * sizeof(xmlChar));
xmlChar          9948 third_party/libxml/src/xpath.c xmlXPathStringEvalNumber(const xmlChar *str) {
xmlChar          9949 third_party/libxml/src/xpath.c     const xmlChar *cur = str;
xmlChar          10124 third_party/libxml/src/xpath.c static xmlChar *
xmlChar          10126 third_party/libxml/src/xpath.c     const xmlChar *q;
xmlChar          10127 third_party/libxml/src/xpath.c     xmlChar *ret = NULL;
xmlChar          10170 third_party/libxml/src/xpath.c     const xmlChar *q;
xmlChar          10171 third_party/libxml/src/xpath.c     xmlChar *ret = NULL;
xmlChar          10223 third_party/libxml/src/xpath.c     xmlChar *name;
xmlChar          10224 third_party/libxml/src/xpath.c     xmlChar *prefix;
xmlChar          10258 third_party/libxml/src/xpath.c xmlXPathIsNodeType(const xmlChar *name) {
xmlChar          10285 third_party/libxml/src/xpath.c     xmlChar *name;
xmlChar          10286 third_party/libxml/src/xpath.c     xmlChar *prefix;
xmlChar          10428 third_party/libxml/src/xpath.c static xmlChar *
xmlChar          10432 third_party/libxml/src/xpath.c     const xmlChar *cur;
xmlChar          10433 third_party/libxml/src/xpath.c     xmlChar *ret;
xmlChar          10480 third_party/libxml/src/xpath.c     xmlChar *name = NULL; /* we may have to preparse a name to find out */
xmlChar          10514 third_party/libxml/src/xpath.c 	if ((name != NULL) && (xmlStrstr(name, (xmlChar *) "::") != NULL)) {
xmlChar          10968 third_party/libxml/src/xpath.c static xmlChar *
xmlChar          10970 third_party/libxml/src/xpath.c 	             xmlXPathTypeVal *type, const xmlChar **prefix,
xmlChar          10971 third_party/libxml/src/xpath.c 		     xmlChar *name) {
xmlChar          11104 third_party/libxml/src/xpath.c xmlXPathIsAxisName(const xmlChar *name) {
xmlChar          11200 third_party/libxml/src/xpath.c 	xmlChar *name = NULL;
xmlChar          11201 third_party/libxml/src/xpath.c 	const xmlChar *prefix = NULL;
xmlChar          11939 third_party/libxml/src/xpath.c     const xmlChar *prefix = op->value4;
xmlChar          11940 third_party/libxml/src/xpath.c     const xmlChar *name = op->value5;
xmlChar          11941 third_party/libxml/src/xpath.c     const xmlChar *URI = NULL;
xmlChar          13347 third_party/libxml/src/xpath.c                     const xmlChar *URI;
xmlChar          13369 third_party/libxml/src/xpath.c                 const xmlChar *oldFunc, *oldFuncURI;
xmlChar          13391 third_party/libxml/src/xpath.c                     const xmlChar *URI = NULL;
xmlChar          14484 third_party/libxml/src/xpath.c xmlXPathTryStreamCompile(xmlXPathContextPtr ctxt, const xmlChar *str) {
xmlChar          14492 third_party/libxml/src/xpath.c     const xmlChar **namespaces = NULL;
xmlChar          14498 third_party/libxml/src/xpath.c 	const xmlChar *tmp;
xmlChar          14517 third_party/libxml/src/xpath.c 		namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*));
xmlChar          14535 third_party/libxml/src/xpath.c 	    xmlFree((xmlChar **)namespaces);
xmlChar          14556 third_party/libxml/src/xpath.c xmlXPathCanRewriteDosExpression(xmlChar *expr)
xmlChar          14619 third_party/libxml/src/xpath.c xmlXPathCtxtCompile(xmlXPathContextPtr ctxt, const xmlChar *str) {
xmlChar          14684 third_party/libxml/src/xpath.c xmlXPathCompile(const xmlChar *str) {
xmlChar          14853 third_party/libxml/src/xpath.c 	    (xmlXPathCanRewriteDosExpression((xmlChar *) ctxt->base) == 1))
xmlChar          14874 third_party/libxml/src/xpath.c xmlXPathEval(const xmlChar *str, xmlXPathContextPtr ctx) {
xmlChar          14936 third_party/libxml/src/xpath.c xmlXPathEvalExpression(const xmlChar *str, xmlXPathContextPtr ctxt) {
xmlChar          15030 third_party/libxml/src/xpath.c     xmlChar *cptr;
xmlChar          15031 third_party/libxml/src/xpath.c     xmlChar escape[4];
xmlChar          15095 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"boolean",
xmlChar          15097 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"ceiling",
xmlChar          15099 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"count",
xmlChar          15101 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"concat",
xmlChar          15103 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"contains",
xmlChar          15105 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"id",
xmlChar          15107 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"false",
xmlChar          15109 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"floor",
xmlChar          15111 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"last",
xmlChar          15113 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"lang",
xmlChar          15115 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"local-name",
xmlChar          15117 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"not",
xmlChar          15119 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"name",
xmlChar          15121 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"namespace-uri",
xmlChar          15123 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"normalize-space",
xmlChar          15125 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"number",
xmlChar          15127 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"position",
xmlChar          15129 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"round",
xmlChar          15131 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"string",
xmlChar          15133 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"string-length",
xmlChar          15135 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"starts-with",
xmlChar          15137 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"substring",
xmlChar          15139 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"substring-before",
xmlChar          15141 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"substring-after",
xmlChar          15143 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"sum",
xmlChar          15145 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"true",
xmlChar          15147 third_party/libxml/src/xpath.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *)"translate",
xmlChar          15150 third_party/libxml/src/xpath.c     xmlXPathRegisterFuncNS(ctxt, (const xmlChar *)"escape-uri",
xmlChar          15151 third_party/libxml/src/xpath.c 	 (const xmlChar *)"http://www.w3.org/2002/08/xquery-functions",
xmlChar            90 third_party/libxml/src/xpointer.c            const char * msg, const xmlChar *extra)
xmlChar           876 third_party/libxml/src/xpointer.c static void xmlXPtrEvalChildSeq(xmlXPathParserContextPtr ctxt, xmlChar *name);
xmlChar           979 third_party/libxml/src/xpointer.c xmlXPtrEvalXPtrPart(xmlXPathParserContextPtr ctxt, xmlChar *name) {
xmlChar           980 third_party/libxml/src/xpointer.c     xmlChar *buffer, *cur;
xmlChar           996 third_party/libxml/src/xpointer.c     buffer = (xmlChar *) xmlMallocAtomic(len * sizeof (xmlChar));
xmlChar          1027 third_party/libxml/src/xpointer.c     if (xmlStrEqual(name, (xmlChar *) "xpointer")) {
xmlChar          1028 third_party/libxml/src/xpointer.c 	const xmlChar *left = CUR_PTR;
xmlChar          1042 third_party/libxml/src/xpointer.c     } else if (xmlStrEqual(name, (xmlChar *) "element")) {
xmlChar          1043 third_party/libxml/src/xpointer.c 	const xmlChar *left = CUR_PTR;
xmlChar          1044 third_party/libxml/src/xpointer.c 	xmlChar *name2;
xmlChar          1061 third_party/libxml/src/xpointer.c     } else if (xmlStrEqual(name, (xmlChar *) "xmlns")) {
xmlChar          1062 third_party/libxml/src/xpointer.c 	const xmlChar *left = CUR_PTR;
xmlChar          1063 third_party/libxml/src/xpointer.c 	xmlChar *prefix;
xmlChar          1064 third_party/libxml/src/xpointer.c 	xmlChar *URI;
xmlChar          1142 third_party/libxml/src/xpointer.c xmlXPtrEvalFullXPtr(xmlXPathParserContextPtr ctxt, xmlChar *name) {
xmlChar          1212 third_party/libxml/src/xpointer.c xmlXPtrEvalChildSeq(xmlXPathParserContextPtr ctxt, xmlChar *name) {
xmlChar          1271 third_party/libxml/src/xpointer.c 	xmlChar *name;
xmlChar          1334 third_party/libxml/src/xpointer.c     xmlXPathRegisterFunc(ret, (xmlChar *)"range-to",
xmlChar          1336 third_party/libxml/src/xpointer.c     xmlXPathRegisterFunc(ret, (xmlChar *)"range",
xmlChar          1338 third_party/libxml/src/xpointer.c     xmlXPathRegisterFunc(ret, (xmlChar *)"range-inside",
xmlChar          1340 third_party/libxml/src/xpointer.c     xmlXPathRegisterFunc(ret, (xmlChar *)"string-range",
xmlChar          1342 third_party/libxml/src/xpointer.c     xmlXPathRegisterFunc(ret, (xmlChar *)"start-point",
xmlChar          1344 third_party/libxml/src/xpointer.c     xmlXPathRegisterFunc(ret, (xmlChar *)"end-point",
xmlChar          1346 third_party/libxml/src/xpointer.c     xmlXPathRegisterFunc(ret, (xmlChar *)"here",
xmlChar          1348 third_party/libxml/src/xpointer.c     xmlXPathRegisterFunc(ret, (xmlChar *)" origin",
xmlChar          1365 third_party/libxml/src/xpointer.c xmlXPtrEval(const xmlChar *str, xmlXPathContextPtr ctx) {
xmlChar          1458 third_party/libxml/src/xpointer.c 		const xmlChar *content = cur->content;
xmlChar          1515 third_party/libxml/src/xpointer.c 		const xmlChar *content = cur->content;
xmlChar          2225 third_party/libxml/src/xpointer.c     const xmlChar *cur;
xmlChar          2445 third_party/libxml/src/xpointer.c xmlXPtrMatchString(const xmlChar *string, xmlNodePtr start, int startindex,
xmlChar          2530 third_party/libxml/src/xpointer.c xmlXPtrSearchString(const xmlChar *string, xmlNodePtr *start, int *startindex,
xmlChar          2533 third_party/libxml/src/xpointer.c     const xmlChar *str;
xmlChar          2536 third_party/libxml/src/xpointer.c     xmlChar first;
xmlChar          2557 third_party/libxml/src/xpointer.c 			pos = (str - (xmlChar *)(cur->content));
xmlChar          2902 third_party/libxml/src/xpointer.c     const xmlChar *cur;
xmlChar            37 third_party/libxslt/libexslt/common.c 	xmlChar *strval;
xmlChar           127 third_party/libxslt/libexslt/common.c     xsltRegisterExtModuleFunction((const xmlChar *) "node-set",
xmlChar           130 third_party/libxslt/libexslt/common.c     xsltRegisterExtModuleFunction((const xmlChar *) "object-type",
xmlChar           133 third_party/libxslt/libexslt/common.c     xsltRegisterExtModuleElement((const xmlChar *) "document",
xmlChar           464 third_party/libxslt/libexslt/crypto.c 		      xmlChar ** str) {
xmlChar           496 third_party/libxslt/libexslt/crypto.c     xmlChar *str = NULL, *ret = NULL;
xmlChar           511 third_party/libxslt/libexslt/crypto.c     ret = xmlStrdup ((xmlChar *) hex);
xmlChar           529 third_party/libxslt/libexslt/crypto.c     xmlChar *str = NULL, *ret = NULL;
xmlChar           544 third_party/libxslt/libexslt/crypto.c     ret = xmlStrdup ((xmlChar *) hex);
xmlChar           562 third_party/libxslt/libexslt/crypto.c     xmlChar *str = NULL, *ret = NULL;
xmlChar           577 third_party/libxslt/libexslt/crypto.c     ret = xmlStrdup ((xmlChar *) hex);
xmlChar           596 third_party/libxslt/libexslt/crypto.c     xmlChar *key = NULL, *str = NULL, *padkey = NULL;
xmlChar           597 third_party/libxslt/libexslt/crypto.c     xmlChar *bin = NULL, *hex = NULL;
xmlChar           694 third_party/libxslt/libexslt/crypto.c     xmlChar *key = NULL, *str = NULL, *padkey = NULL, *bin =
xmlChar           786 third_party/libxslt/libexslt/crypto.c     xsltRegisterExtModuleFunction ((const xmlChar *) "md4",
xmlChar           789 third_party/libxslt/libexslt/crypto.c     xsltRegisterExtModuleFunction ((const xmlChar *) "md5",
xmlChar           792 third_party/libxslt/libexslt/crypto.c     xsltRegisterExtModuleFunction ((const xmlChar *) "sha1",
xmlChar           795 third_party/libxslt/libexslt/crypto.c     xsltRegisterExtModuleFunction ((const xmlChar *) "rc4_encrypt",
xmlChar           798 third_party/libxslt/libexslt/crypto.c     xsltRegisterExtModuleFunction ((const xmlChar *) "rc4_decrypt",
xmlChar           204 third_party/libxslt/libexslt/date.c _exsltDateParseGYear (exsltDateValDatePtr dt, const xmlChar **str)
xmlChar           206 third_party/libxslt/libexslt/date.c     const xmlChar *cur = *str, *firstChar;
xmlChar           262 third_party/libxslt/libexslt/date.c 	    xmlChar tmp_buf[100], *tmp = tmp_buf;		\
xmlChar           265 third_party/libxslt/libexslt/date.c 		*tmp = '0' + (xmlChar)(year % 10);		\
xmlChar           359 third_party/libxslt/libexslt/date.c             xmlChar *sav, *str;                                 \
xmlChar           381 third_party/libxslt/libexslt/date.c _exsltDateParseGMonth (exsltDateValDatePtr dt, const xmlChar **str)
xmlChar           383 third_party/libxslt/libexslt/date.c     const xmlChar *cur = *str;
xmlChar           423 third_party/libxslt/libexslt/date.c _exsltDateParseGDay (exsltDateValDatePtr dt, const xmlChar **str)
xmlChar           425 third_party/libxslt/libexslt/date.c     const xmlChar *cur = *str;
xmlChar           483 third_party/libxslt/libexslt/date.c _exsltDateParseTime (exsltDateValDatePtr dt, const xmlChar **str)
xmlChar           485 third_party/libxslt/libexslt/date.c     const xmlChar *cur = *str;
xmlChar           555 third_party/libxslt/libexslt/date.c _exsltDateParseTimeZone (exsltDateValDatePtr dt, const xmlChar **str)
xmlChar           557 third_party/libxslt/libexslt/date.c     const xmlChar *cur;
xmlChar           828 third_party/libxslt/libexslt/date.c exsltDateParse (const xmlChar *dateTime)
xmlChar           832 third_party/libxslt/libexslt/date.c     const xmlChar *cur = dateTime;
xmlChar           978 third_party/libxslt/libexslt/date.c exsltDateParseDuration (const xmlChar *duration)
xmlChar           980 third_party/libxslt/libexslt/date.c     const xmlChar  *cur = duration;
xmlChar          1004 third_party/libxslt/libexslt/date.c         const xmlChar  desig[] = {'Y', 'M', 'D', 'H', 'M', 'S'};
xmlChar          1103 third_party/libxslt/libexslt/date.c static xmlChar *
xmlChar          1106 third_party/libxslt/libexslt/date.c     xmlChar buf[100], *cur = buf;
xmlChar          1115 third_party/libxslt/libexslt/date.c         return xmlStrdup((xmlChar*)"P0D");
xmlChar          1182 third_party/libxslt/libexslt/date.c static xmlChar *
xmlChar          1185 third_party/libxslt/libexslt/date.c     xmlChar buf[100], *cur = buf;
xmlChar          1208 third_party/libxslt/libexslt/date.c static xmlChar *
xmlChar          1211 third_party/libxslt/libexslt/date.c     xmlChar buf[100], *cur = buf;
xmlChar          1233 third_party/libxslt/libexslt/date.c static xmlChar *
xmlChar          1236 third_party/libxslt/libexslt/date.c     xmlChar buf[100], *cur = buf;
xmlChar          1260 third_party/libxslt/libexslt/date.c static xmlChar *
xmlChar          1281 third_party/libxslt/libexslt/date.c         xmlChar buf[20], *cur = buf;
xmlChar          1785 third_party/libxslt/libexslt/date.c static xmlChar *
xmlChar          1788 third_party/libxslt/libexslt/date.c     xmlChar *ret = NULL;
xmlChar          1818 third_party/libxslt/libexslt/date.c static xmlChar *
xmlChar          1819 third_party/libxslt/libexslt/date.c exsltDateDate (const xmlChar *dateTime)
xmlChar          1822 third_party/libxslt/libexslt/date.c     xmlChar *ret = NULL;
xmlChar          1862 third_party/libxslt/libexslt/date.c static xmlChar *
xmlChar          1863 third_party/libxslt/libexslt/date.c exsltDateTime (const xmlChar *dateTime)
xmlChar          1866 third_party/libxslt/libexslt/date.c     xmlChar *ret = NULL;
xmlChar          1911 third_party/libxslt/libexslt/date.c exsltDateYear (const xmlChar *dateTime)
xmlChar          1960 third_party/libxslt/libexslt/date.c exsltDateLeapYear (const xmlChar *dateTime)
xmlChar          1996 third_party/libxslt/libexslt/date.c exsltDateMonthInYear (const xmlChar *dateTime)
xmlChar          2048 third_party/libxslt/libexslt/date.c static const xmlChar *
xmlChar          2049 third_party/libxslt/libexslt/date.c exsltDateMonthName (const xmlChar *dateTime)
xmlChar          2051 third_party/libxslt/libexslt/date.c     static const xmlChar monthNames[13][10] = {
xmlChar          2096 third_party/libxslt/libexslt/date.c static const xmlChar *
xmlChar          2097 third_party/libxslt/libexslt/date.c exsltDateMonthAbbreviation (const xmlChar *dateTime)
xmlChar          2099 third_party/libxslt/libexslt/date.c     static const xmlChar monthAbbreviations[13][4] = {
xmlChar          2143 third_party/libxslt/libexslt/date.c exsltDateWeekInYear (const xmlChar *dateTime)
xmlChar          2212 third_party/libxslt/libexslt/date.c exsltDateWeekInMonth (const xmlChar *dateTime)
xmlChar          2266 third_party/libxslt/libexslt/date.c exsltDateDayInYear (const xmlChar *dateTime)
xmlChar          2316 third_party/libxslt/libexslt/date.c exsltDateDayInMonth (const xmlChar *dateTime)
xmlChar          2364 third_party/libxslt/libexslt/date.c exsltDateDayOfWeekInMonth (const xmlChar *dateTime)
xmlChar          2413 third_party/libxslt/libexslt/date.c exsltDateDayInWeek (const xmlChar *dateTime)
xmlChar          2464 third_party/libxslt/libexslt/date.c static const xmlChar *
xmlChar          2465 third_party/libxslt/libexslt/date.c exsltDateDayName (const xmlChar *dateTime)
xmlChar          2467 third_party/libxslt/libexslt/date.c     static const xmlChar dayNames[8][10] = {
xmlChar          2504 third_party/libxslt/libexslt/date.c static const xmlChar *
xmlChar          2505 third_party/libxslt/libexslt/date.c exsltDateDayAbbreviation (const xmlChar *dateTime)
xmlChar          2507 third_party/libxslt/libexslt/date.c     static const xmlChar dayAbbreviations[8][4] = {
xmlChar          2543 third_party/libxslt/libexslt/date.c exsltDateHourInDay (const xmlChar *dateTime)
xmlChar          2589 third_party/libxslt/libexslt/date.c exsltDateMinuteInHour (const xmlChar *dateTime)
xmlChar          2637 third_party/libxslt/libexslt/date.c exsltDateSecondInMinute (const xmlChar *dateTime)
xmlChar          2688 third_party/libxslt/libexslt/date.c static xmlChar *
xmlChar          2689 third_party/libxslt/libexslt/date.c exsltDateAdd (const xmlChar *xstr, const xmlChar *ystr)
xmlChar          2692 third_party/libxslt/libexslt/date.c     xmlChar     *ret;   
xmlChar          2746 third_party/libxslt/libexslt/date.c static xmlChar *
xmlChar          2747 third_party/libxslt/libexslt/date.c exsltDateAddDuration (const xmlChar *xstr, const xmlChar *ystr)
xmlChar          2750 third_party/libxslt/libexslt/date.c     xmlChar     *ret;   
xmlChar          2803 third_party/libxslt/libexslt/date.c     xmlChar *tmp;
xmlChar          2805 third_party/libxslt/libexslt/date.c     xmlChar *ret;
xmlChar          2909 third_party/libxslt/libexslt/date.c exsltDateSeconds (const xmlChar *dateTime)
xmlChar          2996 third_party/libxslt/libexslt/date.c static xmlChar *
xmlChar          2997 third_party/libxslt/libexslt/date.c exsltDateDifference (const xmlChar *xstr, const xmlChar *ystr)
xmlChar          3000 third_party/libxslt/libexslt/date.c     xmlChar        *ret = NULL;   
xmlChar          3056 third_party/libxslt/libexslt/date.c static xmlChar *
xmlChar          3057 third_party/libxslt/libexslt/date.c exsltDateDuration (const xmlChar *number)
xmlChar          3061 third_party/libxslt/libexslt/date.c     xmlChar     *ret;
xmlChar          3100 third_party/libxslt/libexslt/date.c     xmlChar *ret;
xmlChar          3125 third_party/libxslt/libexslt/date.c     xmlChar *ret, *dt = NULL;
xmlChar          3164 third_party/libxslt/libexslt/date.c     xmlChar *ret, *dt = NULL;
xmlChar          3203 third_party/libxslt/libexslt/date.c     xmlChar *dt = NULL;
xmlChar          3237 third_party/libxslt/libexslt/date.c     xmlChar *dt = NULL;
xmlChar          3265 third_party/libxslt/libexslt/date.c     xmlChar *dt = NULL;						\
xmlChar          3308 third_party/libxslt/libexslt/date.c     xmlChar *dt = NULL;
xmlChar          3309 third_party/libxslt/libexslt/date.c     const xmlChar *ret;
xmlChar          3345 third_party/libxslt/libexslt/date.c     xmlChar *dt = NULL;
xmlChar          3346 third_party/libxslt/libexslt/date.c     const xmlChar *ret;
xmlChar          3436 third_party/libxslt/libexslt/date.c     xmlChar *dt = NULL;
xmlChar          3437 third_party/libxslt/libexslt/date.c     const xmlChar *ret;
xmlChar          3473 third_party/libxslt/libexslt/date.c     xmlChar *dt = NULL;
xmlChar          3474 third_party/libxslt/libexslt/date.c     const xmlChar *ret;
xmlChar          3538 third_party/libxslt/libexslt/date.c     xmlChar *str = NULL;
xmlChar          3571 third_party/libxslt/libexslt/date.c     xmlChar *ret, *xstr, *ystr;
xmlChar          3608 third_party/libxslt/libexslt/date.c     xmlChar *ret, *xstr, *ystr;
xmlChar          3645 third_party/libxslt/libexslt/date.c     xmlChar *ret, *xstr, *ystr;
xmlChar          3682 third_party/libxslt/libexslt/date.c     xmlChar *ret;
xmlChar          3683 third_party/libxslt/libexslt/date.c     xmlChar *number = NULL;
xmlChar          3717 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "add",
xmlChar          3718 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3720 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "add-duration",
xmlChar          3721 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3723 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "date",
xmlChar          3724 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3727 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "date-time",
xmlChar          3728 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3731 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "day-abbreviation",
xmlChar          3732 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3734 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "day-in-month",
xmlChar          3735 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3737 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "day-in-week",
xmlChar          3738 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3740 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "day-in-year",
xmlChar          3741 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3743 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "day-name",
xmlChar          3744 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3746 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "day-of-week-in-month",
xmlChar          3747 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3749 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "difference",
xmlChar          3750 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3752 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "duration",
xmlChar          3753 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3755 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "hour-in-day",
xmlChar          3756 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3758 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "leap-year",
xmlChar          3759 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3761 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "minute-in-hour",
xmlChar          3762 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3764 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "month-abbreviation",
xmlChar          3765 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3767 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "month-in-year",
xmlChar          3768 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3770 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "month-name",
xmlChar          3771 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3773 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "second-in-minute",
xmlChar          3774 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3776 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "seconds",
xmlChar          3777 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3779 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "sum",
xmlChar          3780 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3782 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "time",
xmlChar          3783 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3785 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "week-in-month",
xmlChar          3786 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3788 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "week-in-year",
xmlChar          3789 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3791 third_party/libxslt/libexslt/date.c     xsltRegisterExtModuleFunction ((const xmlChar *) "year",
xmlChar          3792 third_party/libxslt/libexslt/date.c 				   (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3802 third_party/libxslt/libexslt/date.c exsltDateXpathCtxtRegister (xmlXPathContextPtr ctxt, const xmlChar *prefix)
xmlChar          3808 third_party/libxslt/libexslt/date.c                                (const xmlChar *) EXSLT_DATE_NAMESPACE)
xmlChar          3810 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "add",
xmlChar          3811 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3814 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "add-duration",
xmlChar          3815 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3818 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "date",
xmlChar          3819 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3823 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "date-time",
xmlChar          3824 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3828 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "day-abbreviation",
xmlChar          3829 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3832 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "day-in-month",
xmlChar          3833 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3836 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "day-in-week",
xmlChar          3837 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3840 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "day-in-year",
xmlChar          3841 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3844 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "day-name",
xmlChar          3845 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3848 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "day-of-week-in-month",
xmlChar          3849 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3852 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "difference",
xmlChar          3853 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3856 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "duration",
xmlChar          3857 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3860 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "hour-in-day",
xmlChar          3861 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3864 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "leap-year",
xmlChar          3865 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3868 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "minute-in-hour",
xmlChar          3869 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3872 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "month-abbreviation",
xmlChar          3873 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3876 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "month-in-year",
xmlChar          3877 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3880 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "month-name",
xmlChar          3881 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3884 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "second-in-minute",
xmlChar          3885 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3888 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "seconds",
xmlChar          3889 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3892 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "sum",
xmlChar          3893 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3896 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "time",
xmlChar          3897 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3900 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "week-in-month",
xmlChar          3901 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3904 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "week-in-year",
xmlChar          3905 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar          3908 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) "year",
xmlChar          3909 third_party/libxslt/libexslt/date.c                                    (const xmlChar *) EXSLT_DATE_NAMESPACE,
xmlChar            55 third_party/libxslt/libexslt/dynamic.c 	xmlChar *str = NULL;
xmlChar            99 third_party/libxslt/libexslt/dynamic.c     xmlChar *str = NULL;
xmlChar           207 third_party/libxslt/libexslt/dynamic.c                             xmlChar *val =
xmlChar           280 third_party/libxslt/libexslt/dynamic.c     xsltRegisterExtModuleFunction ((const xmlChar *) "evaluate",
xmlChar           283 third_party/libxslt/libexslt/dynamic.c   xsltRegisterExtModuleFunction ((const xmlChar *) "map",
xmlChar            24 third_party/libxslt/libexslt/exslt.h #define EXSLT_COMMON_NAMESPACE ((const xmlChar *) "http://exslt.org/common")
xmlChar            30 third_party/libxslt/libexslt/exslt.h #define EXSLT_CRYPTO_NAMESPACE ((const xmlChar *) "http://exslt.org/crypto")
xmlChar            36 third_party/libxslt/libexslt/exslt.h #define EXSLT_MATH_NAMESPACE ((const xmlChar *) "http://exslt.org/math")
xmlChar            42 third_party/libxslt/libexslt/exslt.h #define EXSLT_SETS_NAMESPACE ((const xmlChar *) "http://exslt.org/sets")
xmlChar            48 third_party/libxslt/libexslt/exslt.h #define EXSLT_FUNCTIONS_NAMESPACE ((const xmlChar *) "http://exslt.org/functions")
xmlChar            54 third_party/libxslt/libexslt/exslt.h #define EXSLT_STRINGS_NAMESPACE ((const xmlChar *) "http://exslt.org/strings")
xmlChar            60 third_party/libxslt/libexslt/exslt.h #define EXSLT_DATE_NAMESPACE ((const xmlChar *) "http://exslt.org/dates-and-times")
xmlChar            66 third_party/libxslt/libexslt/exslt.h #define EXSLT_DYNAMIC_NAMESPACE ((const xmlChar *) "http://exslt.org/dynamic")
xmlChar            73 third_party/libxslt/libexslt/exslt.h #define SAXON_NAMESPACE ((const xmlChar *) "http://icl.com/saxon")
xmlChar            90 third_party/libxslt/libexslt/exslt.h                                                       const xmlChar *prefix);
xmlChar            92 third_party/libxslt/libexslt/exslt.h                                                       const xmlChar *prefix);
xmlChar            94 third_party/libxslt/libexslt/exslt.h                                                       const xmlChar *prefix);
xmlChar            96 third_party/libxslt/libexslt/exslt.h                                                      const xmlChar *prefix);
xmlChar            76 third_party/libxslt/libexslt/functions.c 		       const xmlChar *URI, const xmlChar *name,
xmlChar            77 third_party/libxslt/libexslt/functions.c 		       ATTRIBUTE_UNUSED const xmlChar *ignored) {
xmlChar           101 third_party/libxslt/libexslt/functions.c 			     const xmlChar *URI, const xmlChar *name,
xmlChar           102 third_party/libxslt/libexslt/functions.c 			     ATTRIBUTE_UNUSED const xmlChar *ignored) {
xmlChar           144 third_party/libxslt/libexslt/functions.c exsltFuncInit (xsltTransformContextPtr ctxt, const xmlChar *URI) {
xmlChar           188 third_party/libxslt/libexslt/functions.c 		   const xmlChar *URI ATTRIBUTE_UNUSED,
xmlChar           207 third_party/libxslt/libexslt/functions.c 		    const xmlChar *URI ATTRIBUTE_UNUSED) {
xmlChar           222 third_party/libxslt/libexslt/functions.c 			const xmlChar *URI ATTRIBUTE_UNUSED,
xmlChar           405 third_party/libxslt/libexslt/functions.c 			 (const xmlChar *)"fake", NULL);
xmlChar           457 third_party/libxslt/libexslt/functions.c     xmlChar *name, *prefix;
xmlChar           467 third_party/libxslt/libexslt/functions.c 	xmlChar *qname;
xmlChar           469 third_party/libxslt/libexslt/functions.c 	qname = xmlGetProp(inst, (const xmlChar *) "name");
xmlChar           546 third_party/libxslt/libexslt/functions.c     xmlChar *sel;
xmlChar           583 third_party/libxslt/libexslt/functions.c 	    if (xmlStrEqual(test->name, (const xmlChar *) "function")) {
xmlChar           586 third_party/libxslt/libexslt/functions.c 	    if (xmlStrEqual(test->name, (const xmlChar *) "result")) {
xmlChar           623 third_party/libxslt/libexslt/functions.c     sel = xmlGetNsProp(inst, (const xmlChar *) "select", NULL);
xmlChar           767 third_party/libxslt/libexslt/functions.c     xsltRegisterExtModuleTopLevel ((const xmlChar *) "function",
xmlChar           770 third_party/libxslt/libexslt/functions.c     xsltRegisterExtModuleElement ((const xmlChar *) "result",
xmlChar           330 third_party/libxslt/libexslt/math.c #define EXSLT_PI        (const xmlChar *) \
xmlChar           332 third_party/libxslt/libexslt/math.c #define EXSLT_E         (const xmlChar *) \
xmlChar           334 third_party/libxslt/libexslt/math.c #define EXSLT_SQRRT2    (const xmlChar *) \
xmlChar           336 third_party/libxslt/libexslt/math.c #define EXSLT_LN2       (const xmlChar *) \
xmlChar           338 third_party/libxslt/libexslt/math.c #define EXSLT_LN10      (const xmlChar *) \
xmlChar           340 third_party/libxslt/libexslt/math.c #define EXSLT_LOG2E     (const xmlChar *) \
xmlChar           342 third_party/libxslt/libexslt/math.c #define EXSLT_SQRT1_2   (const xmlChar *) \
xmlChar           358 third_party/libxslt/libexslt/math.c exsltMathConstant (xmlChar *name, double precision) {
xmlChar           359 third_party/libxslt/libexslt/math.c     xmlChar *str;
xmlChar           442 third_party/libxslt/libexslt/math.c     xmlChar *name;
xmlChar          1049 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "min",
xmlChar          1052 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "max",
xmlChar          1055 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "highest",
xmlChar          1058 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "lowest",
xmlChar          1062 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "constant",
xmlChar          1066 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "random",
xmlChar          1071 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "abs",
xmlChar          1074 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "sqrt",
xmlChar          1077 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "power",
xmlChar          1080 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "log",
xmlChar          1083 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "sin",
xmlChar          1086 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "cos",
xmlChar          1089 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "tan",
xmlChar          1092 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "asin",
xmlChar          1095 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "acos",
xmlChar          1098 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "atan",
xmlChar          1101 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "atan2",
xmlChar          1104 third_party/libxslt/libexslt/math.c     xsltRegisterExtModuleFunction ((const xmlChar *) "exp",
xmlChar          1116 third_party/libxslt/libexslt/math.c exsltMathXpathCtxtRegister (xmlXPathContextPtr ctxt, const xmlChar *prefix)
xmlChar          1122 third_party/libxslt/libexslt/math.c                                (const xmlChar *) EXSLT_MATH_NAMESPACE)
xmlChar          1124 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "min",
xmlChar          1125 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1128 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "max",
xmlChar          1129 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1132 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "highest",
xmlChar          1133 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1136 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "lowest",
xmlChar          1137 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1141 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "random",
xmlChar          1142 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1147 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "abs",
xmlChar          1148 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1151 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "sqrt",
xmlChar          1152 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1155 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "power",
xmlChar          1156 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1159 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "log",
xmlChar          1160 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1163 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "sin",
xmlChar          1164 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1167 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "cos",
xmlChar          1168 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1171 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "tan",
xmlChar          1172 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1175 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "asin",
xmlChar          1176 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1179 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "acos",
xmlChar          1180 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1183 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "atan",
xmlChar          1184 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1187 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "atan2",
xmlChar          1188 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1191 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "exp",
xmlChar          1192 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar          1196 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) "constant",
xmlChar          1197 third_party/libxslt/libexslt/math.c                                    (const xmlChar *) EXSLT_MATH_NAMESPACE,
xmlChar            34 third_party/libxslt/libexslt/saxon.c 		const xmlChar *URI ATTRIBUTE_UNUSED) {
xmlChar            48 third_party/libxslt/libexslt/saxon.c 		    const xmlChar *URI ATTRIBUTE_UNUSED,
xmlChar            79 third_party/libxslt/libexslt/saxon.c     xmlChar *arg;
xmlChar           255 third_party/libxslt/libexslt/saxon.c      xsltRegisterExtModuleFunction((const xmlChar *) "expression",
xmlChar           258 third_party/libxslt/libexslt/saxon.c      xsltRegisterExtModuleFunction((const xmlChar *) "eval",
xmlChar           261 third_party/libxslt/libexslt/saxon.c      xsltRegisterExtModuleFunction((const xmlChar *) "evaluate",
xmlChar           264 third_party/libxslt/libexslt/saxon.c     xsltRegisterExtModuleFunction ((const xmlChar *) "line-number",
xmlChar           274 third_party/libxslt/libexslt/sets.c     xsltRegisterExtModuleFunction ((const xmlChar *) "difference",
xmlChar           277 third_party/libxslt/libexslt/sets.c     xsltRegisterExtModuleFunction ((const xmlChar *) "intersection",
xmlChar           280 third_party/libxslt/libexslt/sets.c     xsltRegisterExtModuleFunction ((const xmlChar *) "distinct",
xmlChar           283 third_party/libxslt/libexslt/sets.c     xsltRegisterExtModuleFunction ((const xmlChar *) "has-same-node",
xmlChar           286 third_party/libxslt/libexslt/sets.c     xsltRegisterExtModuleFunction ((const xmlChar *) "leading",
xmlChar           289 third_party/libxslt/libexslt/sets.c     xsltRegisterExtModuleFunction ((const xmlChar *) "trailing",
xmlChar           300 third_party/libxslt/libexslt/sets.c exsltSetsXpathCtxtRegister (xmlXPathContextPtr ctxt, const xmlChar *prefix)
xmlChar           306 third_party/libxslt/libexslt/sets.c                                (const xmlChar *) EXSLT_SETS_NAMESPACE)
xmlChar           308 third_party/libxslt/libexslt/sets.c                                    (const xmlChar *) "difference",
xmlChar           309 third_party/libxslt/libexslt/sets.c                                    (const xmlChar *) EXSLT_SETS_NAMESPACE,
xmlChar           312 third_party/libxslt/libexslt/sets.c                                    (const xmlChar *) "intersection",
xmlChar           313 third_party/libxslt/libexslt/sets.c                                    (const xmlChar *) EXSLT_SETS_NAMESPACE,
xmlChar           316 third_party/libxslt/libexslt/sets.c                                    (const xmlChar *) "distinct",
xmlChar           317 third_party/libxslt/libexslt/sets.c                                    (const xmlChar *) EXSLT_SETS_NAMESPACE,
xmlChar           320 third_party/libxslt/libexslt/sets.c                                    (const xmlChar *) "has-same-node",
xmlChar           321 third_party/libxslt/libexslt/sets.c                                    (const xmlChar *) EXSLT_SETS_NAMESPACE,
xmlChar           324 third_party/libxslt/libexslt/sets.c                                    (const xmlChar *) "leading",
xmlChar           325 third_party/libxslt/libexslt/sets.c                                    (const xmlChar *) EXSLT_SETS_NAMESPACE,
xmlChar           328 third_party/libxslt/libexslt/sets.c                                    (const xmlChar *) "trailing",
xmlChar           329 third_party/libxslt/libexslt/sets.c                                    (const xmlChar *) EXSLT_SETS_NAMESPACE,
xmlChar            36 third_party/libxslt/libexslt/strings.c     xmlChar *str, *delimiters, *cur;
xmlChar            37 third_party/libxslt/libexslt/strings.c     const xmlChar *token, *delimiter;
xmlChar            53 third_party/libxslt/libexslt/strings.c         delimiters = xmlStrdup((const xmlChar *) "\t\r\n ");
xmlChar            80 third_party/libxslt/libexslt/strings.c 		    xmlChar ctmp;
xmlChar            84 third_party/libxslt/libexslt/strings.c                                        (const xmlChar *) "token", cur);
xmlChar            99 third_party/libxslt/libexslt/strings.c                                            (const xmlChar *) "token", token);
xmlChar           110 third_party/libxslt/libexslt/strings.c 				    (const xmlChar *) "token", token);
xmlChar           144 third_party/libxslt/libexslt/strings.c     xmlChar *str, *delimiter, *cur;
xmlChar           145 third_party/libxslt/libexslt/strings.c     const xmlChar *token;
xmlChar           161 third_party/libxslt/libexslt/strings.c         delimiter = xmlStrdup((const xmlChar *) " ");
xmlChar           192 third_party/libxslt/libexslt/strings.c 			xmlChar tmp = *cur;
xmlChar           195 third_party/libxslt/libexslt/strings.c                                            (const xmlChar *) "token", token);
xmlChar           211 third_party/libxslt/libexslt/strings.c 				       (const xmlChar *) "token", token);
xmlChar           221 third_party/libxslt/libexslt/strings.c 				   (const xmlChar *) "token", token);
xmlChar           254 third_party/libxslt/libexslt/strings.c     xmlChar *str = NULL, *ret = NULL, *tmp;
xmlChar           265 third_party/libxslt/libexslt/strings.c         if (xmlUTF8Strlen(tmp) != 5 || xmlStrcmp((const xmlChar *)"UTF-8",tmp)) {
xmlChar           284 third_party/libxslt/libexslt/strings.c     ret = xmlURIEscapeStr(str,(const xmlChar *)(escape_all?"-_.!~*'()":"-_.!~*'();/?:@&=+$,[]"));
xmlChar           301 third_party/libxslt/libexslt/strings.c     xmlChar *str = NULL, *ret = NULL, *tmp;
xmlChar           312 third_party/libxslt/libexslt/strings.c         if (xmlUTF8Strlen(tmp) != 5 || xmlStrcmp((const xmlChar *)"UTF-8",tmp)) {
xmlChar           329 third_party/libxslt/libexslt/strings.c     ret = (xmlChar *) xmlURIUnescapeString((const char *)str,0,NULL);
xmlChar           355 third_party/libxslt/libexslt/strings.c     xmlChar *str = NULL, *ret = NULL, *tmp;
xmlChar           368 third_party/libxslt/libexslt/strings.c 	str = xmlStrdup((const xmlChar *) " ");
xmlChar           404 third_party/libxslt/libexslt/strings.c     xmlChar *str, *padding, *alignment, *ret;
xmlChar           433 third_party/libxslt/libexslt/strings.c 	if (xmlStrEqual(alignment, (const xmlChar *) "right")) {
xmlChar           436 third_party/libxslt/libexslt/strings.c 	} else if (xmlStrEqual(alignment, (const xmlChar *) "center")) {
xmlChar           473 third_party/libxslt/libexslt/strings.c     xmlChar *ret = NULL;
xmlChar           494 third_party/libxslt/libexslt/strings.c 	xmlChar *tmp;
xmlChar           515 third_party/libxslt/libexslt/strings.c static xmlChar*
xmlChar           516 third_party/libxslt/libexslt/strings.c exsltStrReplaceInternal(const xmlChar* str, const xmlChar* searchStr, 
xmlChar           517 third_party/libxslt/libexslt/strings.c                         const xmlChar* replaceStr)
xmlChar           519 third_party/libxslt/libexslt/strings.c     const xmlChar *curr, *next;
xmlChar           520 third_party/libxslt/libexslt/strings.c     xmlChar *ret = NULL;
xmlChar           550 third_party/libxslt/libexslt/strings.c     xmlChar *str = NULL, *searchStr = NULL, *replaceStr = NULL;
xmlChar           552 third_party/libxslt/libexslt/strings.c     xmlChar *ret = NULL, *retSwap = NULL;
xmlChar           651 third_party/libxslt/libexslt/strings.c     xsltRegisterExtModuleFunction ((const xmlChar *) "tokenize",
xmlChar           654 third_party/libxslt/libexslt/strings.c     xsltRegisterExtModuleFunction ((const xmlChar *) "split",
xmlChar           657 third_party/libxslt/libexslt/strings.c     xsltRegisterExtModuleFunction ((const xmlChar *) "encode-uri",
xmlChar           660 third_party/libxslt/libexslt/strings.c     xsltRegisterExtModuleFunction ((const xmlChar *) "decode-uri",
xmlChar           663 third_party/libxslt/libexslt/strings.c     xsltRegisterExtModuleFunction ((const xmlChar *) "padding",
xmlChar           666 third_party/libxslt/libexslt/strings.c     xsltRegisterExtModuleFunction ((const xmlChar *) "align",
xmlChar           669 third_party/libxslt/libexslt/strings.c     xsltRegisterExtModuleFunction ((const xmlChar *) "concat",
xmlChar           672 third_party/libxslt/libexslt/strings.c     xsltRegisterExtModuleFunction ((const xmlChar *) "replace",
xmlChar           683 third_party/libxslt/libexslt/strings.c exsltStrXpathCtxtRegister (xmlXPathContextPtr ctxt, const xmlChar *prefix)
xmlChar           689 third_party/libxslt/libexslt/strings.c                                (const xmlChar *) EXSLT_STRINGS_NAMESPACE)
xmlChar           691 third_party/libxslt/libexslt/strings.c                                    (const xmlChar *) "encode-uri",
xmlChar           692 third_party/libxslt/libexslt/strings.c                                    (const xmlChar *) EXSLT_STRINGS_NAMESPACE,
xmlChar           695 third_party/libxslt/libexslt/strings.c                                    (const xmlChar *) "decode-uri",
xmlChar           696 third_party/libxslt/libexslt/strings.c                                    (const xmlChar *) EXSLT_STRINGS_NAMESPACE,
xmlChar           699 third_party/libxslt/libexslt/strings.c                                    (const xmlChar *) "padding",
xmlChar           700 third_party/libxslt/libexslt/strings.c                                    (const xmlChar *) EXSLT_STRINGS_NAMESPACE,
xmlChar           703 third_party/libxslt/libexslt/strings.c                                    (const xmlChar *) "align",
xmlChar           704 third_party/libxslt/libexslt/strings.c                                    (const xmlChar *) EXSLT_STRINGS_NAMESPACE,
xmlChar           707 third_party/libxslt/libexslt/strings.c                                    (const xmlChar *) "concat",
xmlChar           708 third_party/libxslt/libexslt/strings.c                                    (const xmlChar *) EXSLT_STRINGS_NAMESPACE,
xmlChar           711 third_party/libxslt/libexslt/strings.c                                    (const xmlChar *) "replace",
xmlChar           712 third_party/libxslt/libexslt/strings.c                                    (const xmlChar *) EXSLT_STRINGS_NAMESPACE,
xmlChar            90 third_party/libxslt/libxslt/attributes.c     const xmlChar *set; /* or the attribute set */
xmlChar            91 third_party/libxslt/libxslt/attributes.c     const xmlChar *ns;  /* and its namespace */
xmlChar           290 third_party/libxslt/libxslt/attributes.c     const xmlChar *ncname;
xmlChar           291 third_party/libxslt/libxslt/attributes.c     const xmlChar *prefix;
xmlChar           292 third_party/libxslt/libxslt/attributes.c     xmlChar *value;
xmlChar           299 third_party/libxslt/libxslt/attributes.c     value = xmlGetNsProp(cur, (const xmlChar *)"name", NULL);
xmlChar           409 third_party/libxslt/libxslt/attributes.c     value = xmlGetNsProp(cur, (const xmlChar *)"use-attribute-sets",
xmlChar           412 third_party/libxslt/libxslt/attributes.c 	const xmlChar *curval, *endval;
xmlChar           422 third_party/libxslt/libxslt/attributes.c 		const xmlChar *ncname2 = NULL;
xmlChar           423 third_party/libxslt/libxslt/attributes.c 		const xmlChar *prefix2 = NULL;
xmlChar           472 third_party/libxslt/libxslt/attributes.c xsltGetSAS(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns) {
xmlChar           492 third_party/libxslt/libxslt/attributes.c 	               const xmlChar *name, const xmlChar *ns,
xmlChar           493 third_party/libxslt/libxslt/attributes.c 		       ATTRIBUTE_UNUSED const xmlChar *ignored) {
xmlChar           547 third_party/libxslt/libxslt/attributes.c 	               const xmlChar *name, const xmlChar *ns,
xmlChar           548 third_party/libxslt/libxslt/attributes.c 		       ATTRIBUTE_UNUSED const xmlChar *ignored) {
xmlChar           653 third_party/libxslt/libxslt/attributes.c     xmlChar *prop = NULL;    
xmlChar           654 third_party/libxslt/libxslt/attributes.c     const xmlChar *name = NULL, *prefix = NULL, *nsName = NULL;
xmlChar           655 third_party/libxslt/libxslt/attributes.c     xmlChar *value = NULL;
xmlChar           740 third_party/libxslt/libxslt/attributes.c 	    (const xmlChar *) "name", XSLT_NAMESPACE);
xmlChar           759 third_party/libxslt/libxslt/attributes.c 	    (!xmlStrncasecmp(prefix, (xmlChar *) "xmlns", 5)))
xmlChar           806 third_party/libxslt/libxslt/attributes.c 	    xmlChar *tmpNsName;
xmlChar           812 third_party/libxslt/libxslt/attributes.c 		(const xmlChar *) "namespace", XSLT_NAMESPACE);	
xmlChar           900 third_party/libxslt/libxslt/attributes.c 	    xmlChar *pref = xmlStrdup(BAD_CAST "ns_1");
xmlChar           927 third_party/libxslt/libxslt/attributes.c 	attr = xmlSetNsProp(ctxt->insert, ns, name, (const xmlChar *) "");
xmlChar          1003 third_party/libxslt/libxslt/attributes.c 		(const xmlChar *) "");
xmlChar          1041 third_party/libxslt/libxslt/attributes.c                       const xmlChar *attrSets)
xmlChar          1043 third_party/libxslt/libxslt/attributes.c     const xmlChar *ncname = NULL;
xmlChar          1044 third_party/libxslt/libxslt/attributes.c     const xmlChar *prefix = NULL;    
xmlChar          1045 third_party/libxslt/libxslt/attributes.c     const xmlChar *curstr, *endstr;
xmlChar            30 third_party/libxslt/libxslt/attributes.h 					 const xmlChar *attributes);
xmlChar           103 third_party/libxslt/libxslt/attrvt.c 		xmlFree((xmlChar *) avt->segments[i]);
xmlChar           111 third_party/libxslt/libxslt/attrvt.c 		xmlFree((xmlChar *) avt->segments[i]);
xmlChar           172 third_party/libxslt/libxslt/attrvt.c     const xmlChar *str;
xmlChar           173 third_party/libxslt/libxslt/attrvt.c     const xmlChar *cur;
xmlChar           174 third_party/libxslt/libxslt/attrvt.c     xmlChar *ret = NULL;
xmlChar           175 third_party/libxslt/libxslt/attrvt.c     xmlChar *expr = NULL;
xmlChar           358 third_party/libxslt/libxslt/attrvt.c xmlChar *
xmlChar           360 third_party/libxslt/libxslt/attrvt.c     xmlChar *ret = NULL, *tmp;
xmlChar           371 third_party/libxslt/libxslt/attrvt.c 	    ret = xmlStrcat(ret, (const xmlChar *) cur->segments[i]);
xmlChar            61 third_party/libxslt/libxslt/documents.c xsltDocDefaultLoaderFunc(const xmlChar * URI, xmlDictPtr dict, int options,
xmlChar           285 third_party/libxslt/libxslt/documents.c xsltLoadDocument(xsltTransformContextPtr ctxt, const xmlChar *URI) {
xmlChar           359 third_party/libxslt/libxslt/documents.c xsltLoadStyleDocument(xsltStylesheetPtr style, const xmlChar *URI) {
xmlChar            28 third_party/libxslt/libxslt/documents.h 					 const xmlChar *URI);
xmlChar            37 third_party/libxslt/libxslt/documents.h 					 const xmlChar *URI);
xmlChar            76 third_party/libxslt/libxslt/documents.h typedef xmlDocPtr (*xsltDocLoaderFunc)		(const xmlChar *URI,
xmlChar            56 third_party/libxslt/libxslt/extensions.c     xmlChar *prefix;
xmlChar            57 third_party/libxslt/libxslt/extensions.c     xmlChar *URI;
xmlChar           107 third_party/libxslt/libxslt/extensions.c xsltNewExtDef(const xmlChar * prefix, const xmlChar * URI)
xmlChar           320 third_party/libxslt/libxslt/extensions.c xsltExtModuleRegisterDynamic(const xmlChar * URI)
xmlChar           325 third_party/libxslt/libxslt/extensions.c     xmlChar *ext_name;
xmlChar           327 third_party/libxslt/libxslt/extensions.c     const xmlChar *ext_directory = NULL;
xmlChar           328 third_party/libxslt/libxslt/extensions.c     const xmlChar *protocol = NULL;
xmlChar           329 third_party/libxslt/libxslt/extensions.c     xmlChar *i, *regfunc_name;
xmlChar           374 third_party/libxslt/libxslt/extensions.c     ext_directory = (xmlChar *) getenv("LIBXSLT_PLUGINS_PATH");
xmlChar           388 third_party/libxslt/libxslt/extensions.c     xmlStrPrintf((xmlChar *) module_filename, sizeof(module_filename),
xmlChar           459 third_party/libxslt/libxslt/extensions.c xsltExtModuleRegisterDynamic(const xmlChar * URI ATTRIBUTE_UNUSED)
xmlChar           504 third_party/libxslt/libxslt/extensions.c                       const xmlChar * prefix, const xmlChar * URI)
xmlChar           587 third_party/libxslt/libxslt/extensions.c xsltRegisterExtFunction(xsltTransformContextPtr ctxt, const xmlChar * name,
xmlChar           588 third_party/libxslt/libxslt/extensions.c                         const xmlChar * URI, xmlXPathFunction function)
xmlChar           621 third_party/libxslt/libxslt/extensions.c xsltRegisterExtElement(xsltTransformContextPtr ctxt, const xmlChar * name,
xmlChar           622 third_party/libxslt/libxslt/extensions.c                        const xmlChar * URI, xsltTransformFunction function)
xmlChar           664 third_party/libxslt/libxslt/extensions.c 				     const xmlChar * URI)
xmlChar           756 third_party/libxslt/libxslt/extensions.c xsltStyleGetExtData(xsltStylesheetPtr style, const xmlChar * URI)
xmlChar           824 third_party/libxslt/libxslt/extensions.c 				   const xmlChar * URI)
xmlChar           862 third_party/libxslt/libxslt/extensions.c xsltGetExtData(xsltTransformContextPtr ctxt, const xmlChar * URI)
xmlChar           938 third_party/libxslt/libxslt/extensions.c                 const xmlChar * URI)
xmlChar          1056 third_party/libxslt/libxslt/extensions.c                     const xmlChar * URI)
xmlChar          1102 third_party/libxslt/libxslt/extensions.c                 const xmlChar * URI)
xmlChar          1158 third_party/libxslt/libxslt/extensions.c xsltCheckExtPrefix(xsltStylesheetPtr style, const xmlChar * URI)
xmlChar          1174 third_party/libxslt/libxslt/extensions.c 	    if (xmlStrEqual((const xmlChar *) list->items[i],
xmlChar          1218 third_party/libxslt/libxslt/extensions.c xsltCheckExtURI(xsltStylesheetPtr style, const xmlChar * URI)
xmlChar          1248 third_party/libxslt/libxslt/extensions.c xsltRegisterExtModuleFull(const xmlChar * URI,
xmlChar          1300 third_party/libxslt/libxslt/extensions.c xsltRegisterExtModule(const xmlChar * URI,
xmlChar          1317 third_party/libxslt/libxslt/extensions.c xsltUnregisterExtModule(const xmlChar * URI)
xmlChar          1387 third_party/libxslt/libxslt/extensions.c xsltRegisterExtModuleFunction(const xmlChar * name, const xmlChar * URI,
xmlChar          1418 third_party/libxslt/libxslt/extensions.c xsltExtModuleFunctionLookup(const xmlChar * name, const xmlChar * URI)
xmlChar          1456 third_party/libxslt/libxslt/extensions.c xsltUnregisterExtModuleFunction(const xmlChar * name, const xmlChar * URI)
xmlChar          1621 third_party/libxslt/libxslt/extensions.c xsltRegisterExtModuleElement(const xmlChar * name, const xmlChar * URI,
xmlChar          1667 third_party/libxslt/libxslt/extensions.c                      const xmlChar * name, const xmlChar * URI)
xmlChar          1696 third_party/libxslt/libxslt/extensions.c xsltExtModuleElementLookup(const xmlChar * name, const xmlChar * URI)
xmlChar          1739 third_party/libxslt/libxslt/extensions.c xsltExtModuleElementPreComputeLookup(const xmlChar * name,
xmlChar          1740 third_party/libxslt/libxslt/extensions.c                                      const xmlChar * URI)
xmlChar          1779 third_party/libxslt/libxslt/extensions.c xsltUnregisterExtModuleElement(const xmlChar * name, const xmlChar * URI)
xmlChar          1823 third_party/libxslt/libxslt/extensions.c xsltRegisterExtModuleTopLevel(const xmlChar * name, const xmlChar * URI,
xmlChar          1854 third_party/libxslt/libxslt/extensions.c xsltExtModuleTopLevelLookup(const xmlChar * name, const xmlChar * URI)
xmlChar          1891 third_party/libxslt/libxslt/extensions.c xsltUnregisterExtModuleTopLevel(const xmlChar * name, const xmlChar * URI)
xmlChar          1933 third_party/libxslt/libxslt/extensions.c xsltGetExtInfo(xsltStylesheetPtr style, const xmlChar * URI)
xmlChar          1964 third_party/libxslt/libxslt/extensions.c static xmlChar *testData = NULL;
xmlChar          1965 third_party/libxslt/libxslt/extensions.c static xmlChar *testStyleData = NULL;
xmlChar          1987 third_party/libxslt/libxslt/extensions.c         data = xsltGetExtData(tctxt, (const xmlChar *) XSLT_DEFAULT_URL);
xmlChar          2000 third_party/libxslt/libxslt/extensions.c         data = xsltGetExtData(tctxt, (const xmlChar *) XSLT_DEFAULT_URL);
xmlChar          2039 third_party/libxslt/libxslt/extensions.c         xsltStyleGetExtData(style, (const xmlChar *) XSLT_DEFAULT_URL);
xmlChar          2079 third_party/libxslt/libxslt/extensions.c         xsltGetExtData(ctxt, (const xmlChar *) XSLT_DEFAULT_URL);
xmlChar          2106 third_party/libxslt/libxslt/extensions.c     commentNode = xmlNewComment((const xmlChar *)
xmlChar          2121 third_party/libxslt/libxslt/extensions.c xsltExtInitTest(xsltTransformContextPtr ctxt, const xmlChar * URI)
xmlChar          2156 third_party/libxslt/libxslt/extensions.c                     const xmlChar * URI, void *data)
xmlChar          2183 third_party/libxslt/libxslt/extensions.c                      const xmlChar * URI)
xmlChar          2207 third_party/libxslt/libxslt/extensions.c                          const xmlChar * URI, void *data)
xmlChar          2232 third_party/libxslt/libxslt/extensions.c     xsltRegisterExtModuleFull((const xmlChar *) XSLT_DEFAULT_URL,
xmlChar          2236 third_party/libxslt/libxslt/extensions.c     xsltRegisterExtModuleFunction((const xmlChar *) "test",
xmlChar          2237 third_party/libxslt/libxslt/extensions.c                                   (const xmlChar *) XSLT_DEFAULT_URL,
xmlChar          2239 third_party/libxslt/libxslt/extensions.c     xsltRegisterExtModuleElement((const xmlChar *) "test",
xmlChar          2240 third_party/libxslt/libxslt/extensions.c                                  (const xmlChar *) XSLT_DEFAULT_URL,
xmlChar          2248 third_party/libxslt/libxslt/extensions.c                           xmlChar * name ATTRIBUTE_UNUSED)
xmlChar          2297 third_party/libxslt/libxslt/extensions.c                                 FILE * output, const xmlChar * name,
xmlChar          2298 third_party/libxslt/libxslt/extensions.c                                 const xmlChar * URI,
xmlChar          2299 third_party/libxslt/libxslt/extensions.c                                 const xmlChar * not_used ATTRIBUTE_UNUSED)
xmlChar          2308 third_party/libxslt/libxslt/extensions.c                                 FILE * output, const xmlChar * URI,
xmlChar          2309 third_party/libxslt/libxslt/extensions.c                                 const xmlChar * not_used ATTRIBUTE_UNUSED,
xmlChar          2310 third_party/libxslt/libxslt/extensions.c                                 const xmlChar * not_used2 ATTRIBUTE_UNUSED)
xmlChar            46 third_party/libxslt/libxslt/extensions.h 						 const xmlChar *URI);
xmlChar            57 third_party/libxslt/libxslt/extensions.h 						 const xmlChar *URI,
xmlChar            70 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar            81 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI,
xmlChar            85 third_party/libxslt/libxslt/extensions.h 		xsltRegisterExtModule	(const xmlChar *URI,
xmlChar            90 third_party/libxslt/libxslt/extensions.h 					(const xmlChar * URI,
xmlChar            97 third_party/libxslt/libxslt/extensions.h 		xsltUnregisterExtModule	(const xmlChar * URI);
xmlChar           101 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           105 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           110 third_party/libxslt/libxslt/extensions.h 					 const xmlChar * URI);
xmlChar           127 third_party/libxslt/libxslt/extensions.h 					(const xmlChar *name,
xmlChar           128 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI,
xmlChar           131 third_party/libxslt/libxslt/extensions.h 	xsltExtModuleFunctionLookup	(const xmlChar *name,
xmlChar           132 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           135 third_party/libxslt/libxslt/extensions.h 					(const xmlChar *name,
xmlChar           136 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           159 third_party/libxslt/libxslt/extensions.h 					(const xmlChar *name,
xmlChar           160 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI,
xmlChar           165 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *name,
xmlChar           166 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           169 third_party/libxslt/libxslt/extensions.h 					(const xmlChar *name,
xmlChar           170 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           173 third_party/libxslt/libxslt/extensions.h 					(const xmlChar *name,
xmlChar           174 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           177 third_party/libxslt/libxslt/extensions.h 					(const xmlChar *name,
xmlChar           178 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           188 third_party/libxslt/libxslt/extensions.h 					(const xmlChar *name,
xmlChar           189 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI,
xmlChar           193 third_party/libxslt/libxslt/extensions.h 					(const xmlChar *name,
xmlChar           194 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           197 third_party/libxslt/libxslt/extensions.h 					(const xmlChar *name,
xmlChar           198 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           204 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *name,
xmlChar           205 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI,
xmlChar           209 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *name,
xmlChar           210 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI,
xmlChar           220 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *prefix,
xmlChar           221 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           224 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           227 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           246 third_party/libxslt/libxslt/extensions.h 					 const xmlChar *URI);
xmlChar           195 third_party/libxslt/libxslt/extra.c 	valuePush(ctxt, xmlXPathNewString((const xmlChar *)""));
xmlChar           270 third_party/libxslt/libxslt/extra.c     valuePush(ctxt, xmlXPathNewString((xmlChar *)result));
xmlChar           295 third_party/libxslt/libxslt/extra.c     xsltRegisterExtModuleFunction((const xmlChar *) "node-set",
xmlChar           298 third_party/libxslt/libxslt/extra.c     xsltRegisterExtModuleFunction((const xmlChar *) "node-set",
xmlChar           301 third_party/libxslt/libxslt/extra.c     xsltRegisterExtModuleFunction((const xmlChar *) "node-set",
xmlChar           305 third_party/libxslt/libxslt/extra.c     xsltRegisterExtModuleFunction((const xmlChar *) "localTime",
xmlChar           309 third_party/libxslt/libxslt/extra.c     xsltRegisterExtModuleElement((const xmlChar *) "debug",
xmlChar           313 third_party/libxslt/libxslt/extra.c     xsltRegisterExtModuleElement((const xmlChar *) "output",
xmlChar           317 third_party/libxslt/libxslt/extra.c     xsltRegisterExtModuleElement((const xmlChar *) "write",
xmlChar           321 third_party/libxslt/libxslt/extra.c     xsltRegisterExtModuleElement((const xmlChar *) "document",
xmlChar           325 third_party/libxslt/libxslt/extra.c     xsltRegisterExtModuleElement((const xmlChar *) "document",
xmlChar            27 third_party/libxslt/libxslt/extra.h #define XSLT_LIBXSLT_NAMESPACE ((xmlChar *) "http://xmlsoft.org/XSLT/namespace")
xmlChar            34 third_party/libxslt/libxslt/extra.h #define XSLT_SAXON_NAMESPACE ((xmlChar *) "http://icl.com/saxon")
xmlChar            41 third_party/libxslt/libxslt/extra.h #define XSLT_XT_NAMESPACE ((xmlChar *) "http://www.jclark.com/xt")
xmlChar            48 third_party/libxslt/libxslt/extra.h #define XSLT_XALAN_NAMESPACE ((xmlChar *)	\
xmlChar            56 third_party/libxslt/libxslt/extra.h #define XSLT_NORM_SAXON_NAMESPACE ((xmlChar *)	\
xmlChar            69 third_party/libxslt/libxslt/functions.c 			 const xmlChar *name, const xmlChar *ns_uri) {
xmlChar           105 third_party/libxslt/libxslt/functions.c xsltDocumentFunctionLoadDocument(xmlXPathParserContextPtr ctxt, xmlChar* URI)
xmlChar           109 third_party/libxslt/libxslt/functions.c     xmlChar *fragment;
xmlChar           134 third_party/libxslt/libxslt/functions.c     fragment = (xmlChar *)uri->fragment;
xmlChar           136 third_party/libxslt/libxslt/functions.c         xmlChar *newURI;
xmlChar           228 third_party/libxslt/libxslt/functions.c     xmlChar *base = NULL, *URI;
xmlChar           403 third_party/libxslt/libxslt/functions.c 	xmlChar *key = NULL, *value;
xmlChar           404 third_party/libxslt/libxslt/functions.c 	const xmlChar *keyURI;
xmlChar           406 third_party/libxslt/libxslt/functions.c 	xmlChar *qname, *prefix;
xmlChar           551 third_party/libxslt/libxslt/functions.c     xmlChar *str;
xmlChar           566 third_party/libxslt/libxslt/functions.c 	valuePush(ctxt, xmlXPathNewString((const xmlChar *)""));
xmlChar           572 third_party/libxslt/libxslt/functions.c 	    valuePush(ctxt, xmlXPathNewString((const xmlChar *)""));
xmlChar           577 third_party/libxslt/libxslt/functions.c 		valuePush(ctxt, xmlXPathNewString((const xmlChar *)""));
xmlChar           599 third_party/libxslt/libxslt/functions.c     xmlChar *result;
xmlChar           659 third_party/libxslt/libxslt/functions.c     xmlChar str[30];
xmlChar           732 third_party/libxslt/libxslt/functions.c     xmlChar *prefix, *name;
xmlChar           733 third_party/libxslt/libxslt/functions.c     const xmlChar *nsURI = NULL;
xmlChar           749 third_party/libxslt/libxslt/functions.c 	valuePush(ctxt, xmlXPathNewString((const xmlChar *)""));
xmlChar           764 third_party/libxslt/libxslt/functions.c 	    if (xmlStrEqual(name, (const xmlChar *)"vendor")) {
xmlChar           780 third_party/libxslt/libxslt/functions.c 			       (const xmlChar *)"chunk") != NULL)) {
xmlChar           782 third_party/libxslt/libxslt/functions.c 			(const xmlChar *)"libxslt (SAXON 6.2 compatible)"));
xmlChar           786 third_party/libxslt/libxslt/functions.c 			(const xmlChar *)XSLT_DEFAULT_VENDOR));
xmlChar           790 third_party/libxslt/libxslt/functions.c 	    if (xmlStrEqual(name, (const xmlChar *)"vendor")) {
xmlChar           792 third_party/libxslt/libxslt/functions.c 			  (const xmlChar *)XSLT_DEFAULT_VENDOR));
xmlChar           795 third_party/libxslt/libxslt/functions.c 	    if (xmlStrEqual(name, (const xmlChar *)"version")) {
xmlChar           797 third_party/libxslt/libxslt/functions.c 		    (const xmlChar *)XSLT_DEFAULT_VERSION));
xmlChar           798 third_party/libxslt/libxslt/functions.c 	    } else if (xmlStrEqual(name, (const xmlChar *)"vendor-url")) {
xmlChar           800 third_party/libxslt/libxslt/functions.c 		    (const xmlChar *)XSLT_DEFAULT_URL));
xmlChar           802 third_party/libxslt/libxslt/functions.c 		valuePush(ctxt, xmlXPathNewString((const xmlChar *)""));
xmlChar           824 third_party/libxslt/libxslt/functions.c     xmlChar *prefix, *name;
xmlChar           825 third_party/libxslt/libxslt/functions.c     const xmlChar *nsURI = NULL;
xmlChar           891 third_party/libxslt/libxslt/functions.c     xmlChar *prefix, *name;
xmlChar           892 third_party/libxslt/libxslt/functions.c     const xmlChar *nsURI = NULL;
xmlChar           976 third_party/libxslt/libxslt/functions.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *) "current",
xmlChar           978 third_party/libxslt/libxslt/functions.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *) "document",
xmlChar           980 third_party/libxslt/libxslt/functions.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *) "key", xsltKeyFunction);
xmlChar           981 third_party/libxslt/libxslt/functions.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *) "unparsed-entity-uri",
xmlChar           983 third_party/libxslt/libxslt/functions.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *) "format-number",
xmlChar           985 third_party/libxslt/libxslt/functions.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *) "generate-id",
xmlChar           987 third_party/libxslt/libxslt/functions.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *) "system-property",
xmlChar           989 third_party/libxslt/libxslt/functions.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *) "element-available",
xmlChar           991 third_party/libxslt/libxslt/functions.c     xmlXPathRegisterFunc(ctxt, (const xmlChar *) "function-available",
xmlChar            34 third_party/libxslt/libxslt/functions.h 					 const xmlChar *name,
xmlChar            35 third_party/libxslt/libxslt/functions.h 					 const xmlChar *ns_uri);
xmlChar            90 third_party/libxslt/libxslt/imports.c     xmlChar *base = NULL;
xmlChar            91 third_party/libxslt/libxslt/imports.c     xmlChar *uriRef = NULL;
xmlChar            92 third_party/libxslt/libxslt/imports.c     xmlChar *URI = NULL;
xmlChar            99 third_party/libxslt/libxslt/imports.c     uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
xmlChar           187 third_party/libxslt/libxslt/imports.c     xmlChar *base = NULL;
xmlChar           188 third_party/libxslt/libxslt/imports.c     xmlChar *uriRef = NULL;
xmlChar           189 third_party/libxslt/libxslt/imports.c     xmlChar *URI = NULL;
xmlChar           198 third_party/libxslt/libxslt/imports.c     uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
xmlChar           342 third_party/libxslt/libxslt/imports.c     const xmlChar *val;
xmlChar           349 third_party/libxslt/libxslt/imports.c 	    val = (const xmlChar *)
xmlChar           352 third_party/libxslt/libxslt/imports.c                 val = (const xmlChar *)
xmlChar           357 third_party/libxslt/libxslt/imports.c 	    val = (const xmlChar *)
xmlChar           361 third_party/libxslt/libxslt/imports.c 	    if (xmlStrEqual(val, (xmlChar *) "strip"))
xmlChar           363 third_party/libxslt/libxslt/imports.c 	    if (xmlStrEqual(val, (xmlChar *) "preserve"))
xmlChar           394 third_party/libxslt/libxslt/imports.c xsltFindTemplate(xsltTransformContextPtr ctxt, const xmlChar *name,
xmlChar           395 third_party/libxslt/libxslt/imports.c 	         const xmlChar *nameURI) {
xmlChar            67 third_party/libxslt/libxslt/imports.h 						  const xmlChar *name,
xmlChar            68 third_party/libxslt/libxslt/imports.h 						  const xmlChar *nameURI);
xmlChar            36 third_party/libxslt/libxslt/keys.c xsltInitDocKeyTable(xsltTransformContextPtr ctxt, const xmlChar *name,
xmlChar            37 third_party/libxslt/libxslt/keys.c                     const xmlChar *nameURI);
xmlChar            55 third_party/libxslt/libxslt/keys.c xsltNewKeyDef(const xmlChar *name, const xmlChar *nameURI) {
xmlChar           128 third_party/libxslt/libxslt/keys.c xsltNewKeyTable(const xmlChar *name, const xmlChar *nameURI) {
xmlChar           213 third_party/libxslt/libxslt/keys.c skipString(const xmlChar *cur, int end) {
xmlChar           214 third_party/libxslt/libxslt/keys.c     xmlChar limit;
xmlChar           238 third_party/libxslt/libxslt/keys.c skipPredicate(const xmlChar *cur, int end) {
xmlChar           274 third_party/libxslt/libxslt/keys.c xsltAddKey(xsltStylesheetPtr style, const xmlChar *name,
xmlChar           275 third_party/libxslt/libxslt/keys.c 	   const xmlChar *nameURI, const xmlChar *match,
xmlChar           276 third_party/libxslt/libxslt/keys.c 	   const xmlChar *use, xmlNodePtr inst) {
xmlChar           278 third_party/libxslt/libxslt/keys.c     xmlChar *pattern = NULL;
xmlChar           329 third_party/libxslt/libxslt/keys.c 	    pattern = xmlStrcat(pattern, (xmlChar *)"//");
xmlChar           342 third_party/libxslt/libxslt/keys.c 	    pattern = xmlStrcat(pattern, (xmlChar *)"|");
xmlChar           411 third_party/libxslt/libxslt/keys.c xsltGetKey(xsltTransformContextPtr ctxt, const xmlChar *name,
xmlChar           412 third_party/libxslt/libxslt/keys.c 	   const xmlChar *nameURI, const xmlChar *value) {
xmlChar           473 third_party/libxslt/libxslt/keys.c xsltInitDocKeyTable(xsltTransformContextPtr ctxt, const xmlChar *name,
xmlChar           474 third_party/libxslt/libxslt/keys.c                     const xmlChar *nameURI)
xmlChar           604 third_party/libxslt/libxslt/keys.c     xmlChar *str = NULL;
xmlChar            30 third_party/libxslt/libxslt/keys.h 					 const xmlChar *name,
xmlChar            31 third_party/libxslt/libxslt/keys.h 					 const xmlChar *nameURI,
xmlChar            32 third_party/libxslt/libxslt/keys.h 					 const xmlChar *match,
xmlChar            33 third_party/libxslt/libxslt/keys.h 					 const xmlChar *use,
xmlChar            37 third_party/libxslt/libxslt/keys.h 					 const xmlChar *name,
xmlChar            38 third_party/libxslt/libxslt/keys.h 					 const xmlChar *nameURI,
xmlChar            39 third_party/libxslt/libxslt/keys.h 					 const xmlChar *value);
xmlChar            95 third_party/libxslt/libxslt/namespaces.c     xmlChar *resultPrefix = NULL;
xmlChar            96 third_party/libxslt/libxslt/namespaces.c     xmlChar *stylePrefix = NULL;
xmlChar           128 third_party/libxslt/libxslt/namespaces.c     stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL);
xmlChar           134 third_party/libxslt/libxslt/namespaces.c     if (xmlStrEqual(stylePrefix, (const xmlChar *)"#default"))
xmlChar           149 third_party/libxslt/libxslt/namespaces.c     resultPrefix = xmlGetNsProp(node, (const xmlChar *)"result-prefix", NULL);
xmlChar           155 third_party/libxslt/libxslt/namespaces.c     if (xmlStrEqual(resultPrefix, (const xmlChar *)"#default"))
xmlChar           214 third_party/libxslt/libxslt/namespaces.c     const xmlChar *literalNsName;
xmlChar           215 third_party/libxslt/libxslt/namespaces.c     const xmlChar *targetNsName;
xmlChar           221 third_party/libxslt/libxslt/namespaces.c     stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL);
xmlChar           227 third_party/libxslt/libxslt/namespaces.c     resultPrefix = xmlGetNsProp(node, (const xmlChar *)"result-prefix", NULL);
xmlChar           234 third_party/libxslt/libxslt/namespaces.c     if (xmlStrEqual(stylePrefix, (const xmlChar *)"#default")) {
xmlChar           257 third_party/libxslt/libxslt/namespaces.c     if (xmlStrEqual(resultPrefix, (const xmlChar *)"#default")) {
xmlChar           338 third_party/libxslt/libxslt/namespaces.c 		const xmlChar *nsName, const xmlChar *nsPrefix,
xmlChar           584 third_party/libxslt/libxslt/namespaces.c 	xmlChar pref[30];
xmlChar           652 third_party/libxslt/libxslt/namespaces.c 	const xmlChar *URI = NULL; /* the replacement URI */
xmlChar           660 third_party/libxslt/libxslt/namespaces.c 		URI = (const xmlChar *) 
xmlChar           789 third_party/libxslt/libxslt/namespaces.c 	    const xmlChar *URI;
xmlChar           791 third_party/libxslt/libxslt/namespaces.c 	    URI = (const xmlChar *) xmlHashLookup(ctxt->style->nsAliases,
xmlChar            30 third_party/libxslt/libxslt/namespaces.h #define	UNDEFINED_DEFAULT_NS	(const xmlChar *) -1L
xmlChar            48 third_party/libxslt/libxslt/namespaces.h 					 const xmlChar *URI,
xmlChar            49 third_party/libxslt/libxslt/namespaces.h 					 const xmlChar *prefix,
xmlChar            37 third_party/libxslt/libxslt/numbers.c #define SYMBOL_QUOTE		((xmlChar)'\'')
xmlChar            39 third_party/libxslt/libxslt/numbers.c #define DEFAULT_TOKEN		(xmlChar)'0'
xmlChar            47 third_party/libxslt/libxslt/numbers.c     xmlChar	*separator;
xmlChar            48 third_party/libxslt/libxslt/numbers.c     xmlChar	 token;
xmlChar            55 third_party/libxslt/libxslt/numbers.c     xmlChar		*start;
xmlChar            58 third_party/libxslt/libxslt/numbers.c     xmlChar		*end;
xmlChar            80 third_party/libxslt/libxslt/numbers.c xsltUTF8Size(xmlChar *utf) {
xmlChar            81 third_party/libxslt/libxslt/numbers.c     xmlChar mask;
xmlChar           110 third_party/libxslt/libxslt/numbers.c xsltUTF8Charcmp(xmlChar *utf1, xmlChar *utf2) {
xmlChar           135 third_party/libxslt/libxslt/numbers.c #define IS_DIGIT_ONE(x) xsltIsDigitZero((xmlChar)(x)-1)
xmlChar           172 third_party/libxslt/libxslt/numbers.c     xmlChar temp_string[500];
xmlChar           173 third_party/libxslt/libxslt/numbers.c     xmlChar *pointer;
xmlChar           174 third_party/libxslt/libxslt/numbers.c     xmlChar temp_char[6];
xmlChar           234 third_party/libxslt/libxslt/numbers.c     char temp_string[sizeof(double) * CHAR_BIT * sizeof(xmlChar) + 1];
xmlChar           318 third_party/libxslt/libxslt/numbers.c xsltNumberFormatTokenize(const xmlChar *format,
xmlChar           377 third_party/libxslt/libxslt/numbers.c 	} else if ( (val == (xmlChar)'A') ||
xmlChar           378 third_party/libxslt/libxslt/numbers.c 		    (val == (xmlChar)'a') ||
xmlChar           379 third_party/libxslt/libxslt/numbers.c 		    (val == (xmlChar)'I') ||
xmlChar           380 third_party/libxslt/libxslt/numbers.c 		    (val == (xmlChar)'i') ) {
xmlChar           391 third_party/libxslt/libxslt/numbers.c 	    tokens->tokens[tokens->nTokens].token = (xmlChar)'0';
xmlChar           537 third_party/libxslt/libxslt/numbers.c 			    const xmlChar *count,
xmlChar           538 third_party/libxslt/libxslt/numbers.c 			    const xmlChar *from,
xmlChar           626 third_party/libxslt/libxslt/numbers.c 				 const xmlChar *count,
xmlChar           627 third_party/libxslt/libxslt/numbers.c 				 const xmlChar *from,
xmlChar           701 third_party/libxslt/libxslt/numbers.c 			 const xmlChar *value,
xmlChar           747 third_party/libxslt/libxslt/numbers.c 					     (const xmlChar *) "format",
xmlChar           779 third_party/libxslt/libxslt/numbers.c 	if (xmlStrEqual(data->level, (const xmlChar *) "single")) {
xmlChar           795 third_party/libxslt/libxslt/numbers.c 	} else if (xmlStrEqual(data->level, (const xmlChar *) "multiple")) {
xmlChar           813 third_party/libxslt/libxslt/numbers.c 	} else if (xmlStrEqual(data->level, (const xmlChar *) "any")) {
xmlChar           852 third_party/libxslt/libxslt/numbers.c xsltFormatNumberPreSuffix(xsltDecimalFormatPtr self, xmlChar **format, xsltFormatNumberInfoPtr info)
xmlChar           944 third_party/libxslt/libxslt/numbers.c 			   xmlChar *format,
xmlChar           946 third_party/libxslt/libxslt/numbers.c 			   xmlChar **result)
xmlChar           950 third_party/libxslt/libxslt/numbers.c     xmlChar *the_format, *prefix = NULL, *suffix = NULL;
xmlChar           951 third_party/libxslt/libxslt/numbers.c     xmlChar *nprefix, *nsuffix = NULL;
xmlChar           952 third_party/libxslt/libxslt/numbers.c     xmlChar pchar;
xmlChar          1172 third_party/libxslt/libxslt/numbers.c 	    the_format = (xmlChar *)xmlUTF8Strpos(format, j + 1);
xmlChar            29 third_party/libxslt/libxslt/numbersInternals.h     const xmlChar *level;
xmlChar            30 third_party/libxslt/libxslt/numbersInternals.h     const xmlChar *count;
xmlChar            31 third_party/libxslt/libxslt/numbersInternals.h     const xmlChar *from;
xmlChar            32 third_party/libxslt/libxslt/numbersInternals.h     const xmlChar *value;
xmlChar            33 third_party/libxslt/libxslt/numbersInternals.h     const xmlChar *format;
xmlChar            87 third_party/libxslt/libxslt/pattern.c     xmlChar *value;
xmlChar            88 third_party/libxslt/libxslt/pattern.c     xmlChar *value2;
xmlChar            89 third_party/libxslt/libxslt/pattern.c     xmlChar *value3;
xmlChar           102 third_party/libxslt/libxslt/pattern.c     const xmlChar *pattern;       /* the pattern */
xmlChar           103 third_party/libxslt/libxslt/pattern.c     const xmlChar *mode;         /* the mode */
xmlChar           104 third_party/libxslt/libxslt/pattern.c     const xmlChar *modeURI;      /* the mode URI */
xmlChar           121 third_party/libxslt/libxslt/pattern.c     const xmlChar *cur;			/* the current char being parsed */
xmlChar           122 third_party/libxslt/libxslt/pattern.c     const xmlChar *base;		/* the full expression */
xmlChar           183 third_party/libxslt/libxslt/pattern.c 	xmlFree((xmlChar *)comp->pattern);
xmlChar           229 third_party/libxslt/libxslt/pattern.c         void *data, const xmlChar *name ATTRIBUTE_UNUSED) {
xmlChar           294 third_party/libxslt/libxslt/pattern.c                  xsltOp op, xmlChar * value, xmlChar * value2, int novar)
xmlChar           369 third_party/libxslt/libxslt/pattern.c 	register xmlChar *tmp;
xmlChar           414 third_party/libxslt/libxslt/pattern.c 	register xmlChar *tmp;
xmlChar           458 third_party/libxslt/libxslt/pattern.c 		xmlChar *query;
xmlChar           460 third_party/libxslt/libxslt/pattern.c 		query = xmlStrdup((const xmlChar *)"//");
xmlChar           463 third_party/libxslt/libxslt/pattern.c 		xmlFree((xmlChar *) comp->pattern);
xmlChar           628 third_party/libxslt/libxslt/pattern.c 	          xmlNodePtr node, const xmlChar *mode,
xmlChar           629 third_party/libxslt/libxslt/pattern.c 		  const xmlChar *modeURI) {
xmlChar          1263 third_party/libxslt/libxslt/pattern.c static xmlChar *
xmlChar          1265 third_party/libxslt/libxslt/pattern.c     const xmlChar *q, *cur;
xmlChar          1266 third_party/libxslt/libxslt/pattern.c     xmlChar *ret = NULL;
xmlChar          1319 third_party/libxslt/libxslt/pattern.c static xmlChar *
xmlChar          1321 third_party/libxslt/libxslt/pattern.c     const xmlChar *q, *cur;
xmlChar          1322 third_party/libxslt/libxslt/pattern.c     xmlChar *ret = NULL;
xmlChar          1363 third_party/libxslt/libxslt/pattern.c xsltCompileIdKeyPattern(xsltParserContextPtr ctxt, xmlChar *name,
xmlChar          1365 third_party/libxslt/libxslt/pattern.c     xmlChar *lit = NULL;
xmlChar          1366 third_party/libxslt/libxslt/pattern.c     xmlChar *lit2 = NULL;
xmlChar          1374 third_party/libxslt/libxslt/pattern.c     if ((aid) && (xmlStrEqual(name, (const xmlChar *)"id"))) {
xmlChar          1395 third_party/libxslt/libxslt/pattern.c     } else if ((aid) && (xmlStrEqual(name, (const xmlChar *)"key"))) {
xmlChar          1429 third_party/libxslt/libxslt/pattern.c     } else if (xmlStrEqual(name, (const xmlChar *)"processing-instruction")) {
xmlChar          1446 third_party/libxslt/libxslt/pattern.c     } else if (xmlStrEqual(name, (const xmlChar *)"text")) {
xmlChar          1457 third_party/libxslt/libxslt/pattern.c     } else if (xmlStrEqual(name, (const xmlChar *)"comment")) {
xmlChar          1468 third_party/libxslt/libxslt/pattern.c     } else if (xmlStrEqual(name, (const xmlChar *)"node")) {
xmlChar          1523 third_party/libxslt/libxslt/pattern.c xsltCompileStepPattern(xsltParserContextPtr ctxt, xmlChar *token, int novar) {
xmlChar          1524 third_party/libxslt/libxslt/pattern.c     xmlChar *name = NULL;
xmlChar          1525 third_party/libxslt/libxslt/pattern.c     const xmlChar *URI = NULL;
xmlChar          1526 third_party/libxslt/libxslt/pattern.c     xmlChar *URL = NULL;
xmlChar          1565 third_party/libxslt/libxslt/pattern.c 	    xmlChar *prefix = token;
xmlChar          1615 third_party/libxslt/libxslt/pattern.c 	    if (xmlStrEqual(token, (const xmlChar *) "child")) {
xmlChar          1617 third_party/libxslt/libxslt/pattern.c 	    } else if (xmlStrEqual(token, (const xmlChar *) "attribute")) {
xmlChar          1649 third_party/libxslt/libxslt/pattern.c 	const xmlChar *q;
xmlChar          1650 third_party/libxslt/libxslt/pattern.c 	xmlChar *ret = NULL;
xmlChar          1709 third_party/libxslt/libxslt/pattern.c xsltCompileRelativePathPattern(xsltParserContextPtr ctxt, xmlChar *token, int novar) {
xmlChar          1779 third_party/libxslt/libxslt/pattern.c 	xmlChar *name;
xmlChar          1830 third_party/libxslt/libxslt/pattern.c xsltCompilePatternInternal(const xmlChar *pattern, xmlDocPtr doc,
xmlChar          2005 third_party/libxslt/libxslt/pattern.c xsltCompilePattern(const xmlChar *pattern, xmlDocPtr doc,
xmlChar          2030 third_party/libxslt/libxslt/pattern.c 	        const xmlChar *mode, const xmlChar *modeURI) {
xmlChar          2037 third_party/libxslt/libxslt/pattern.c     const xmlChar *name = NULL;
xmlChar          2242 third_party/libxslt/libxslt/pattern.c     const xmlChar *name = NULL;
xmlChar            36 third_party/libxslt/libxslt/pattern.h 		xsltCompilePattern	(const xmlChar *pattern,
xmlChar            50 third_party/libxslt/libxslt/pattern.h 					 const xmlChar *name);
xmlChar            58 third_party/libxslt/libxslt/pattern.h 					 const xmlChar *mode,
xmlChar            59 third_party/libxslt/libxslt/pattern.h 					 const xmlChar *modeURI);
xmlChar            72 third_party/libxslt/libxslt/pattern.h 					 const xmlChar *pattern,
xmlChar            47 third_party/libxslt/libxslt/preproc.c const xmlChar *xsltExtMarker = (const xmlChar *) "Extension Element";
xmlChar           165 third_party/libxslt/libxslt/preproc.c                        const xmlChar *allow1, const xmlChar *allow2) {
xmlChar           528 third_party/libxslt/libxslt/preproc.c     const xmlChar *filename = NULL;
xmlChar           554 third_party/libxslt/libxslt/preproc.c     if (xmlStrEqual(inst->name, (const xmlChar *) "output")) {
xmlChar           568 third_party/libxslt/libxslt/preproc.c 			 (const xmlChar *)"file",
xmlChar           570 third_party/libxslt/libxslt/preproc.c     } else if (xmlStrEqual(inst->name, (const xmlChar *) "write")) {
xmlChar           584 third_party/libxslt/libxslt/preproc.c     } else if (xmlStrEqual(inst->name, (const xmlChar *) "document")) {
xmlChar           598 third_party/libxslt/libxslt/preproc.c 		    (const xmlChar *)"http://exslt.org/common")) {
xmlChar           641 third_party/libxslt/libxslt/preproc.c 	    (const xmlChar *)"href", NULL, &comp->has_filename);
xmlChar           687 third_party/libxslt/libxslt/preproc.c 			 (const xmlChar *)"data-type",
xmlChar           690 third_party/libxslt/libxslt/preproc.c 	if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
xmlChar           692 third_party/libxslt/libxslt/preproc.c 	else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
xmlChar           702 third_party/libxslt/libxslt/preproc.c 			      (const xmlChar *)"order",
xmlChar           705 third_party/libxslt/libxslt/preproc.c 	if (xmlStrEqual(comp->order, (const xmlChar *) "ascending"))
xmlChar           707 third_party/libxslt/libxslt/preproc.c 	else if (xmlStrEqual(comp->order, (const xmlChar *) "descending"))
xmlChar           717 third_party/libxslt/libxslt/preproc.c 			      (const xmlChar *)"case-order",
xmlChar           720 third_party/libxslt/libxslt/preproc.c 	if (xmlStrEqual(comp->case_order, (const xmlChar *) "upper-first"))
xmlChar           722 third_party/libxslt/libxslt/preproc.c 	else if (xmlStrEqual(comp->case_order, (const xmlChar *) "lower-first"))
xmlChar           733 third_party/libxslt/libxslt/preproc.c 				 (const xmlChar *)"lang",
xmlChar           742 third_party/libxslt/libxslt/preproc.c     comp->select = xsltGetCNsProp(style, inst,(const xmlChar *)"select", XSLT_NAMESPACE);
xmlChar           794 third_party/libxslt/libxslt/preproc.c     comp->use = xsltGetCNsProp(style, inst, (const xmlChar *)"use-attribute-sets",
xmlChar           822 third_party/libxslt/libxslt/preproc.c     const xmlChar *prop;
xmlChar           839 third_party/libxslt/libxslt/preproc.c 	    (const xmlChar *)"disable-output-escaping",
xmlChar           842 third_party/libxslt/libxslt/preproc.c 	if (xmlStrEqual(prop, (const xmlChar *)"yes")) {
xmlChar           845 third_party/libxslt/libxslt/preproc.c 	    (const xmlChar *)"no")){
xmlChar           898 third_party/libxslt/libxslt/preproc.c 	(const xmlChar *)"name", NULL, &comp->has_name);
xmlChar           912 third_party/libxslt/libxslt/preproc.c 	(const xmlChar *)"namespace", NULL, &comp->has_ns);
xmlChar           921 third_party/libxslt/libxslt/preproc.c 	    const xmlChar *prefix = NULL, *name;
xmlChar           952 third_party/libxslt/libxslt/preproc.c 		(!xmlStrncasecmp(prefix, (xmlChar *)"xml", 3)))
xmlChar           965 third_party/libxslt/libxslt/preproc.c 		       (const xmlChar *)"use-attribute-sets",
xmlChar          1016 third_party/libxslt/libxslt/preproc.c 				 (const xmlChar *)"name",
xmlChar          1031 third_party/libxslt/libxslt/preproc.c 	(const xmlChar *)"namespace",
xmlChar          1041 third_party/libxslt/libxslt/preproc.c 	    const xmlChar *prefix = NULL, *name;
xmlChar          1073 third_party/libxslt/libxslt/preproc.c 		if (!xmlStrncasecmp(prefix, (xmlChar *) "xmlns", 5)) {
xmlChar          1159 third_party/libxslt/libxslt/preproc.c 				 (const xmlChar *)"name",
xmlChar          1192 third_party/libxslt/libxslt/preproc.c     comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select",
xmlChar          1223 third_party/libxslt/libxslt/preproc.c     const xmlChar *prop;
xmlChar          1240 third_party/libxslt/libxslt/preproc.c 	    (const xmlChar *)"disable-output-escaping",
xmlChar          1243 third_party/libxslt/libxslt/preproc.c 	if (xmlStrEqual(prop, (const xmlChar *)"yes")) {
xmlChar          1246 third_party/libxslt/libxslt/preproc.c 				(const xmlChar *)"no")){
xmlChar          1252 third_party/libxslt/libxslt/preproc.c     comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select",
xmlChar          1271 third_party/libxslt/libxslt/preproc.c 		     const xmlChar *propName,
xmlChar          1273 third_party/libxslt/libxslt/preproc.c 		     int *hasProp, const xmlChar **nsName,
xmlChar          1274 third_party/libxslt/libxslt/preproc.c 		     const xmlChar** localName)
xmlChar          1276 third_party/libxslt/libxslt/preproc.c     const xmlChar *prop;
xmlChar          1294 third_party/libxslt/libxslt/preproc.c         const xmlChar *URI;
xmlChar          1374 third_party/libxslt/libxslt/preproc.c     comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select",
xmlChar          1407 third_party/libxslt/libxslt/preproc.c     const xmlChar *prop;
xmlChar          1427 third_party/libxslt/libxslt/preproc.c     comp->numdata.value = xsltGetCNsProp(style, cur, (const xmlChar *)"value",
xmlChar          1431 third_party/libxslt/libxslt/preproc.c 			 (const xmlChar *)"format",
xmlChar          1439 third_party/libxslt/libxslt/preproc.c     comp->numdata.count = xsltGetCNsProp(style, cur, (const xmlChar *)"count",
xmlChar          1441 third_party/libxslt/libxslt/preproc.c     comp->numdata.from = xsltGetCNsProp(style, cur, (const xmlChar *)"from",
xmlChar          1444 third_party/libxslt/libxslt/preproc.c     prop = xsltGetCNsProp(style, cur, (const xmlChar *)"level", XSLT_NAMESPACE);
xmlChar          1457 third_party/libxslt/libxslt/preproc.c     prop = xsltGetCNsProp(style, cur, (const xmlChar *)"lang", XSLT_NAMESPACE);
xmlChar          1464 third_party/libxslt/libxslt/preproc.c     prop = xsltGetCNsProp(style, cur, (const xmlChar *)"letter-value", XSLT_NAMESPACE);
xmlChar          1483 third_party/libxslt/libxslt/preproc.c     prop = xsltGetCNsProp(style, cur, (const xmlChar *)"grouping-separator",
xmlChar          1491 third_party/libxslt/libxslt/preproc.c     prop = xsltGetCNsProp(style, cur, (const xmlChar *)"grouping-size", XSLT_NAMESPACE);
xmlChar          1690 third_party/libxslt/libxslt/preproc.c     comp->test = xsltGetCNsProp(style, inst, (const xmlChar *)"test", XSLT_NAMESPACE);
xmlChar          1736 third_party/libxslt/libxslt/preproc.c     comp->test = xsltGetCNsProp(style, inst, (const xmlChar *)"test", XSLT_NAMESPACE);
xmlChar          1782 third_party/libxslt/libxslt/preproc.c     comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select",
xmlChar          1844 third_party/libxslt/libxslt/preproc.c     comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select",
xmlChar          1903 third_party/libxslt/libxslt/preproc.c     comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select",
xmlChar            25 third_party/libxslt/libxslt/preproc.h extern const xmlChar *xsltExtMarker;
xmlChar           369 third_party/libxslt/libxslt/security.c 	       xsltTransformContextPtr ctxt, const xmlChar *URL) {
xmlChar           434 third_party/libxslt/libxslt/security.c 	      xsltTransformContextPtr ctxt, const xmlChar *URL) {
xmlChar            93 third_party/libxslt/libxslt/security.h 						 const xmlChar *URL);
xmlChar            97 third_party/libxslt/libxslt/security.h 						 const xmlChar *URL);
xmlChar           116 third_party/libxslt/libxslt/templates.c xmlChar *
xmlChar           119 third_party/libxslt/libxslt/templates.c     xmlChar *ret = NULL;
xmlChar           176 third_party/libxslt/libxslt/templates.c xmlChar *
xmlChar           194 third_party/libxslt/libxslt/templates.c xmlChar *
xmlChar           200 third_party/libxslt/libxslt/templates.c     xmlChar *ret;
xmlChar           215 third_party/libxslt/libxslt/templates.c 	                   (const xmlChar *)"fake", NULL);
xmlChar           256 third_party/libxslt/libxslt/templates.c xmlChar *
xmlChar           258 third_party/libxslt/libxslt/templates.c 	  const xmlChar *str, xmlNodePtr inst)
xmlChar           260 third_party/libxslt/libxslt/templates.c     xmlChar *ret = NULL;
xmlChar           261 third_party/libxslt/libxslt/templates.c     const xmlChar *cur;
xmlChar           262 third_party/libxslt/libxslt/templates.c     xmlChar *expr, *val;
xmlChar           268 third_party/libxslt/libxslt/templates.c 	return(xmlStrndup((xmlChar *)"", 0));
xmlChar           357 third_party/libxslt/libxslt/templates.c xmlChar *
xmlChar           358 third_party/libxslt/libxslt/templates.c xsltAttrTemplateValueProcess(xsltTransformContextPtr ctxt, const xmlChar *str) {
xmlChar           377 third_party/libxslt/libxslt/templates.c xmlChar *
xmlChar           379 third_party/libxslt/libxslt/templates.c 	                  const xmlChar *name, const xmlChar *ns)
xmlChar           381 third_party/libxslt/libxslt/templates.c     xmlChar *ret;
xmlChar           382 third_party/libxslt/libxslt/templates.c     xmlChar *expr;
xmlChar           422 third_party/libxslt/libxslt/templates.c const xmlChar *
xmlChar           424 third_party/libxslt/libxslt/templates.c 			const xmlChar *name, const xmlChar *ns, int *found) {
xmlChar           425 third_party/libxslt/libxslt/templates.c     const xmlChar *ret;
xmlChar           426 third_party/libxslt/libxslt/templates.c     xmlChar *expr;
xmlChar           466 third_party/libxslt/libxslt/templates.c     const xmlChar *value;
xmlChar           552 third_party/libxslt/libxslt/templates.c 		xmlChar *val;
xmlChar           578 third_party/libxslt/libxslt/templates.c 		text->content = (xmlChar *) value;
xmlChar           624 third_party/libxslt/libxslt/templates.c     const xmlChar *value;
xmlChar           625 third_party/libxslt/libxslt/templates.c     xmlChar *valueAVT;
xmlChar           765 third_party/libxslt/libxslt/templates.c 		text->content = (xmlChar *) value;
xmlChar           787 third_party/libxslt/libxslt/templates.c 	    xmlStrEqual(attr->name, (const xmlChar *)"use-attribute-sets"))
xmlChar           793 third_party/libxslt/libxslt/templates.c 	    xmlStrEqual(attr->name, (const xmlChar *)"use-attribute-sets") &&
xmlChar            28 third_party/libxslt/libxslt/templates.h XSLTPUBFUN xmlChar * XSLTCALL	
xmlChar            32 third_party/libxslt/libxslt/templates.h XSLTPUBFUN xmlChar * XSLTCALL	
xmlChar            35 third_party/libxslt/libxslt/templates.h 						 const xmlChar *name,
xmlChar            36 third_party/libxslt/libxslt/templates.h 						 const xmlChar *ns);
xmlChar            37 third_party/libxslt/libxslt/templates.h XSLTPUBFUN const xmlChar * XSLTCALL	
xmlChar            40 third_party/libxslt/libxslt/templates.h 						 const xmlChar *name,
xmlChar            41 third_party/libxslt/libxslt/templates.h 						 const xmlChar *ns,
xmlChar            45 third_party/libxslt/libxslt/templates.h XSLTPUBFUN xmlChar * XSLTCALL	
xmlChar            48 third_party/libxslt/libxslt/templates.h XSLTPUBFUN xmlChar * XSLTCALL	
xmlChar            65 third_party/libxslt/libxslt/templates.h XSLTPUBFUN xmlChar * XSLTCALL	
xmlChar            67 third_party/libxslt/libxslt/templates.h 						 const xmlChar* attr);
xmlChar            68 third_party/libxslt/libxslt/templates.h XSLTPUBFUN xmlChar * XSLTCALL	
xmlChar            70 third_party/libxslt/libxslt/templates.h 						 const xmlChar* str,
xmlChar            62 third_party/libxslt/libxslt/transform.c static int xsltGetHTMLIDs(const xmlChar *version, const xmlChar **publicID,
xmlChar            63 third_party/libxslt/libxslt/transform.c 			  const xmlChar **systemID);
xmlChar           661 third_party/libxslt/libxslt/transform.c 		  const xmlChar *string, int len) {
xmlChar           671 third_party/libxslt/libxslt/transform.c 	    xmlChar *newbuf;
xmlChar           676 third_party/libxslt/libxslt/transform.c 	    newbuf = (xmlChar *) xmlRealloc(target->content,size);
xmlChar           714 third_party/libxslt/libxslt/transform.c 	           const xmlChar *string, int noescape)
xmlChar           987 third_party/libxslt/libxslt/transform.c     xmlChar *value;
xmlChar          1054 third_party/libxslt/libxslt/transform.c 		(xmlChar *) xmlDictLookup(target->doc->dict,
xmlChar          1088 third_party/libxslt/libxslt/transform.c     xmlChar *value;
xmlChar          2754 third_party/libxslt/libxslt/transform.c 		    const xmlChar *URI = NULL;
xmlChar          2768 third_party/libxslt/libxslt/transform.c 			    URI = (const xmlChar *)
xmlChar          3220 third_party/libxslt/libxslt/transform.c     xmlChar *filename = NULL, *prop, *elements;
xmlChar          3221 third_party/libxslt/libxslt/transform.c     xmlChar *element, *end;
xmlChar          3227 third_party/libxslt/libxslt/transform.c     xmlChar *URL = NULL;
xmlChar          3228 third_party/libxslt/libxslt/transform.c     const xmlChar *method;
xmlChar          3229 third_party/libxslt/libxslt/transform.c     const xmlChar *doctypePublic;
xmlChar          3230 third_party/libxslt/libxslt/transform.c     const xmlChar *doctypeSystem;
xmlChar          3231 third_party/libxslt/libxslt/transform.c     const xmlChar *version;
xmlChar          3232 third_party/libxslt/libxslt/transform.c     const xmlChar *encoding;
xmlChar          3239 third_party/libxslt/libxslt/transform.c         if (xmlStrEqual(inst->name, (const xmlChar *) "output")) {
xmlChar          3250 third_party/libxslt/libxslt/transform.c                                                  (const xmlChar *) "file",
xmlChar          3255 third_party/libxslt/libxslt/transform.c                                                  (const xmlChar *) "href",
xmlChar          3257 third_party/libxslt/libxslt/transform.c         } else if (xmlStrEqual(inst->name, (const xmlChar *) "write")) {
xmlChar          3263 third_party/libxslt/libxslt/transform.c                                                  (const xmlChar *)
xmlChar          3268 third_party/libxslt/libxslt/transform.c 		xmlChar *val;
xmlChar          3284 third_party/libxslt/libxslt/transform.c 						     (const xmlChar *)
xmlChar          3289 third_party/libxslt/libxslt/transform.c 						     (const xmlChar *)
xmlChar          3292 third_party/libxslt/libxslt/transform.c         } else if (xmlStrEqual(inst->name, (const xmlChar *) "document")) {
xmlChar          3294 third_party/libxslt/libxslt/transform.c                                                  (const xmlChar *) "href",
xmlChar          3311 third_party/libxslt/libxslt/transform.c     filename = xmlBuildURI(URL, (const xmlChar *) ctxt->outputFile);
xmlChar          3313 third_party/libxslt/libxslt/transform.c 	xmlChar *escURL;
xmlChar          3317 third_party/libxslt/libxslt/transform.c 	    filename = xmlBuildURI(escURL, (const xmlChar *) ctxt->outputFile);
xmlChar          3363 third_party/libxslt/libxslt/transform.c 				     (const xmlChar *) "version",
xmlChar          3371 third_party/libxslt/libxslt/transform.c 				     (const xmlChar *) "encoding",
xmlChar          3379 third_party/libxslt/libxslt/transform.c 				     (const xmlChar *) "method",
xmlChar          3382 third_party/libxslt/libxslt/transform.c 	const xmlChar *URI;
xmlChar          3395 third_party/libxslt/libxslt/transform.c 	    if ((xmlStrEqual(prop, (const xmlChar *) "xml")) ||
xmlChar          3396 third_party/libxslt/libxslt/transform.c 		(xmlStrEqual(prop, (const xmlChar *) "html")) ||
xmlChar          3397 third_party/libxslt/libxslt/transform.c 		(xmlStrEqual(prop, (const xmlChar *) "text"))) {
xmlChar          3410 third_party/libxslt/libxslt/transform.c 				     (const xmlChar *)
xmlChar          3418 third_party/libxslt/libxslt/transform.c 				     (const xmlChar *)
xmlChar          3426 third_party/libxslt/libxslt/transform.c 				     (const xmlChar *) "standalone",
xmlChar          3429 third_party/libxslt/libxslt/transform.c 	if (xmlStrEqual(prop, (const xmlChar *) "yes")) {
xmlChar          3431 third_party/libxslt/libxslt/transform.c 	} else if (xmlStrEqual(prop, (const xmlChar *) "no")) {
xmlChar          3443 third_party/libxslt/libxslt/transform.c 				     (const xmlChar *) "indent",
xmlChar          3446 third_party/libxslt/libxslt/transform.c 	if (xmlStrEqual(prop, (const xmlChar *) "yes")) {
xmlChar          3448 third_party/libxslt/libxslt/transform.c 	} else if (xmlStrEqual(prop, (const xmlChar *) "no")) {
xmlChar          3459 third_party/libxslt/libxslt/transform.c 				     (const xmlChar *)
xmlChar          3463 third_party/libxslt/libxslt/transform.c 	if (xmlStrEqual(prop, (const xmlChar *) "yes")) {
xmlChar          3465 third_party/libxslt/libxslt/transform.c 	} else if (xmlStrEqual(prop, (const xmlChar *) "no")) {
xmlChar          3477 third_party/libxslt/libxslt/transform.c 					 (const xmlChar *)
xmlChar          3497 third_party/libxslt/libxslt/transform.c 		const xmlChar *URI;
xmlChar          3507 third_party/libxslt/libxslt/transform.c 			        (xmlChar *) "cdata");
xmlChar          3525 third_party/libxslt/libxslt/transform.c 	(!xmlStrEqual(method, (const xmlChar *) "xml"))) {
xmlChar          3526 third_party/libxslt/libxslt/transform.c 	if (xmlStrEqual(method, (const xmlChar *) "html")) {
xmlChar          3542 third_party/libxslt/libxslt/transform.c 	} else if (xmlStrEqual(method, (const xmlChar *) "xhtml")) {
xmlChar          3552 third_party/libxslt/libxslt/transform.c 	} else if (xmlStrEqual(method, (const xmlChar *) "text")) {
xmlChar          3593 third_party/libxslt/libxslt/transform.c         const xmlChar *doctype = NULL;
xmlChar          3605 third_party/libxslt/libxslt/transform.c             (!xmlStrcasecmp(root->name, (const xmlChar *) "html"))) {
xmlChar          3881 third_party/libxslt/libxslt/transform.c     xmlChar *prop = NULL;
xmlChar          3882 third_party/libxslt/libxslt/transform.c     const xmlChar *name, *prefix = NULL, *nsName = NULL;
xmlChar          3904 third_party/libxslt/libxslt/transform.c 	    (const xmlChar *) "name", XSLT_NAMESPACE);
xmlChar          3919 third_party/libxslt/libxslt/transform.c 	    (!xmlStrncasecmp(prefix, (xmlChar *)"xml", 3)))
xmlChar          3942 third_party/libxslt/libxslt/transform.c 	copy = xmlNewDocNodeEatName(ctxt->output, NULL, (xmlChar *)name, NULL);
xmlChar          3944 third_party/libxslt/libxslt/transform.c 	copy = xmlNewDocNode(ctxt->output, NULL, (xmlChar *)name, NULL);
xmlChar          3965 third_party/libxslt/libxslt/transform.c 	    xmlChar *tmpNsName;
xmlChar          3971 third_party/libxslt/libxslt/transform.c 		(const xmlChar *) "namespace", XSLT_NAMESPACE);
xmlChar          4027 third_party/libxslt/libxslt/transform.c 	    xmlChar *attrSets = NULL;
xmlChar          4033 third_party/libxslt/libxslt/transform.c 		(const xmlChar *)"use-attribute-sets", NULL);
xmlChar          4065 third_party/libxslt/libxslt/transform.c     xmlChar *value = NULL;
xmlChar          4114 third_party/libxslt/libxslt/transform.c     const xmlChar *name;
xmlChar          4115 third_party/libxslt/libxslt/transform.c     xmlChar *value = NULL;
xmlChar          4125 third_party/libxslt/libxslt/transform.c 			    (const xmlChar *)"name", NULL);
xmlChar          4158 third_party/libxslt/libxslt/transform.c         xmlFree((xmlChar *) name);
xmlChar          4315 third_party/libxslt/libxslt/transform.c 	    xmlChar *value = NULL;
xmlChar          4368 third_party/libxslt/libxslt/transform.c     xmlChar *value = NULL;
xmlChar          4689 third_party/libxslt/libxslt/transform.c     const xmlChar *oldMode, *oldModeURI;
xmlChar          4843 third_party/libxslt/libxslt/transform.c 			const xmlChar *val;
xmlChar          4846 third_party/libxslt/libxslt/transform.c 			    val = (const xmlChar *)
xmlChar          4851 third_party/libxslt/libxslt/transform.c 				val = (const xmlChar *)
xmlChar          4857 third_party/libxslt/libxslt/transform.c 			    val = (const xmlChar *)
xmlChar          4862 third_party/libxslt/libxslt/transform.c 			    (xmlStrEqual(val, (xmlChar *) "strip"))) {
xmlChar          5691 third_party/libxslt/libxslt/transform.c xsltGetHTMLIDs(const xmlChar *version, const xmlChar **publicID,
xmlChar          5692 third_party/libxslt/libxslt/transform.c 	            const xmlChar **systemID) {
xmlChar          5699 third_party/libxslt/libxslt/transform.c 		           (const xmlChar *) xsltHTMLVersions[i].version)) {
xmlChar          5701 third_party/libxslt/libxslt/transform.c 		*publicID = (const xmlChar *) xsltHTMLVersions[i].public;
xmlChar          5703 third_party/libxslt/libxslt/transform.c 		*systemID = (const xmlChar *) xsltHTMLVersions[i].system;
xmlChar          5846 third_party/libxslt/libxslt/transform.c     const xmlChar *method;
xmlChar          5847 third_party/libxslt/libxslt/transform.c     const xmlChar *doctypePublic;
xmlChar          5848 third_party/libxslt/libxslt/transform.c     const xmlChar *doctypeSystem;
xmlChar          5849 third_party/libxslt/libxslt/transform.c     const xmlChar *version;
xmlChar          5850 third_party/libxslt/libxslt/transform.c     const xmlChar *encoding;
xmlChar          5927 third_party/libxslt/libxslt/transform.c 	(!xmlStrEqual(method, (const xmlChar *) "xml")))
xmlChar          5929 third_party/libxslt/libxslt/transform.c         if (xmlStrEqual(method, (const xmlChar *) "html")) {
xmlChar          5967 third_party/libxslt/libxslt/transform.c         } else if (xmlStrEqual(method, (const xmlChar *) "xhtml")) {
xmlChar          5982 third_party/libxslt/libxslt/transform.c         } else if (xmlStrEqual(method, (const xmlChar *) "text")) {
xmlChar          6101 third_party/libxslt/libxslt/transform.c         const xmlChar *doctype = NULL;
xmlChar          6113 third_party/libxslt/libxslt/transform.c             (!xmlStrcasecmp(root->name, (const xmlChar *) "html"))) {
xmlChar          6189 third_party/libxslt/libxslt/transform.c 	ret = xsltCheckWrite(ctxt->sec, ctxt, (const xmlChar *) output);
xmlChar          6398 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "apply-templates",
xmlChar          6401 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "apply-imports",
xmlChar          6404 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "call-template",
xmlChar          6407 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "element",
xmlChar          6410 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "attribute",
xmlChar          6413 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "text",
xmlChar          6416 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "processing-instruction",
xmlChar          6419 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "comment",
xmlChar          6422 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "copy",
xmlChar          6425 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "value-of",
xmlChar          6428 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "number",
xmlChar          6431 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "for-each",
xmlChar          6434 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "if",
xmlChar          6437 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "choose",
xmlChar          6440 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "sort",
xmlChar          6443 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "copy-of",
xmlChar          6446 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "message",
xmlChar          6453 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "variable",
xmlChar          6456 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "param",
xmlChar          6459 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "with-param",
xmlChar          6462 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "decimal-format",
xmlChar          6465 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "when",
xmlChar          6468 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "otherwise",
xmlChar          6471 third_party/libxslt/libxslt/transform.c     xsltRegisterExtElement(ctxt, (const xmlChar *) "fallback",
xmlChar           181 third_party/libxslt/libxslt/transform.h 					 const xmlChar *string,
xmlChar            40 third_party/libxslt/libxslt/variables.c const xmlChar *xsltDocFragFake = (const xmlChar *) " fake node libxslt";
xmlChar            43 third_party/libxslt/libxslt/variables.c const xmlChar *xsltComputingGlobalVarMarker =
xmlChar            44 third_party/libxslt/libxslt/variables.c  (const xmlChar *) " var/param being computed";
xmlChar           627 third_party/libxslt/libxslt/variables.c xsltStackLookup(xsltTransformContextPtr ctxt, const xmlChar *name,
xmlChar           628 third_party/libxslt/libxslt/variables.c 	        const xmlChar *nameURI) {
xmlChar           693 third_party/libxslt/libxslt/variables.c xsltCheckStackElem(xsltTransformContextPtr ctxt, const xmlChar *name,
xmlChar           694 third_party/libxslt/libxslt/variables.c 	           const xmlChar *nameURI) {
xmlChar          1022 third_party/libxslt/libxslt/variables.c     const xmlChar* oldVarName;
xmlChar          1314 third_party/libxslt/libxslt/variables.c xsltRegisterGlobalVariable(xsltStylesheetPtr style, const xmlChar *name,
xmlChar          1315 third_party/libxslt/libxslt/variables.c 		     const xmlChar *ns_uri, const xmlChar *sel,
xmlChar          1317 third_party/libxslt/libxslt/variables.c 		     const xmlChar *value) {
xmlChar          1408 third_party/libxslt/libxslt/variables.c 		             const xmlChar * name,
xmlChar          1409 third_party/libxslt/libxslt/variables.c 			     const xmlChar * value,
xmlChar          1413 third_party/libxslt/libxslt/variables.c     const xmlChar *prefix;
xmlChar          1414 third_party/libxslt/libxslt/variables.c     const xmlChar *href;
xmlChar          1619 third_party/libxslt/libxslt/variables.c     const xmlChar *name;
xmlChar          1620 third_party/libxslt/libxslt/variables.c     const xmlChar *value;
xmlChar          1625 third_party/libxslt/libxslt/variables.c 	name = (const xmlChar *) params[indx++];
xmlChar          1626 third_party/libxslt/libxslt/variables.c 	value = (const xmlChar *) params[indx++];
xmlChar          1649 third_party/libxslt/libxslt/variables.c     const xmlChar *name;
xmlChar          1650 third_party/libxslt/libxslt/variables.c     const xmlChar *value;
xmlChar          1655 third_party/libxslt/libxslt/variables.c 	name = (const xmlChar *) params[indx++];
xmlChar          1656 third_party/libxslt/libxslt/variables.c 	value = (const xmlChar *) params[indx++];
xmlChar          1683 third_party/libxslt/libxslt/variables.c     		     const xmlChar * name,
xmlChar          1684 third_party/libxslt/libxslt/variables.c 		     const xmlChar * value) {
xmlChar          1704 third_party/libxslt/libxslt/variables.c 			 const xmlChar * name,
xmlChar          1705 third_party/libxslt/libxslt/variables.c 			 const xmlChar * value) {
xmlChar          1829 third_party/libxslt/libxslt/variables.c xsltGlobalVariableLookup(xsltTransformContextPtr ctxt, const xmlChar *name,
xmlChar          1830 third_party/libxslt/libxslt/variables.c 		         const xmlChar *ns_uri) {
xmlChar          1876 third_party/libxslt/libxslt/variables.c xsltVariableLookup(xsltTransformContextPtr ctxt, const xmlChar *name,
xmlChar          1877 third_party/libxslt/libxslt/variables.c 		   const xmlChar *ns_uri) {
xmlChar          2199 third_party/libxslt/libxslt/variables.c xsltXPathVariableLookup(void *ctxt, const xmlChar *name,
xmlChar          2200 third_party/libxslt/libxslt/variables.c 	                const xmlChar *ns_uri) {
xmlChar          2243 third_party/libxslt/libxslt/variables.c 	    const xmlChar *tmpName = name, *tmpNsName = ns_uri;
xmlChar            51 third_party/libxslt/libxslt/variables.h     						 const xmlChar * name,
xmlChar            52 third_party/libxslt/libxslt/variables.h 						 const xmlChar * value);
xmlChar            55 third_party/libxslt/libxslt/variables.h     						 const xmlChar * name,
xmlChar            56 third_party/libxslt/libxslt/variables.h 						 const xmlChar * value);
xmlChar            80 third_party/libxslt/libxslt/variables.h 						 const xmlChar *name,
xmlChar            81 third_party/libxslt/libxslt/variables.h 						 const xmlChar *ns_uri);
xmlChar            84 third_party/libxslt/libxslt/variables.h 						 const xmlChar *name,
xmlChar            85 third_party/libxslt/libxslt/variables.h 						 const xmlChar *ns_uri);
xmlChar            57 third_party/libxslt/libxslt/xslt.c const xmlChar *xsltConstNamespaceNameXSLT = (const xmlChar *) XSLT_NAMESPACE;
xmlChar            80 third_party/libxslt/libxslt/xslt.c const xmlChar *xsltXSLTTextMarker = (const xmlChar *) "XSLT Text Element";
xmlChar            86 third_party/libxslt/libxslt/xslt.c const xmlChar *xsltXSLTAttrMarker = (const xmlChar *) "LRE XSLT Attr";
xmlChar            98 third_party/libxslt/libxslt/xslt.c double xmlXPathStringEvalNumber(const xmlChar *str);
xmlChar           155 third_party/libxslt/libxslt/xslt.c exclPrefixPush(xsltStylesheetPtr style, xmlChar * value)
xmlChar           162 third_party/libxslt/libxslt/xslt.c             (xmlChar * *)xmlMalloc(style->exclPrefixMax *
xmlChar           177 third_party/libxslt/libxslt/xslt.c             (xmlChar * *)xmlRealloc(style->exclPrefixTab,
xmlChar           197 third_party/libxslt/libxslt/xslt.c static xmlChar *
xmlChar           200 third_party/libxslt/libxslt/xslt.c     xmlChar *ret;
xmlChar           258 third_party/libxslt/libxslt/xslt.c xsltIsBlank(xmlChar *str) {
xmlChar           274 third_party/libxslt/libxslt/xslt.c xsltNewDecimalFormat(xmlChar *name)
xmlChar           278 third_party/libxslt/libxslt/xslt.c     static const xmlChar permille[4] = {0xe2, 0x80, 0xb0, 0};
xmlChar           357 third_party/libxslt/libxslt/xslt.c xsltDecimalFormatGetByName(xsltStylesheetPtr style, xmlChar *name)
xmlChar          1151 third_party/libxslt/libxslt/xslt.c     xmlChar *elements,
xmlChar          1153 third_party/libxslt/libxslt/xslt.c     xmlChar *element,
xmlChar          1159 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "version", NULL);
xmlChar          1166 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "encoding", NULL);
xmlChar          1176 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "method", NULL);
xmlChar          1178 third_party/libxslt/libxslt/xslt.c         const xmlChar *URI;
xmlChar          1194 third_party/libxslt/libxslt/xslt.c             if ((xmlStrEqual(prop, (const xmlChar *) "xml")) ||
xmlChar          1195 third_party/libxslt/libxslt/xslt.c                 (xmlStrEqual(prop, (const xmlChar *) "html")) ||
xmlChar          1196 third_party/libxslt/libxslt/xslt.c                 (xmlStrEqual(prop, (const xmlChar *) "text"))) {
xmlChar          1209 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "doctype-system", NULL);
xmlChar          1216 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "doctype-public", NULL);
xmlChar          1223 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "standalone", NULL);
xmlChar          1225 third_party/libxslt/libxslt/xslt.c         if (xmlStrEqual(prop, (const xmlChar *) "yes")) {
xmlChar          1227 third_party/libxslt/libxslt/xslt.c         } else if (xmlStrEqual(prop, (const xmlChar *) "no")) {
xmlChar          1237 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "indent", NULL);
xmlChar          1239 third_party/libxslt/libxslt/xslt.c         if (xmlStrEqual(prop, (const xmlChar *) "yes")) {
xmlChar          1241 third_party/libxslt/libxslt/xslt.c         } else if (xmlStrEqual(prop, (const xmlChar *) "no")) {
xmlChar          1251 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "omit-xml-declaration", NULL);
xmlChar          1253 third_party/libxslt/libxslt/xslt.c         if (xmlStrEqual(prop, (const xmlChar *) "yes")) {
xmlChar          1255 third_party/libxslt/libxslt/xslt.c         } else if (xmlStrEqual(prop, (const xmlChar *) "no")) {
xmlChar          1266 third_party/libxslt/libxslt/xslt.c     elements = xmlGetNsProp(cur, (const xmlChar *) "cdata-section-elements",
xmlChar          1297 third_party/libxslt/libxslt/xslt.c 		    const xmlChar *URI;
xmlChar          1339 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "media-type", NULL);
xmlChar          1368 third_party/libxslt/libxslt/xslt.c     xmlChar *prop;
xmlChar          1400 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"decimal-separator", NULL);
xmlChar          1406 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"grouping-separator", NULL);
xmlChar          1412 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"infinity", NULL);
xmlChar          1418 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"minus-sign", NULL);
xmlChar          1424 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"NaN", NULL);
xmlChar          1430 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"percent", NULL);
xmlChar          1436 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"per-mille", NULL);
xmlChar          1442 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"zero-digit", NULL);
xmlChar          1448 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"digit", NULL);
xmlChar          1454 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"pattern-separator", NULL);
xmlChar          1475 third_party/libxslt/libxslt/xslt.c     xmlChar *elements;
xmlChar          1476 third_party/libxslt/libxslt/xslt.c     xmlChar *element, *end;
xmlChar          1481 third_party/libxslt/libxslt/xslt.c     elements = xmlGetNsProp(cur, (const xmlChar *)"elements", NULL);
xmlChar          1507 third_party/libxslt/libxslt/xslt.c 	    if (xmlStrEqual(element, (const xmlChar *)"*")) {
xmlChar          1510 third_party/libxslt/libxslt/xslt.c 		const xmlChar *URI;
xmlChar          1518 third_party/libxslt/libxslt/xslt.c 				(xmlChar *) "preserve");
xmlChar          1549 third_party/libxslt/libxslt/xslt.c     xmlChar *prefixes;
xmlChar          1550 third_party/libxslt/libxslt/xslt.c     xmlChar *prefix, *end;
xmlChar          1558 third_party/libxslt/libxslt/xslt.c 	    (const xmlChar *)"extension-element-prefixes", NULL);
xmlChar          1562 third_party/libxslt/libxslt/xslt.c 	    (const xmlChar *)"extension-element-prefixes", XSLT_NAMESPACE);
xmlChar          1579 third_party/libxslt/libxslt/xslt.c 	    if (xmlStrEqual(prefix, (const xmlChar *)"#default"))
xmlChar          1614 third_party/libxslt/libxslt/xslt.c     xmlChar *elements;
xmlChar          1615 third_party/libxslt/libxslt/xslt.c     xmlChar *element, *end;
xmlChar          1620 third_party/libxslt/libxslt/xslt.c     elements = xmlGetNsProp(cur, (const xmlChar *)"elements", NULL);
xmlChar          1646 third_party/libxslt/libxslt/xslt.c 	    if (xmlStrEqual(element, (const xmlChar *)"*")) {
xmlChar          1649 third_party/libxslt/libxslt/xslt.c 		const xmlChar *URI;
xmlChar          1657 third_party/libxslt/libxslt/xslt.c 			        (xmlChar *) "strip");
xmlChar          1687 third_party/libxslt/libxslt/xslt.c     xmlChar *prefixes;
xmlChar          1688 third_party/libxslt/libxslt/xslt.c     xmlChar *prefix, *end;
xmlChar          1695 third_party/libxslt/libxslt/xslt.c 	    (const xmlChar *)"exclude-result-prefixes", NULL);
xmlChar          1698 third_party/libxslt/libxslt/xslt.c 	    (const xmlChar *)"exclude-result-prefixes", XSLT_NAMESPACE);
xmlChar          1715 third_party/libxslt/libxslt/xslt.c 	    if (xmlStrEqual(prefix, (const xmlChar *)"#default"))
xmlChar          1725 third_party/libxslt/libxslt/xslt.c 		if (exclPrefixPush(style, (xmlChar *) ns->href) >= 0) {
xmlChar          1783 third_party/libxslt/libxslt/xslt.c 	ns->prefix = xmlStrdup((const xmlChar *)"xml");
xmlChar          1805 third_party/libxslt/libxslt/xslt.c 			const xmlChar *nsName,
xmlChar          1806 third_party/libxslt/libxslt/xslt.c 			const xmlChar *prefix)
xmlChar          2246 third_party/libxslt/libxslt/xslt.c 				  const xmlChar *name,
xmlChar          2247 third_party/libxslt/libxslt/xslt.c 				  const xmlChar *nsName)
xmlChar          2449 third_party/libxslt/libxslt/xslt.c 	const xmlChar *nsName = NULL, *name = NULL;
xmlChar          2450 third_party/libxslt/libxslt/xslt.c 	const xmlChar *infnsName = NULL, *infname = NULL;
xmlChar          2614 third_party/libxslt/libxslt/xslt.c 		      const xmlChar *value)
xmlChar          2616 third_party/libxslt/libxslt/xslt.c     xmlChar *cur, *end;
xmlChar          2624 third_party/libxslt/libxslt/xslt.c     cur = (xmlChar *) value;
xmlChar          2644 third_party/libxslt/libxslt/xslt.c 	    xmlStrEqual(cur, (const xmlChar *)"#default"))
xmlChar          2751 third_party/libxslt/libxslt/xslt.c     xmlChar *value;
xmlChar          2833 third_party/libxslt/libxslt/xslt.c     xmlChar *value;
xmlChar          2922 third_party/libxslt/libxslt/xslt.c     xmlChar *value;
xmlChar          2948 third_party/libxslt/libxslt/xslt.c     if (! xmlStrEqual(value, (const xmlChar *)"1.0")) {
xmlChar          2990 third_party/libxslt/libxslt/xslt.c     xmlChar *value;
xmlChar          2991 third_party/libxslt/libxslt/xslt.c     const xmlChar *name, *nsNameXSLT = NULL;
xmlChar          3213 third_party/libxslt/libxslt/xslt.c 			    value = (xmlChar *) xmlDictLookup(style->dict,
xmlChar          3371 third_party/libxslt/libxslt/xslt.c 		value = (xmlChar *) xmlDictLookup(style->dict,
xmlChar          3469 third_party/libxslt/libxslt/xslt.c 			xmlChar *tmp;
xmlChar          3476 third_party/libxslt/libxslt/xslt.c 			tmp = (xmlChar *) xmlDictLookup(style->dict,
xmlChar          3551 third_party/libxslt/libxslt/xslt.c 		xmlChar *tmp;
xmlChar          3558 third_party/libxslt/libxslt/xslt.c 		tmp = (xmlChar *) xmlDictLookup(style->dict, cur->content, -1);
xmlChar          3629 third_party/libxslt/libxslt/xslt.c     const xmlChar *URI;
xmlChar          4859 third_party/libxslt/libxslt/xslt.c 		    xmlChar *prop;
xmlChar          4864 third_party/libxslt/libxslt/xslt.c 			(const xmlChar *)"disable-output-escaping",
xmlChar          4871 third_party/libxslt/libxslt/xslt.c 			if (xmlStrEqual(prop, (const xmlChar *)"yes")) {
xmlChar          4874 third_party/libxslt/libxslt/xslt.c 						(const xmlChar *)"no")){
xmlChar          4914 third_party/libxslt/libxslt/xslt.c 				    const xmlChar *tmp;
xmlChar          4920 third_party/libxslt/libxslt/xslt.c 					text->content = (xmlChar *) tmp;
xmlChar          5045 third_party/libxslt/libxslt/xslt.c     xmlChar *prop = NULL;
xmlChar          5046 third_party/libxslt/libxslt/xslt.c     xmlChar *use = NULL;
xmlChar          5047 third_party/libxslt/libxslt/xslt.c     xmlChar *match = NULL;
xmlChar          5048 third_party/libxslt/libxslt/xslt.c     xmlChar *name = NULL;
xmlChar          5049 third_party/libxslt/libxslt/xslt.c     xmlChar *nameURI = NULL;
xmlChar          5057 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(key, (const xmlChar *)"name", NULL);
xmlChar          5059 third_party/libxslt/libxslt/xslt.c         const xmlChar *URI;
xmlChar          5084 third_party/libxslt/libxslt/xslt.c     match = xmlGetNsProp(key, (const xmlChar *)"match", NULL);
xmlChar          5092 third_party/libxslt/libxslt/xslt.c     use = xmlGetNsProp(key, (const xmlChar *)"use", NULL);
xmlChar          5138 third_party/libxslt/libxslt/xslt.c     xmlChar *prop;    
xmlChar          5163 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(templNode, (const xmlChar *)"mode", NULL);
xmlChar          5165 third_party/libxslt/libxslt/xslt.c         const xmlChar *modeURI;
xmlChar          5198 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(templNode, (const xmlChar *)"match", NULL);
xmlChar          5206 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(templNode, (const xmlChar *)"priority", NULL);
xmlChar          5216 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(templNode, (const xmlChar *)"name", NULL);
xmlChar          5218 third_party/libxslt/libxslt/xslt.c         const xmlChar *nameURI;
xmlChar          5297 third_party/libxslt/libxslt/xslt.c     xmlChar *prop;
xmlChar          5298 third_party/libxslt/libxslt/xslt.c     xmlChar *mode = NULL;
xmlChar          5299 third_party/libxslt/libxslt/xslt.c     xmlChar *modeURI = NULL;
xmlChar          5327 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(template, (const xmlChar *)"mode", NULL);
xmlChar          5329 third_party/libxslt/libxslt/xslt.c         const xmlChar *URI;
xmlChar          5352 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(template, (const xmlChar *)"match", NULL);
xmlChar          5358 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(template, (const xmlChar *)"priority", NULL);
xmlChar          5365 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(template, (const xmlChar *)"name", NULL);
xmlChar          5367 third_party/libxslt/libxslt/xslt.c         const xmlChar *URI;
xmlChar          5463 third_party/libxslt/libxslt/xslt.c 			      const xmlChar *name,
xmlChar          5464 third_party/libxslt/libxslt/xslt.c 			      const xmlChar *namespaceURI,
xmlChar          6037 third_party/libxslt/libxslt/xslt.c     xmlChar *prop;
xmlChar          6045 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(top, (const xmlChar *)"version", NULL);
xmlChar          6051 third_party/libxslt/libxslt/xslt.c 	if ((!xmlStrEqual(prop, (const xmlChar *)"1.0")) &&
xmlChar          6052 third_party/libxslt/libxslt/xslt.c             (!xmlStrEqual(prop, (const xmlChar *)"1.1"))) {
xmlChar          6416 third_party/libxslt/libxslt/xslt.c 	xmlChar *prop;
xmlChar          6422 third_party/libxslt/libxslt/xslt.c 	prop = xmlGetNsProp(cur, (const xmlChar *)"version", XSLT_NAMESPACE);
xmlChar          6434 third_party/libxslt/libxslt/xslt.c 	if (!xmlStrEqual(prop, (const xmlChar *)"1.0")) {
xmlChar          6451 third_party/libxslt/libxslt/xslt.c 	template->match = xmlStrdup((const xmlChar *)"/");
xmlChar          6695 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetFile(const xmlChar* filename) {
xmlChar          6765 third_party/libxslt/libxslt/xslt.c static xmlChar *
xmlChar          6766 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetPI(const xmlChar *value) {
xmlChar          6767 third_party/libxslt/libxslt/xslt.c     const xmlChar *cur;
xmlChar          6768 third_party/libxslt/libxslt/xslt.c     const xmlChar *start;
xmlChar          6769 third_party/libxslt/libxslt/xslt.c     xmlChar *val;
xmlChar          6770 third_party/libxslt/libxslt/xslt.c     xmlChar tmp;
xmlChar          6771 third_party/libxslt/libxslt/xslt.c     xmlChar *href = NULL;
xmlChar          6859 third_party/libxslt/libxslt/xslt.c     xmlChar *href = NULL;
xmlChar          6907 third_party/libxslt/libxslt/xslt.c 		ID = xmlGetID(doc, (const xmlChar *) &(URI->fragment[1]));
xmlChar          6909 third_party/libxslt/libxslt/xslt.c 		ID = xmlGetID(doc, (const xmlChar *) URI->fragment);
xmlChar          6968 third_party/libxslt/libxslt/xslt.c 	    xmlChar *URL, *base;
xmlChar            46 third_party/libxslt/libxslt/xslt.h #define XSLT_NAMESPACE ((xmlChar *) "http://www.w3.org/1999/XSL/Transform")
xmlChar            93 third_party/libxslt/libxslt/xsltInternals.h extern const xmlChar *xsltXSLTAttrMarker;
xmlChar           118 third_party/libxslt/libxslt/xsltInternals.h extern const xmlChar *xsltConstNamespaceNameXSLT;
xmlChar           277 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *match;	/* the matching string */
xmlChar           279 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *name; /* the local part of the name QName */
xmlChar           280 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *nameURI; /* the URI part of the name QName */
xmlChar           281 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *mode;/* the local part of the mode QName */
xmlChar           282 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *modeURI;/* the URI part of the mode QName */
xmlChar           308 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *name;
xmlChar           310 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *digit;
xmlChar           311 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *patternSeparator;
xmlChar           313 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *minusSign;
xmlChar           314 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *infinity;
xmlChar           315 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *noNumber; /* Not-a-number */
xmlChar           317 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *decimalPoint;
xmlChar           318 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *grouping;
xmlChar           319 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *percent;
xmlChar           320 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *permille;
xmlChar           321 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *zeroDigit;
xmlChar           351 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *name;
xmlChar           352 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *nameURI;
xmlChar           353 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *match;
xmlChar           354 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *use;
xmlChar           371 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *name;
xmlChar           372 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *nameURI;
xmlChar           623 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *select; /* TODO: Change this to "expression". */
xmlChar           650 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *use;
xmlChar           652 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *name;    
xmlChar           654 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *ns;
xmlChar           655 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *nsPrefix;
xmlChar           674 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *name;
xmlChar           676 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *ns;
xmlChar           677 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *nsPrefix;
xmlChar           723 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *name;
xmlChar           752 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *mode;	/* apply-templates */
xmlChar           753 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *modeURI;	/* apply-templates */
xmlChar           754 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *select;	/* sort, copy-of, value-of, apply-templates */
xmlChar           775 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *name;	/* element, attribute, pi */
xmlChar           777 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *ns;		/* element */
xmlChar           796 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *use;		/* copy, element */
xmlChar           815 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *test;	/* if */
xmlChar           844 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *select;
xmlChar           936 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *filename;	/* document URL */
xmlChar           964 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *select;
xmlChar           967 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *name;
xmlChar           969 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *ns;
xmlChar          1002 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *select;
xmlChar          1005 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *name;
xmlChar          1007 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *ns;
xmlChar          1041 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *stype;       /* sort */
xmlChar          1044 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *order;	/* sort */
xmlChar          1047 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *lang;	/* sort */
xmlChar          1050 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *case_order;	/* sort */
xmlChar          1053 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *use;
xmlChar          1056 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *select;	/* sort, copy-of, value-of, apply-templates */
xmlChar          1077 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *test;
xmlChar          1161 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *prefix;
xmlChar          1162 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *nsName;
xmlChar          1215 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *origNsName; /* the original XML namespace name */
xmlChar          1216 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *newNsName; /* the mapped XML namespace name */    
xmlChar          1247 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *name;
xmlChar          1248 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *nsName;
xmlChar          1374 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *stype;       /* sort */
xmlChar          1377 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *order;	/* sort */
xmlChar          1380 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *lang;	/* sort */
xmlChar          1383 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *case_order;	/* sort */
xmlChar          1386 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *use;		/* copy, element */
xmlChar          1391 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *name;	/* element, attribute, pi */
xmlChar          1393 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *ns;		/* element */
xmlChar          1396 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *mode;	/* apply-templates */
xmlChar          1397 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *modeURI;	/* apply-templates */
xmlChar          1399 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *test;	/* if */
xmlChar          1403 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *select;	/* sort, copy-of, value-of, apply-templates */
xmlChar          1406 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *filename;	/* document URL */
xmlChar          1429 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *name;	/* the local part of the name QName */
xmlChar          1430 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *nameURI;	/* the URI part of the name QName */
xmlChar          1431 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *select;	/* the eval string */
xmlChar          1555 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *method;		/* the output method */
xmlChar          1556 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *methodURI;		/* associated namespace if any */
xmlChar          1557 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *version;		/* version string */
xmlChar          1558 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *encoding;		/* encoding string */
xmlChar          1566 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *doctypePublic;     /* doctype-public string */
xmlChar          1567 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *doctypeSystem;     /* doctype-system string */
xmlChar          1569 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *mediaType;		/* media-type string */
xmlChar          1578 third_party/libxslt/libxslt/xsltInternals.h     xmlChar  *exclPrefix;	/* last excluded prefixes */
xmlChar          1579 third_party/libxslt/libxslt/xsltInternals.h     xmlChar **exclPrefixTab;	/* array of excluded prefixes */
xmlChar          1608 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *defaultAlias;
xmlChar          1687 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *mode;		/* the current mode */
xmlChar          1688 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *modeURI;		/* the current mode URI */
xmlChar          1745 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar  *lasttext;		/* last text node content */
xmlChar          1834 third_party/libxslt/libxslt/xsltInternals.h 			xsltParseStylesheetFile	(const xmlChar* filename);
xmlChar          1838 third_party/libxslt/libxslt/xsltInternals.h 			xsltIsBlank		(xmlChar *str);
xmlChar          1843 third_party/libxslt/libxslt/xsltInternals.h 						 xmlChar *name);
xmlChar          1864 third_party/libxslt/libxslt/xsltInternals.h 						 xmlChar *format,
xmlChar          1866 third_party/libxslt/libxslt/xsltInternals.h 						 xmlChar **result);
xmlChar          1915 third_party/libxslt/libxslt/xsltInternals.h XSLTPUBFUN xmlChar * XSLTCALL
xmlChar            39 third_party/libxslt/libxslt/xsltlocale.c static const xmlChar* xsltDefaultRegion(const xmlChar *localeName);
xmlChar            46 third_party/libxslt/libxslt/xsltlocale.c     xmlChar    tag[XSLTMAX_LANGTAGLEN+1];
xmlChar            57 third_party/libxslt/libxslt/xsltlocale.c xslt_locale_WINAPI(const xmlChar *languageTag) {
xmlChar            79 third_party/libxslt/libxslt/xsltlocale.c xsltNewLocale(const xmlChar *languageTag) {
xmlChar            83 third_party/libxslt/libxslt/xsltlocale.c     const xmlChar *p = languageTag;
xmlChar           134 third_party/libxslt/libxslt/xsltlocale.c     region = (char *)xsltDefaultRegion((xmlChar *)localeName);
xmlChar           150 third_party/libxslt/libxslt/xsltlocale.c     xmlChar       localeName[XSLTMAX_LANGTAGLEN+1];
xmlChar           151 third_party/libxslt/libxslt/xsltlocale.c     xmlChar       *q = localeName;
xmlChar           152 third_party/libxslt/libxslt/xsltlocale.c     const xmlChar *p = languageTag;
xmlChar           154 third_party/libxslt/libxslt/xsltlocale.c     const xmlChar *region = NULL;
xmlChar           193 third_party/libxslt/libxslt/xsltlocale.c static const xmlChar*
xmlChar           194 third_party/libxslt/libxslt/xsltlocale.c xsltDefaultRegion(const xmlChar *localeName) {
xmlChar           195 third_party/libxslt/libxslt/xsltlocale.c     xmlChar c;
xmlChar           328 third_party/libxslt/libxslt/xsltlocale.c     return((xmlChar *)region);
xmlChar           355 third_party/libxslt/libxslt/xsltlocale.c xsltStrxfrm(xsltLocale locale, const xmlChar *string)
xmlChar           465 third_party/libxslt/libxslt/xsltlocale.c     xmlChar    iso639lang [XSLTMAX_ISO639LANGLEN  +1];
xmlChar           466 third_party/libxslt/libxslt/xsltlocale.c     xmlChar    iso3136ctry[XSLTMAX_ISO3166CNTRYLEN+1];
xmlChar           479 third_party/libxslt/libxslt/xsltlocale.c 	xmlChar    *q = p->tag;
xmlChar            27 third_party/libxslt/libxslt/xsltlocale.h typedef xmlChar xsltLocaleChar;
xmlChar            48 third_party/libxslt/libxslt/xsltlocale.h typedef xmlChar xsltLocaleChar;
xmlChar            52 third_party/libxslt/libxslt/xsltlocale.h xsltLocale xsltNewLocale(const xmlChar *langName);
xmlChar            54 third_party/libxslt/libxslt/xsltlocale.h xsltLocaleChar *xsltStrxfrm(xsltLocale locale, const xmlChar *string);
xmlChar            81 third_party/libxslt/libxslt/xsltutils.c const xmlChar *
xmlChar            83 third_party/libxslt/libxslt/xsltutils.c               const xmlChar *name, const xmlChar *nameSpace) {
xmlChar            87 third_party/libxslt/libxslt/xsltutils.c     xmlChar *tmp;
xmlChar            88 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *ret;
xmlChar           166 third_party/libxslt/libxslt/xsltutils.c xmlChar *
xmlChar           167 third_party/libxslt/libxslt/xsltutils.c xsltGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) {
xmlChar           198 third_party/libxslt/libxslt/xsltutils.c 	    xmlChar *ret;
xmlChar           201 third_party/libxslt/libxslt/xsltutils.c 	    if (ret == NULL) return(xmlStrdup((xmlChar *)""));
xmlChar           430 third_party/libxslt/libxslt/xsltutils.c     xmlChar *prop, *message;
xmlChar           441 third_party/libxslt/libxslt/xsltutils.c     prop = xmlGetNsProp(inst, (const xmlChar *)"terminate", NULL);
xmlChar           443 third_party/libxslt/libxslt/xsltutils.c 	if (xmlStrEqual(prop, (const xmlChar *)"yes")) {
xmlChar           445 third_party/libxslt/libxslt/xsltutils.c 	} else if (xmlStrEqual(prop, (const xmlChar *)"no")) {
xmlChar           606 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *file = NULL;
xmlChar           607 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *name = NULL;
xmlChar           737 third_party/libxslt/libxslt/xsltutils.c const xmlChar *
xmlChar           738 third_party/libxslt/libxslt/xsltutils.c xsltSplitQName(xmlDictPtr dict, const xmlChar *name, const xmlChar **prefix) {
xmlChar           740 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *ret = NULL;
xmlChar           770 third_party/libxslt/libxslt/xsltutils.c const xmlChar *
xmlChar           771 third_party/libxslt/libxslt/xsltutils.c xsltGetQNameURI(xmlNodePtr node, xmlChar ** name)
xmlChar           774 third_party/libxslt/libxslt/xsltutils.c     xmlChar *qname;
xmlChar           844 third_party/libxslt/libxslt/xsltutils.c const xmlChar *
xmlChar           846 third_party/libxslt/libxslt/xsltutils.c 		 const xmlChar **name) {
xmlChar           848 third_party/libxslt/libxslt/xsltutils.c     xmlChar *qname;
xmlChar           853 third_party/libxslt/libxslt/xsltutils.c     qname = (xmlChar *)*name;
xmlChar          1043 third_party/libxslt/libxslt/xsltutils.c 			xmlChar *str = res->stringval;
xmlChar          1044 third_party/libxslt/libxslt/xsltutils.c 			res->stringval = (xmlChar *) xsltStrxfrm(comp->locale, str);
xmlChar          1120 third_party/libxslt/libxslt/xsltutils.c 					  (const xmlChar *) "data-type",
xmlChar          1124 third_party/libxslt/libxslt/xsltutils.c 		if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
xmlChar          1126 third_party/libxslt/libxslt/xsltutils.c 		else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
xmlChar          1139 third_party/libxslt/libxslt/xsltutils.c 						    (const xmlChar *) "order",
xmlChar          1143 third_party/libxslt/libxslt/xsltutils.c 		if (xmlStrEqual(comp->order, (const xmlChar *) "ascending"))
xmlChar          1146 third_party/libxslt/libxslt/xsltutils.c 				     (const xmlChar *) "descending"))
xmlChar          1441 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *encoding;
xmlChar          1443 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *method;
xmlChar          1455 third_party/libxslt/libxslt/xsltutils.c 	 (!xmlStrEqual(style->method, (const xmlChar *) "xhtml")))) {
xmlChar          1468 third_party/libxslt/libxslt/xsltutils.c 	method = (const xmlChar *) "html";
xmlChar          1471 third_party/libxslt/libxslt/xsltutils.c 	(xmlStrEqual(method, (const xmlChar *) "html"))) {
xmlChar          1473 third_party/libxslt/libxslt/xsltutils.c 	    htmlSetMetaEncoding(result, (const xmlChar *) encoding);
xmlChar          1475 third_party/libxslt/libxslt/xsltutils.c 	    htmlSetMetaEncoding(result, (const xmlChar *) "UTF-8");
xmlChar          1483 third_party/libxslt/libxslt/xsltutils.c 	(xmlStrEqual(method, (const xmlChar *) "xhtml"))) {
xmlChar          1485 third_party/libxslt/libxslt/xsltutils.c 	    htmlSetMetaEncoding(result, (const xmlChar *) encoding);
xmlChar          1487 third_party/libxslt/libxslt/xsltutils.c 	    htmlSetMetaEncoding(result, (const xmlChar *) "UTF-8");
xmlChar          1492 third_party/libxslt/libxslt/xsltutils.c 	       (xmlStrEqual(method, (const xmlChar *) "text"))) {
xmlChar          1548 third_party/libxslt/libxslt/xsltutils.c 		    encoding = (const xmlChar *)
xmlChar          1554 third_party/libxslt/libxslt/xsltutils.c 		xmlBufferWriteQuotedString(buf->buffer, (xmlChar *) encoding);
xmlChar          1603 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *encoding;
xmlChar          1617 third_party/libxslt/libxslt/xsltutils.c 	    (xmlStrEqual((const xmlChar *)encoder->name,
xmlChar          1618 third_party/libxslt/libxslt/xsltutils.c 			 (const xmlChar *) "UTF-8")))
xmlChar          1646 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *encoding;
xmlChar          1660 third_party/libxslt/libxslt/xsltutils.c 	    (xmlStrEqual((const xmlChar *)encoder->name,
xmlChar          1661 third_party/libxslt/libxslt/xsltutils.c 			 (const xmlChar *) "UTF-8")))
xmlChar          1690 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *encoding;
xmlChar          1704 third_party/libxslt/libxslt/xsltutils.c 	    (xmlStrEqual((const xmlChar *)encoder->name,
xmlChar          1705 third_party/libxslt/libxslt/xsltutils.c 			 (const xmlChar *) "UTF-8")))
xmlChar          1731 third_party/libxslt/libxslt/xsltutils.c xsltSaveResultToString(xmlChar **doc_txt_ptr, int * doc_txt_len, 
xmlChar          1734 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *encoding;
xmlChar          1747 third_party/libxslt/libxslt/xsltutils.c 	    (xmlStrEqual((const xmlChar *)encoder->name,
xmlChar          1748 third_party/libxslt/libxslt/xsltutils.c 			 (const xmlChar *) "UTF-8")))
xmlChar          2103 third_party/libxslt/libxslt/xsltutils.c xsltXPathCompile(xsltStylesheetPtr style, const xmlChar *str) {
xmlChar            64 third_party/libxslt/libxslt/xsltutils.h     (xmlStrEqual((n)->name, (const xmlChar *) (val)))
xmlChar            85 third_party/libxslt/libxslt/xsltutils.h XSLTPUBFUN xmlChar * XSLTCALL
xmlChar            87 third_party/libxslt/libxslt/xsltutils.h 				 const xmlChar *name,
xmlChar            88 third_party/libxslt/libxslt/xsltutils.h 				 const xmlChar *nameSpace);
xmlChar            89 third_party/libxslt/libxslt/xsltutils.h XSLTPUBFUN const xmlChar * XSLTCALL
xmlChar            92 third_party/libxslt/libxslt/xsltutils.h 				 const xmlChar *name,
xmlChar            93 third_party/libxslt/libxslt/xsltutils.h 				 const xmlChar *nameSpace);
xmlChar           200 third_party/libxslt/libxslt/xsltutils.h XSLTPUBFUN const xmlChar * XSLTCALL
xmlChar           202 third_party/libxslt/libxslt/xsltutils.h 						 const xmlChar *name,
xmlChar           203 third_party/libxslt/libxslt/xsltutils.h 						 const xmlChar **prefix);
xmlChar           204 third_party/libxslt/libxslt/xsltutils.h XSLTPUBFUN const xmlChar * XSLTCALL 
xmlChar           206 third_party/libxslt/libxslt/xsltutils.h 						 xmlChar **name);
xmlChar           208 third_party/libxslt/libxslt/xsltutils.h XSLTPUBFUN const xmlChar * XSLTCALL
xmlChar           211 third_party/libxslt/libxslt/xsltutils.h 						 const xmlChar **name);
xmlChar           234 third_party/libxslt/libxslt/xsltutils.h     		xsltSaveResultToString          (xmlChar **doc_txt_ptr, 
xmlChar           244 third_party/libxslt/libxslt/xsltutils.h 						 const xmlChar *str);