Searched refs:node (Results 176 - 200 of 1252) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/lib/
H A Ddnet_pton.c41 u_int16_t node = 0; local
47 pos = dnet_num(src + pos + 1, &node);
48 if ((pos == 0) || (node > 1023))
51 *(u_int16_t *)dna->a_addr = dn_htons((area << 10) | node);
H A Dipx_pton.c45 static int ipx_getnode(u_int8_t *node, const char *str) argument
53 node[i] = (u_int8_t)tmp;
54 node[i] <<= 4;
57 node[i] |= (u_int8_t)tmp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dcluster.h50 * @highest_node: id of highest numbered node within cluster
51 * @highest_slave: (used for secondary node support)
57 struct node **nodes;
63 extern struct node **tipc_local_nodes;
69 struct node *tipc_cltr_select_node(struct cluster *c_ptr, u32 selector);
74 void tipc_cltr_attach_node(struct cluster *c_ptr, struct node *n_ptr);
H A Dname_table.h58 * @node: network address of publishing port's node
61 * @subscr: subscription to "node down" event (for off-node publications only)
62 * @local_list: adjacent entries in list of publications made by this node
64 * @node_list: next matching name seq publication with >= node scope
68 * Note that the node list, cluster list, and zone list are circular lists.
76 u32 node; member in struct:publication
91 u32 tipc_nametbl_translate(u32 type, u32 instance, u32 *node);
100 u32 scope, u32 node, u3
[all...]
H A Dbcast.h44 * struct node_map - set of node identifiers
46 * @map: bitmap of node identifiers that are in the set
58 * struct port_list - set of node local destination ports
71 struct node;
77 * nmap_get - determine if node exists in a node map
80 static inline int tipc_nmap_get(struct node_map *nm_ptr, u32 node) argument
82 int n = tipc_node(node);
90 * nmap_add - add a node to a node ma
93 tipc_nmap_add(struct node_map *nm_ptr, u32 node) argument
109 tipc_nmap_remove(struct node_map *nm_ptr, u32 node) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A DuuidP.h52 uint8_t node[6]; member in struct:uuid
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dtraps.h7 struct list_head node; member in struct:undef_hook
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/
H A Dtraps.h14 struct list_head node; member in struct:undef_hook
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dpcy_tree.c255 /* If a node is mapped any it doesn't have a corresponding
257 * However such an identical node would be created
266 /* Look for matching node in parent */
288 X509_POLICY_NODE *node; local
295 node = sk_X509_POLICY_NODE_value(last->nodes, i);
297 /* Skip any node with any children: we only want unmathced
301 * because each node may have multiple children
303 if (node->nchild)
305 /* Create a new node with qualifiers from anyPolicy and
306 * id from unmatched node
338 X509_POLICY_NODE *node; local
416 X509_POLICY_NODE *node, *anyptr; local
463 X509_POLICY_NODE *node; local
546 exnode_free(X509_POLICY_NODE *node) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dprom.h40 phandle node; member in struct:device_node
51 struct proc_dir_entry *pde; /* this node's proc directory */
59 #define OF_DYNAMIC 1 /* node and properties were allocated via kmalloc */
85 extern struct device_node *of_get_parent(const struct device_node *node);
86 extern struct device_node *of_get_next_child(const struct device_node *node,
93 extern const void *of_get_property(const struct device_node *node,
96 #define get_property(node,name,lenp) of_get_property(node,name,lenp)
97 extern int of_set_property(struct device_node *node, const char *name, void *val, int len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dprom.h41 phandle node; member in struct:device_node
52 struct proc_dir_entry *pde; /* this node's proc directory */
67 #define OF_DYNAMIC 1 /* node and properties were allocated via kmalloc */
94 extern struct device_node *of_get_parent(const struct device_node *node);
95 extern struct device_node *of_get_next_child(const struct device_node *node,
102 extern const void *of_get_property(const struct device_node *node,
105 #define get_property(node,name,lenp) of_get_property(node,name,lenp)
106 extern int of_set_property(struct device_node *node, const char *name, void *val, int len);
H A Doplib.h17 /* Root node of the prom device tree, this stays constant after
25 /* /chosen node of the prom device tree, this stays constant after
119 /* Acquire the IDPROM of the root node in the prom device tree. This
171 /* Start the CPU with the given device tree node at the passed program
190 /* Resume the CPU with the passed device tree node. */
252 extern int __prom_getsibling(int node);
256 /* Get the child node of the given node, or zero if no child exists. */
259 /* Get the next sibling node of the given node, o
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgl_anyhash_list2.h108 gl_hash_entry_t node = old_table[--i]; local
110 while (node != NULL)
112 gl_hash_entry_t next = node->hash_next;
114 size_t bucket = node->hashcode % new_size;
115 node->hash_next = new_table[bucket];
116 new_table[bucket] = node;
118 node = next;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/ata_id/
H A Data_id.c94 const char *node = NULL; local
127 node = argv[optind];
128 if (node == NULL) {
129 err("no node specified");
134 fd = open(node, O_RDONLY|O_NONBLOCK);
136 err("unable to open '%s'", node);
143 info("HDIO_GET_IDENTITY unsupported for '%s'", node);
146 err("HDIO_GET_IDENTITY failed for '%s'", node);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom.c97 int __init of_scan_flat_dt(int (*it)(unsigned long node, argument
169 void* __init of_get_flat_dt_prop(unsigned long node, const char *name, argument
172 unsigned long p = node;
207 int __init of_flat_dt_is_compatible(unsigned long node, const char *compat) argument
212 cp = of_get_flat_dt_prop(node, "compatible", &cplen);
254 printk("Weird tag at start of node: %x\n", tag);
270 /* root node: special case. fpsize accounts for path
271 * plus terminating zero. root node only has '/', so
353 np->node = *((u32 *)*p);
355 np->linux_phandle = np->node;
534 scan_features(unsigned long node, unsigned char *ftrs, unsigned long tablelen, struct ibm_pa_feature *fp, unsigned long ft_size) argument
569 check_cpu_pa_features(unsigned long node) argument
599 check_cpu_feature_properties(unsigned long node) argument
614 early_init_dt_scan_cpus(unsigned long node, const char *uname, int depth, void *data) argument
712 early_init_dt_check_for_initrd(unsigned long node) argument
736 early_init_dt_check_for_initrd(unsigned long node) argument
741 early_init_dt_scan_chosen(unsigned long node, const char *uname, int depth, void *data) argument
804 early_init_dt_scan_root(unsigned long node, const char *uname, int depth, void *data) argument
839 early_init_dt_scan_drconf_memory(unsigned long node) argument
883 early_init_dt_scan_memory(unsigned long node, const char *uname, int depth, void *data) argument
1294 of_get_parent(const struct device_node *node) argument
1316 of_get_next_child(const struct device_node *node, struct device_node *prev) argument
1339 of_node_get(struct device_node *node) argument
1361 struct device_node *node = kref_to_device_node(kref); local
1389 of_node_put(struct device_node *node) argument
1453 of_finish_dynamic_node(struct device_node *node) argument
1487 prom_reconfig_notifier(struct notifier_block *nb, unsigned long action, void *node) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dinterrupt.c27 * vs node numbers in the setup code
29 * a non-active node to the active node)
53 struct device_node *node; member in struct:iic
64 unsigned char node = bits.source >> 4; local
71 return (node << IIC_IRQ_NODE_SHIFT) | (class << 4) | unit;
185 struct irq_host *iic_get_irq_host(int node) argument
228 static int iic_host_match(struct irq_host *h, struct device_node *node) argument
230 return of_device_is_compatible(node,
256 unsigned int node, ex local
297 init_one_iic(unsigned int hw_cpu, unsigned long addr, struct device_node *node) argument
318 unsigned int node, cascade, found = 0; local
396 int node = cpu >> 1; local
[all...]
H A Dspu_manage.c84 tmp = of_get_property(np->parent->parent, "node-id", NULL);
86 printk(KERN_WARNING "%s: can't find node-id\n", __FUNCTION__);
87 nid = spu->node;
91 /* Add the node number */
122 struct device_node *node = spu->devnode; local
127 spu->name = of_get_property(node, "name", NULL);
131 prop = of_get_property(node, "local-store", NULL);
138 spu_map_prop_old(spu, node, "local-store");
142 prop = of_get_property(node, "problem", NULL);
147 spu->problem = spu_map_prop_old(spu, node, "proble
281 struct device_node *node; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_top.c65 listnode node; local
68 for (node = listhead (o6->area_list); node; nextnode (node))
70 o6a = (struct ospf6_area *) getdata (node);
79 listnode node; local
82 for (node = listhead (o6->area_list); node; nextnode (node))
84 o6a = (struct ospf6_area *) getdata (node);
93 listnode node; local
181 listnode node; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dslab_def.h81 extern void *__kmalloc_node(size_t size, gfp_t flags, int node);
83 static inline void *kmalloc_node(size_t size, gfp_t flags, int node) argument
102 flags, node);
105 flags, node);
107 return __kmalloc_node(size, flags, node);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c81 xmlTreeErr(int code, xmlNodePtr node, const char *extra) argument
101 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra);
705 * @node: the element carrying the namespace
711 * node.
717 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { argument
720 if ((node != NULL) && (node->type != XML_ELEMENT_NODE))
746 if (node != NULL) {
747 if (node->nsDef == NULL) {
748 node
779 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) argument
1247 xmlNodePtr node; local
1444 xmlNodePtr node; local
1631 xmlNodePtr node = list; local
1713 xmlNodePtr node = list; local
1782 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, const xmlChar * name, const xmlChar * value, int eatname) argument
1883 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) argument
1908 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
1933 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, const xmlChar *value) argument
3871 xmlStaticCopyNode(const xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent, int extended) argument
4020 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) argument
4070 xmlCopyNode(const xmlNodePtr node, int extended) argument
4090 xmlDocCopyNode(const xmlNodePtr node, xmlDocPtr doc, int extended) argument
4106 xmlDocCopyNodeList(xmlDocPtr doc, const xmlNodePtr node) argument
4120 xmlCopyNodeList(const xmlNodePtr node) argument
4285 xmlGetLineNo(xmlNodePtr node) argument
4320 xmlGetNodePath(xmlNodePtr node) argument
5528 xmlGetNsList(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node) argument
5629 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) argument
5717 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, xmlNodePtr ancestor, const xmlChar * prefix) argument
5758 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
5926 xmlNodePtr node = tree; local
6101 xmlGetPropNodeInternal(xmlNodePtr node, const xmlChar *name, const xmlChar *nsName, int useDTD) argument
6261 xmlHasProp(xmlNodePtr node, const xmlChar *name) argument
6316 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
6338 xmlGetProp(xmlNodePtr node, const xmlChar *name) argument
6363 xmlGetNoNsProp(xmlNodePtr node, const xmlChar *name) argument
6388 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
6408 xmlUnsetProp(xmlNodePtr node, const xmlChar *name) argument
6429 xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) argument
6457 xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) argument
6493 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
6553 xmlNodeIsText(xmlNodePtr node) argument
6570 xmlIsBlankNode(xmlNodePtr node) argument
6599 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) argument
7647 xmlDOMWrapNSNormGatherInScopeNs(xmlNsMapPtr *map, xmlNodePtr node) argument
7782 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr node, int options ATTRIBUTE_UNUSED) argument
7915 xmlSearchNsByNamespaceStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* nsName, xmlNsPtr *retNs, int prefixed) argument
8015 xmlSearchNsByPrefixStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* prefix, xmlNsPtr *retNs) argument
8561 xmlDOMWrapAdoptBranch(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlDocPtr destDoc, xmlNodePtr destParent, int options ATTRIBUTE_UNUSED) argument
8926 xmlDOMWrapCloneNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlNodePtr *resNode, xmlDocPtr destDoc, xmlNodePtr destParent, int deep, int options ATTRIBUTE_UNUSED) argument
9580 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlDocPtr destDoc, xmlNodePtr destParent, int options) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexresolv.c162 * Convert name reference to a namespace node
171 /* Return the namespace node */
262 if ((stack_desc->reference.node->type ==
264 || (stack_desc->reference.node->type ==
267 /* These node types do not have 'real' subobjects */
269 *stack_ptr = (void *)stack_desc->reference.node;
271 /* Get the object pointed to by the namespace node */
274 (stack_desc->reference.node)->object;
352 struct acpi_namespace_node *node; local
358 /* Operand can be either a namespace node o
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/base/
H A Dattribute_container.c27 struct klist_node node; member in struct:internal_container
35 container_of(n, struct internal_container, node);
42 container_of(n, struct internal_container, node);
76 INIT_LIST_HEAD(&cont->node);
81 list_add_tail(&cont->node, &attribute_container_list);
102 list_del(&cont->node);
149 list_for_each_entry(cont, &attribute_container_list, node) {
174 klist_add_tail(&ic->node, &cont->containers);
212 list_for_each_entry(cont, &attribute_container_list, node) {
222 klist_for_each_entry(ic, &cont->containers, node,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dtypes.c172 libxml_xmlNodePtrWrap(xmlNodePtr node) argument
177 printf("libxml_xmlNodePtrWrap: node = %p\n", node);
179 if (node == NULL) {
184 PyCObject_FromVoidPtrAndDesc((void *) node, (char *) "xmlNodePtr",
213 printf("libxml_xmlNsPtrWrap: node = %p\n", ns);
336 * cobj: xmlNsPtr namespace node
339 * This function is called if and when a namespace node returned in
340 * an XPath node set is to be destroyed. That's the only kind of
341 * object returned in node se
372 xmlNodePtr node; local
397 xmlNodePtr node; local
427 PyObject *node; local
448 PyObject *node; local
466 PyObject *node; local
576 PyObject *node; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.c81 xmlTreeErr(int code, xmlNodePtr node, const char *extra) argument
98 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra);
700 * @node: the element carrying the namespace
706 * node.
712 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { argument
715 if ((node != NULL) && (node->type != XML_ELEMENT_NODE))
741 if (node != NULL) {
742 if (node->nsDef == NULL) {
743 node
774 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) argument
1240 xmlNodePtr node; local
1437 xmlNodePtr node; local
1624 xmlNodePtr node = list; local
1706 xmlNodePtr node = list; local
1775 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, const xmlChar * name, const xmlChar * value, int eatname) argument
1869 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) argument
1894 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
1919 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, const xmlChar *value) argument
3825 xmlStaticCopyNode(const xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent, int extended) argument
3974 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) argument
4024 xmlCopyNode(const xmlNodePtr node, int extended) argument
4044 xmlDocCopyNode(const xmlNodePtr node, xmlDocPtr doc, int extended) argument
4060 xmlDocCopyNodeList(xmlDocPtr doc, const xmlNodePtr node) argument
4074 xmlCopyNodeList(const xmlNodePtr node) argument
4239 xmlGetLineNo(xmlNodePtr node) argument
4274 xmlGetNodePath(xmlNodePtr node) argument
5470 xmlGetNsList(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node) argument
5571 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) argument
5659 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, xmlNodePtr ancestor, const xmlChar * prefix) argument
5700 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
5868 xmlNodePtr node = tree; local
6043 xmlGetPropNodeInternal(xmlNodePtr node, const xmlChar *name, const xmlChar *nsName, int useDTD) argument
6203 xmlHasProp(xmlNodePtr node, const xmlChar *name) argument
6258 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
6280 xmlGetProp(xmlNodePtr node, const xmlChar *name) argument
6305 xmlGetNoNsProp(xmlNodePtr node, const xmlChar *name) argument
6330 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
6350 xmlUnsetProp(xmlNodePtr node, const xmlChar *name) argument
6371 xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) argument
6399 xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) argument
6435 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
6492 xmlNodeIsText(xmlNodePtr node) argument
6509 xmlIsBlankNode(xmlNodePtr node) argument
6538 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) argument
7503 xmlDOMWrapNSNormGatherInScopeNs(xmlNsMapPtr *map, xmlNodePtr node) argument
7638 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr node, int options ATTRIBUTE_UNUSED) argument
7771 xmlSearchNsByNamespaceStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* nsName, xmlNsPtr *retNs, int prefixed) argument
7871 xmlSearchNsByPrefixStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* prefix, xmlNsPtr *retNs) argument
8417 xmlDOMWrapAdoptBranch(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlDocPtr destDoc, xmlNodePtr destParent, int options ATTRIBUTE_UNUSED) argument
8782 xmlDOMWrapCloneNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlNodePtr *resNode, xmlDocPtr destDoc, xmlNodePtr destParent, int deep, int options ATTRIBUTE_UNUSED) argument
9436 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlDocPtr destDoc, xmlNodePtr destParent, int options) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.c81 xmlTreeErr(int code, xmlNodePtr node, const char *extra) argument
98 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra);
700 * @node: the element carrying the namespace
706 * node.
712 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { argument
715 if ((node != NULL) && (node->type != XML_ELEMENT_NODE))
741 if (node != NULL) {
742 if (node->nsDef == NULL) {
743 node
774 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) argument
1240 xmlNodePtr node; local
1437 xmlNodePtr node; local
1624 xmlNodePtr node = list; local
1706 xmlNodePtr node = list; local
1775 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, const xmlChar * name, const xmlChar * value, int eatname) argument
1869 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) argument
1894 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
1919 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, const xmlChar *value) argument
3825 xmlStaticCopyNode(const xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent, int extended) argument
3974 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) argument
4024 xmlCopyNode(const xmlNodePtr node, int extended) argument
4044 xmlDocCopyNode(const xmlNodePtr node, xmlDocPtr doc, int extended) argument
4060 xmlDocCopyNodeList(xmlDocPtr doc, const xmlNodePtr node) argument
4074 xmlCopyNodeList(const xmlNodePtr node) argument
4239 xmlGetLineNo(xmlNodePtr node) argument
4274 xmlGetNodePath(xmlNodePtr node) argument
5470 xmlGetNsList(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node) argument
5571 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) argument
5659 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, xmlNodePtr ancestor, const xmlChar * prefix) argument
5700 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
5868 xmlNodePtr node = tree; local
6043 xmlGetPropNodeInternal(xmlNodePtr node, const xmlChar *name, const xmlChar *nsName, int useDTD) argument
6203 xmlHasProp(xmlNodePtr node, const xmlChar *name) argument
6258 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
6280 xmlGetProp(xmlNodePtr node, const xmlChar *name) argument
6305 xmlGetNoNsProp(xmlNodePtr node, const xmlChar *name) argument
6330 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
6350 xmlUnsetProp(xmlNodePtr node, const xmlChar *name) argument
6371 xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) argument
6399 xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) argument
6435 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
6492 xmlNodeIsText(xmlNodePtr node) argument
6509 xmlIsBlankNode(xmlNodePtr node) argument
6538 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) argument
7503 xmlDOMWrapNSNormGatherInScopeNs(xmlNsMapPtr *map, xmlNodePtr node) argument
7638 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr node, int options ATTRIBUTE_UNUSED) argument
7771 xmlSearchNsByNamespaceStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* nsName, xmlNsPtr *retNs, int prefixed) argument
7871 xmlSearchNsByPrefixStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* prefix, xmlNsPtr *retNs) argument
8417 xmlDOMWrapAdoptBranch(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlDocPtr destDoc, xmlNodePtr destParent, int options ATTRIBUTE_UNUSED) argument
8782 xmlDOMWrapCloneNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlNodePtr *resNode, xmlDocPtr destDoc, xmlNodePtr destParent, int deep, int options ATTRIBUTE_UNUSED) argument
9436 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlDocPtr destDoc, xmlNodePtr destParent, int options) argument
[all...]

Completed in 628 milliseconds

1234567891011>>