/external/libxml2/include/libxml/ |
D | debugXML.h | 41 xmlNodePtr node, 45 xmlNodePtr node, 49 xmlNodePtr node, 81 xmlLsOneNode (FILE *output, xmlNodePtr node); 83 xmlLsCountNode (xmlNodePtr node); 116 xmlNodePtr node; 136 xmlNodePtr node, 137 xmlNodePtr node2); 147 xmlNodePtr node, 148 xmlNodePtr node2); [all …]
|
D | tree.h | 488 typedef xmlNode *xmlNodePtr; typedef 604 xmlNodePtr node, 772 xmlNewNs (xmlNodePtr node, 790 xmlNewProp (xmlNodePtr node, 795 xmlNewNsProp (xmlNodePtr node, 800 xmlNewNsPropEatName (xmlNodePtr node, 809 xmlCopyProp (xmlNodePtr target, 812 xmlCopyPropList (xmlNodePtr target, 826 XMLPUBFUN xmlNodePtr XMLCALL 831 XMLPUBFUN xmlNodePtr XMLCALL [all …]
|
D | xpointer.h | 54 xmlXPtrNewRange (xmlNodePtr start, 56 xmlNodePtr end, 62 xmlXPtrNewRangeNodePoint (xmlNodePtr start, 66 xmlNodePtr end); 68 xmlXPtrNewRangeNodes (xmlNodePtr start, 69 xmlNodePtr end); 71 xmlXPtrNewLocationSetNodes (xmlNodePtr start, 72 xmlNodePtr end); 76 xmlXPtrNewRangeNodeObject (xmlNodePtr start, 79 xmlXPtrNewCollapsedRange (xmlNodePtr start); [all …]
|
D | xpathInternals.h | 376 xmlNodePtr val); 395 xmlNodePtr node); 401 xmlNodePtr node); 408 xmlNodePtr node); 414 xmlNodePtr node); 500 xmlXPathNewNodeSet (xmlNodePtr val); 502 xmlXPathNewValueTree (xmlNodePtr val); 505 xmlNodePtr val); 508 xmlNodePtr val); 511 xmlNodePtr node, [all …]
|
D | xpath.h | 84 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ 290 xmlNodePtr node; /* The current node */ 319 xmlNodePtr here; /* for here() */ 320 xmlNodePtr origin; /* for origin() */ 346 xmlNodePtr debugNode; /* the source node XSLT */ 384 xmlNodePtr ancestor; /* used for walking preceding axis */ 443 xmlXPathNodeSetCreate (xmlNodePtr val); 451 xmlXPathCmpNodes (xmlNodePtr node1, 452 xmlNodePtr node2); 470 xmlXPathCastNodeToNumber (xmlNodePtr node); [all …]
|
D | valid.h | 88 xmlNodePtr node; /* Current parsed Node */ 91 xmlNodePtr *nodeTab; /* array of nodes */ 279 xmlNodePtr elem, 295 xmlNodePtr elem, 323 xmlNodePtr elem, 329 xmlNodePtr elem, 356 xmlNodePtr elem); 360 xmlNodePtr elem); 364 xmlNodePtr elem, 370 xmlNodePtr elem, [all …]
|
D | xlink.h | 64 typedef void (*xlinkNodeDetectFunc) (void *ctx, xmlNodePtr node); 83 xmlNodePtr node, 108 xmlNodePtr node, 136 xmlNodePtr node, 181 xmlNodePtr node);
|
D | HTMLtree.h | 92 xmlNodePtr cur); 96 xmlNodePtr cur); 100 xmlNodePtr cur, 116 xmlNodePtr cur, 131 xmlNodePtr cur,
|
D | xinclude.h | 102 xmlXIncludeProcessTreeFlagsData(xmlNodePtr tree, 106 xmlXIncludeProcessTree (xmlNodePtr tree); 108 xmlXIncludeProcessTreeFlags(xmlNodePtr tree, 122 xmlNodePtr tree);
|
D | schemasInternals.h | 152 xmlNodePtr content; /* the annotation */ 263 xmlNodePtr node; 311 xmlNodePtr node; 371 xmlNodePtr node; 612 xmlNodePtr node; 775 xmlNodePtr node; 829 xmlNodePtr node;
|
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 57 xmlNodePtr n; in xml_validate() 70 n = xmlDocCopyNode((xmlNodePtr) node, doc, 1); in xml_validate() 119 xmlNodePtr n; in xml_validate_dtd() 131 n = xmlDocCopyNode((xmlNodePtr) node, doc, 1); in xml_validate_dtd() 169 xmlFreeNode((xmlNodePtr) node); in xml_node_free() 175 return (xml_node_t *) ((xmlNodePtr) node)->parent; in xml_node_get_parent() 182 xmlNodePtr node; in xml_node_from_buf() 198 return (const char *) ((xmlNodePtr) node)->name; in xml_node_get_localname() 207 xmlNodePtr n = (xmlNodePtr) node; in xml_node_to_str() 247 xmlUnlinkNode((xmlNodePtr) node); in xml_node_detach() [all …]
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 266 d xmlNodePtr s * based(######typedef######) 282 d children like(xmlNodePtr) NULL 283 d last like(xmlNodePtr) NULL 285 d next like(xmlNodePtr) next sibling link 286 d prev like(xmlNodePtr) previous sibling lnk 375 d children like(xmlNodePtr) NULL 376 d last like(xmlNodePtr) NULL 378 d next like(xmlNodePtr) next sibling link 379 d prev like(xmlNodePtr) previous sibling lnk 427 d children like(xmlNodePtr) Property link value [all …]
|
D | debugXML.rpgle | 41 d node value like(xmlNodePtr) 47 d node value like(xmlNodePtr) 53 d node value like(xmlNodePtr) 95 d node value like(xmlNodePtr) 98 d node value like(xmlNodePtr) 134 d node like(xmlNodePtr) 165 d node value like(xmlNodePtr) 166 d node2 value like(xmlNodePtr) 171 d node value like(xmlNodePtr) 172 d node2 value like(xmlNodePtr) [all …]
|
D | xpointer.rpgle | 56 d start value like(xmlNodePtr) 58 d end value like(xmlNodePtr) 70 d start value like(xmlNodePtr) 77 d end value like(xmlNodePtr) 82 d start value like(xmlNodePtr) 83 d end value like(xmlNodePtr) 88 d start value like(xmlNodePtr) 89 d end value like(xmlNodePtr) 100 d start value like(xmlNodePtr) 106 d start value like(xmlNodePtr) [all …]
|
D | xpathInternals.rpgle | 100 d val value like(xmlNodePtr) 133 d node value like(xmlNodePtr) 145 d node value like(xmlNodePtr) 157 d node value like(xmlNodePtr) 169 d node value like(xmlNodePtr) 313 d val value like(xmlNodePtr) 318 d val value like(xmlNodePtr) 323 d val value like(xmlNodePtr) 328 d val value like(xmlNodePtr) 333 d node value like(xmlNodePtr) [all …]
|
/external/libxml2/ |
D | tree.c | 56 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns); 85 xmlTreeErr(int code, xmlNodePtr node, const char *extra) in xmlTreeErr() 125 xmlNodePtr ulccur = (n)->children; \ 728 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { in xmlNewNs() 801 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { in xmlSetNs() 906 xmlRegisterNodeDefaultValue((xmlNodePtr)cur); in xmlNewDtd() 920 xmlNodePtr cur; in xmlGetIntSubset() 1004 doc->children = (xmlNodePtr) cur; in xmlCreateIntSubset() 1005 doc->last = (xmlNodePtr) cur; in xmlCreateIntSubset() 1008 xmlNodePtr prev; in xmlCreateIntSubset() [all …]
|
D | schematron.c | 88 xmlNodePtr node; /* the node in the tree */ 104 xmlNodePtr node; /* the node in the tree */ 202 xmlNodePtr *includes; /* the array of includes */ 229 const char *extra, xmlNodePtr node) in xmlSchematronPErrMemory() 249 xmlSchematronPErr(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr node, int error, in xmlSchematronPErr() 277 const char *extra, xmlNodePtr node) in xmlSchematronVErrMemory() 310 xmlNodePtr node, xmlChar *test, xmlChar *report) in xmlSchematronAddTest() 392 xmlSchematronPatternPtr pat, xmlNodePtr node, in xmlSchematronAddRule() 485 xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name) in xmlSchematronAddPattern() 735 xmlDocPtr doc, xmlNodePtr cur) [all …]
|
D | xpointer.c | 127 xmlNodePtr xmlXPtrAdvanceNode(xmlNodePtr cur, int *level); 135 xmlXPtrGetArity(xmlNodePtr cur) { in xmlXPtrGetArity() 158 xmlXPtrGetIndex(xmlNodePtr cur) { in xmlXPtrGetIndex() 179 static xmlNodePtr 180 xmlXPtrGetNthChild(xmlNodePtr cur, int no) { in xmlXPtrGetNthChild() 218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) { in xmlXPtrCmpPoints() 244 xmlXPtrNewPoint(xmlNodePtr node, int indx) { in xmlXPtrNewPoint() 273 xmlNodePtr tmp2; in xmlXPtrRangeCheckOrder() 334 xmlXPtrNewRange(xmlNodePtr start, int startindex, in xmlXPtrNewRange() 335 xmlNodePtr end, int endindex) { in xmlXPtrNewRange() [all …]
|
D | debugXML.c | 46 xmlNodePtr node; /* current node */ 54 static void xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node); 93 xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns) in xmlNsCheckScope() 197 xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) in xmlCtxtNsCheckScope() 275 xmlCtxtGenericNodeCheck(xmlDebugCtxtPtr ctxt, xmlNodePtr node) { in xmlCtxtGenericNodeCheck() 313 (node != (xmlNodePtr) node->parent->properties)) in xmlCtxtGenericNodeCheck() 476 xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) dtd); in xmlCtxtDumpDtdNode() 581 xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) attr); in xmlCtxtDumpAttrDecl() 640 xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) elem); in xmlCtxtDumpElemDecl() 713 xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) ent); in xmlCtxtDumpEntityDecl() [all …]
|
D | xinclude.c | 58 xmlNodePtr ref; /* the node making the reference in the source */ 59 xmlNodePtr inc; /* the included copy */ 75 xmlNodePtr *txtTab; /* array of unparsed text nodes */ 92 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree); 108 xmlXIncludeErrMemory(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, in xmlXIncludeErrMemory() 129 xmlXIncludeErr(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error, in xmlXIncludeErr() 151 xmlXIncludeWarn(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error, 172 xmlXIncludeGetProp(xmlXIncludeCtxtPtr ctxt, xmlNodePtr cur, in xmlXIncludeGetProp() 226 xmlNodePtr ref) { in xmlXIncludeNewRef() 291 xmlXIncludeErrMemory(NULL, (xmlNodePtr) doc, in xmlXIncludeNewContext() [all …]
|
D | c14n.c | 50 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ 80 xmlNodePtr node); 93 xmlNodePtr node, 94 xmlNodePtr parent); 98 static int xmlC14NProcessNode(xmlC14NCtxPtr ctx, xmlNodePtr cur); 99 static int xmlC14NProcessNodeList(xmlC14NCtxPtr ctx, xmlNodePtr cur); 122 (xmlNodePtr)(node), (xmlNodePtr)(parent)) : 1) 236 xmlC14NErr(xmlC14NCtxPtr ctxt, xmlNodePtr node, int error, in xmlC14NErr() 255 xmlC14NIsNodeInNodeset(xmlNodeSetPtr nodes, xmlNodePtr node, xmlNodePtr parent) { in xmlC14NIsNodeInNodeset() 275 return(xmlXPathNodeSetContains(nodes, (xmlNodePtr)&ns)); in xmlC14NIsNodeInNodeset() [all …]
|
D | xpath.c | 151 xmlXPathCmpNodesExt(xmlNodePtr node1, xmlNodePtr node2) { in xmlXPathCmpNodesExt() 154 xmlNodePtr miscNode1 = NULL, miscNode2 = NULL; in xmlXPathCmpNodesExt() 155 xmlNodePtr cur, root; in xmlXPathCmpNodesExt() 435 #define SORT_TYPE xmlNodePtr 447 int wrap_cmp( xmlNodePtr x, xmlNodePtr y ); 449 static int wrap_cmp( xmlNodePtr x, xmlNodePtr y ) in wrap_cmp() 455 static int wrap_cmp( xmlNodePtr x, xmlNodePtr y ) in wrap_cmp() 969 xmlXPathStepOpPtr op, xmlNodePtr *first); 1246 xmlXPathDebugDumpNode(FILE *output, xmlNodePtr cur, int depth) { in xmlXPathDebugDumpNode() 1270 xmlXPathDebugDumpNodeList(FILE *output, xmlNodePtr cur, int depth) { in xmlXPathDebugDumpNodeList() [all …]
|
D | runsuite.c | 237 static xmlNodePtr 238 getNext(xmlNodePtr cur, const char *xpath) { in getNext() 239 xmlNodePtr ret = NULL; in getNext() 266 getString(xmlNodePtr cur, const char *xpath) { in getString() 299 xsdIncorectTestCase(xmlNodePtr cur) { in xsdIncorectTestCase() 300 xmlNodePtr test; in xsdIncorectTestCase() 358 installResources(xmlNodePtr tst, const xmlChar *base) { in installResources() 359 xmlNodePtr test; in installResources() 393 installDirs(xmlNodePtr tst, const xmlChar *base) { in installDirs() 394 xmlNodePtr test; in installDirs() [all …]
|
D | xmlreader.c | 139 xmlNodePtr node; /* current node */ 140 xmlNodePtr curnode;/* current attribute node */ 142 xmlNodePtr faketext;/* fake xmlNs chld */ 148 xmlNodePtr ent; /* Current Entity Ref Node */ 151 xmlNodePtr *entTab; /* array of entities */ 163 xmlNodePtr rngFullNode; /* the node if RNG not progressive */ 221 static void xmlTextReaderFreeNode(xmlTextReaderPtr reader, xmlNodePtr cur); 222 static void xmlTextReaderFreeNodeList(xmlTextReaderPtr reader, xmlNodePtr cur); 296 xmlDeregisterNodeDefaultValue((xmlNodePtr) cur); in xmlTextReaderFreeProp() 346 xmlTextReaderFreeNodeList(xmlTextReaderPtr reader, xmlNodePtr cur) { in xmlTextReaderFreeNodeList() [all …]
|
D | valid.c | 142 xmlNodePtr node, xmlParserErrors error, in xmlErrValidNode() 185 xmlNodePtr node, xmlParserErrors error, in xmlErrValidNodeNr() 226 xmlNodePtr node, xmlParserErrors error, in xmlErrValidWarning() 268 xmlNodePtr node; /* pointer to the current node */ 274 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementPtr elemDecl, xmlNodePtr node) { in vstateVPush() 308 xmlErrValidNode(ctxt, (xmlNodePtr) elemDecl, in vstateVPush() 353 xmlNodePtr node; /* pointer to the current node in the list */ 375 xmlNodePtr node, unsigned char depth, long occurs, in vstateVPush() 437 nodeVPush(xmlValidCtxtPtr ctxt, xmlNodePtr value) in nodeVPush() 442 (xmlNodePtr *) xmlMalloc(ctxt->nodeMax * in nodeVPush() [all …]
|