Home
last modified time | relevance | path

Searched refs:xmlNodePtr (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/libxml2/include/libxml/
DdebugXML.h41 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 …]
Dtree.h488 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 …]
Dxpointer.h54 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 …]
DxpathInternals.h376 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 …]
Dxpath.h86 xmlNodePtr *nodeTab; /* array of nodes in no particular order */
292 xmlNodePtr node; /* The current node */
321 xmlNodePtr here; /* for here() */
322 xmlNodePtr origin; /* for origin() */
348 xmlNodePtr debugNode; /* the source node XSLT */
391 xmlNodePtr ancestor; /* used for walking preceding axis */
450 xmlXPathNodeSetCreate (xmlNodePtr val);
458 xmlXPathCmpNodes (xmlNodePtr node1,
459 xmlNodePtr node2);
477 xmlXPathCastNodeToNumber (xmlNodePtr node);
[all …]
Dvalid.h88 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 …]
Dxlink.h64 typedef void (*xlinkNodeDetectFunc) (void *ctx, xmlNodePtr node);
83 xmlNodePtr node,
108 xmlNodePtr node,
136 xmlNodePtr node,
181 xmlNodePtr node);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml_libxml2.c57 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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml_libxml2.c57 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp88 static xmlNodePtr getChildWithName(xmlNodePtr Parent, in getChildWithName()
90 for (xmlNodePtr Child = Parent->children; Child; Child = Child->next) { in getChildWithName()
98 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute()
126 static xmlNsPtr search(const unsigned char *HRef, xmlNodePtr Node) { in search()
154 xmlNodePtr Node) { in searchOrDefine()
165 xmlNodePtr OriginalNode, in copyAttributeNamespace()
179 xmlNodePtr Node) { in getNamespaceWithPrefix()
193 static xmlNsPtr getClosestDefault(xmlNodePtr Node) { in getClosestDefault()
207 static Error mergeAttributes(xmlNodePtr OriginalNode, in mergeAttributes()
208 xmlNodePtr AdditionalNode) { in mergeAttributes()
[all …]
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle270 d xmlNodePtr s * based(######typedef######)
286 d children like(xmlNodePtr) NULL
287 d last like(xmlNodePtr) NULL
289 d next like(xmlNodePtr) next sibling link
290 d prev like(xmlNodePtr) previous sibling lnk
382 d children like(xmlNodePtr) NULL
383 d last like(xmlNodePtr) NULL
385 d next like(xmlNodePtr) next sibling link
386 d prev like(xmlNodePtr) previous sibling lnk
434 d children like(xmlNodePtr) Property link value
[all …]
DdebugXML.rpgle42 d node value like(xmlNodePtr)
48 d node value like(xmlNodePtr)
54 d node value like(xmlNodePtr)
97 d node value like(xmlNodePtr)
101 d node value like(xmlNodePtr)
137 d node like(xmlNodePtr)
169 d node value like(xmlNodePtr)
170 d node2 value like(xmlNodePtr)
176 d node value like(xmlNodePtr)
177 d node2 value like(xmlNodePtr)
[all …]
Dxpointer.rpgle57 d start value like(xmlNodePtr)
59 d end value like(xmlNodePtr)
71 d start value like(xmlNodePtr)
78 d end value like(xmlNodePtr)
83 d start value like(xmlNodePtr)
84 d end value like(xmlNodePtr)
89 d start value like(xmlNodePtr)
90 d end value like(xmlNodePtr)
101 d start value like(xmlNodePtr)
107 d start value like(xmlNodePtr)
[all …]
DxpathInternals.rpgle105 d val value like(xmlNodePtr)
139 d node value like(xmlNodePtr)
151 d node value like(xmlNodePtr)
163 d node value like(xmlNodePtr)
175 d node value like(xmlNodePtr)
325 d val value like(xmlNodePtr)
330 d val value like(xmlNodePtr)
336 d val value like(xmlNodePtr)
342 d val value like(xmlNodePtr)
348 d node value like(xmlNodePtr)
[all …]
/third_party/musl/libc-test/src/functional/
Dtest-malloc-info.c21 static const xmlChar *get_text_from_children(xmlNodePtr children) in get_text_from_children()
23 for (xmlNodePtr child_node = children; child_node != NULL; child_node = child_node->next) { in get_text_from_children()
31 static const xmlChar *get_attribute(const char *attr_name, xmlNodePtr node) in get_attribute()
41 static xmlNodePtr find_child_node_with_attr(const char *name, const char *attr_name, const char *at… in find_child_node_with_attr()
46 for (xmlNodePtr curr_node = parent->children; curr_node != NULL; curr_node = curr_node->next) { in find_child_node_with_attr()
59 static xmlNodePtr find_child_node(const char *name, xmlNodePtr parent) in find_child_node()
64 static const char *get_node_text(xmlNodePtr node_ptr) in get_node_text()
93 static xmlNodePtr find_thread_in_document(xmlDocPtr doc_ptr, const char *thread_id) in find_thread_in_document()
95 xmlNodePtr root_element = xmlDocGetRootElement(doc_ptr); in find_thread_in_document()
105 xmlNodePtr thread_root = find_thread_in_document(doc_ptr, thread_id); in populate_thread_stats()
[all …]
/third_party/libabigail/src/
Dabg-reader.cc60 static bool read_is_declaration_only(xmlNodePtr, bool&);
61 static bool read_is_artificial(xmlNodePtr, bool&);
62 static bool read_tracking_non_reachable_types(xmlNodePtr, bool&);
63 static bool read_is_non_reachable_type(xmlNodePtr, bool&);
64 static bool read_naming_typedef_id_string(xmlNodePtr, string&);
66 static bool read_type_id_string(xmlNodePtr, string&);
68 xmlNodePtr);
78 xmlNodePtr,
88 walk_xml_node_to_map_type_ids(reader& rdr, xmlNodePtr node);
128 typedef unordered_map<string, xmlNodePtr> string_xml_node_map;
[all …]
/third_party/libxml2/
Dtree.c62 xmlNewReconciledNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
91 xmlTreeErr(int code, xmlNodePtr node, const char *extra) in xmlTreeErr()
131 xmlNodePtr ulccur = (n)->children; \
734 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { in xmlNewNs()
807 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { in xmlSetNs()
912 xmlRegisterNodeDefaultValue((xmlNodePtr)cur); in xmlNewDtd()
926 xmlNodePtr cur; in xmlGetIntSubset()
1010 doc->children = (xmlNodePtr) cur; in xmlCreateIntSubset()
1011 doc->last = (xmlNodePtr) cur; in xmlCreateIntSubset()
1014 xmlNodePtr prev; in xmlCreateIntSubset()
[all …]
Dxpointer.c136 xmlNodePtr xmlXPtrAdvanceNode(xmlNodePtr cur, int *level);
144 xmlXPtrGetArity(xmlNodePtr cur) { in xmlXPtrGetArity()
167 xmlXPtrGetIndex(xmlNodePtr cur) { in xmlXPtrGetIndex()
188 static xmlNodePtr
189 xmlXPtrGetNthChild(xmlNodePtr cur, int no) { in xmlXPtrGetNthChild()
227 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) { in xmlXPtrCmpPoints()
253 xmlXPtrNewPoint(xmlNodePtr node, int indx) { in xmlXPtrNewPoint()
282 xmlNodePtr tmp2; in xmlXPtrRangeCheckOrder()
343 xmlXPtrNewRangeInternal(xmlNodePtr start, int startindex, in xmlXPtrNewRangeInternal()
344 xmlNodePtr end, int endindex) { in xmlXPtrNewRangeInternal()
[all …]
Dschematron.c88 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 …]
DdebugXML.c46 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 …]
Dxinclude.c58 xmlNodePtr ref; /* the node making the reference in the source */
59 xmlNodePtr inc; /* the included copy */
94 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree,
111 xmlXIncludeErrMemory(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, in xmlXIncludeErrMemory()
132 xmlXIncludeErr(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error, in xmlXIncludeErr()
154 xmlXIncludeWarn(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error,
175 xmlXIncludeGetProp(xmlXIncludeCtxtPtr ctxt, xmlNodePtr cur, in xmlXIncludeGetProp()
227 xmlNodePtr ref) { in xmlXIncludeNewRef()
292 xmlXIncludeErrMemory(NULL, (xmlNodePtr) doc, in xmlXIncludeNewContext()
498 xmlXIncludeAddNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr cur) { in xmlXIncludeAddNode()
[all …]
Dc14n.c50 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(void *user_data, xmlNodePtr node, xmlNodePtr parent) { in xmlC14NIsNodeInNodeset()
276 return(xmlXPathNodeSetContains(nodes, (xmlNodePtr)&ns)); in xmlC14NIsNodeInNodeset()
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dc2xml.c41 static xmlNodePtr root_node = NULL;/* root node pointer */
44 static void examine_symbol(struct symbol *sym, xmlNodePtr node);
46 static xmlAttrPtr newProp(xmlNodePtr node, const char *name, const char *value) in newProp()
51 static xmlAttrPtr newNumProp(xmlNodePtr node, const char *name, int value) in newNumProp()
58 static xmlAttrPtr newIdProp(xmlNodePtr node, const char *name, unsigned int id) in newIdProp()
65 static xmlNodePtr new_sym_node(struct symbol *sym, const char *name, xmlNodePtr parent) in new_sym_node()
67 xmlNodePtr node; in new_sym_node()
100 static inline void examine_members(struct symbol_list *list, xmlNodePtr node) in examine_members()
109 static void examine_modifiers(struct symbol *sym, xmlNodePtr node) in examine_modifiers()
158 examine_layout(struct symbol *sym, xmlNodePtr node) in examine_layout()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstxmlhelper.h115 void gst_xml_helper_set_prop_string (xmlNodePtr node, const gchar * name, gchar* value);
116 void gst_xml_helper_set_prop_boolean (xmlNodePtr node, const gchar * name, gboolean value);
117 void gst_xml_helper_set_prop_int (xmlNodePtr root, const gchar * name, gint value);
118 void gst_xml_helper_set_prop_uint (xmlNodePtr root, const gchar * name, guint value);
119 void gst_xml_helper_set_prop_int64 (xmlNodePtr node, const gchar * name, gint64 value);
120 void gst_xml_helper_set_prop_uint64 (xmlNodePtr node, const gchar * name, guint64 value);
122 void gst_xml_helper_set_prop_double (xmlNodePtr node, const gchar * name, gdouble value);
123 void gst_xml_helper_set_prop_date_time (xmlNodePtr node, const gchar * name, GstDateTime* value);
125 void gst_xml_helper_set_prop_ratio (xmlNodePtr node, const gchar * name, GstXMLRatio* value);
126 void gst_xml_helper_set_prop_framerate (xmlNodePtr node, const gchar * name, GstXMLFrameRate* value…
[all …]
Dgstmpdnode.c41 xmlNodePtr parent_xml_node = (xmlNodePtr) user_data; in gst_mpd_node_get_list_item()
42 xmlNodePtr new_xml_node = gst_mpd_node_get_xml_pointer (node); in gst_mpd_node_get_list_item()
48 gst_mpd_node_add_child_node (GstMPDNode * child, xmlNodePtr parent) in gst_mpd_node_add_child_node()
50 xmlNodePtr new_xml_node = gst_mpd_node_get_xml_pointer (child); in gst_mpd_node_add_child_node()
67 xmlNodePtr

123456