Home
last modified time | relevance | path

Searched +defs:xml +defs:node +defs:name (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/
Dxinclude.c60 int xml; /* xml or txt */ member
108 xmlXIncludeErrMemory(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, in xmlXIncludeErrMemory()
129 xmlXIncludeErr(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error, in xmlXIncludeErr()
173 const xmlChar *name) { in xmlXIncludeGetProp()
498 int xml = 1, i; /* default Issue 64 */ in xmlXIncludeAddNode() local
1694 xmlNodePtr node; in xmlXIncludeLoadDoc() local
1797 xmlNodePtr node; in xmlXIncludeLoadTxt() local
2012 xmlXIncludePreProcessNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { in xmlXIncludePreProcessNode()
2034 int xml = 1; /* default Issue 64 */ in xmlXIncludeLoadNode() local
2284 xmlXIncludeTestNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { in xmlXIncludeTestNode()
[all …]
Dcatalog.c139 xmlChar *name; member
171 xmlCatalogEntryPtr xml; member
242 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error, in xmlCatalogErr()
274 xmlNewCatalogEntry(xmlCatalogEntryType type, const xmlChar *name, in xmlNewCatalogEntry()
541 xmlNodePtr node; in xmlDumpXMLCatalogNode() local
1102 xmlGetXMLCatalogEntryType(const xmlChar *name) { in xmlGetXMLCatalogEntryType()
1144 const xmlChar *name, const xmlChar *attrName, in xmlParseXMLCatalogOneNode()
2247 xmlParseSGMLCatalogName(const xmlChar *cur, xmlChar **name) { in xmlParseSGMLCatalogName()
2284 xmlGetSGMLCatalogEntryType(const xmlChar *name) { in xmlGetSGMLCatalogEntryType()
2347 xmlChar *name = NULL; in xmlParseSGMLCatalog() local
Druntest.c355 const xmlChar *name = NULL; in testStructuredErrorHandler() local
356 xmlNodePtr node; in testStructuredErrorHandler() local
875 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug()
899 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in externalSubsetDebug()
966 getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getEntityDebug()
985 getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getParameterEntityDebug()
1007 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in entityDeclDebug()
1035 const xmlChar * name, int type, int def, in attributeDeclDebug()
1060 elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in elementDeclDebug()
1080 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in notationDeclDebug()
[all …]
/external/tinyxml/
Dxmltest.cpp149 TiXmlNode* node = 0; in main() local
764 string name = "missing"; in main() local
882 TiXmlNode* node = docH.Child( 2 ).Node(); in main() local
1022 TiXmlDocument xml; in main() local
1035 TiXmlDocument xml; in main() local
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c36 struct xml_node_ctx *xml; member
229 ASN1_STRING *name) in add_alt_name_dns()
250 const GENERAL_NAME *name) in add_alt_name()
270 const GENERAL_NAME *name; in add_alt_names() local
950 char *name = os_zalloc(hcert.othername[i].len + 1); in http_parse_x509_certificate() local
983 X509_NAME *name; in curl_cb_ssl_verify() local
1465 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node) in soap_send_receive()