Searched refs:ns (Results 26 - 50 of 248) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dnsdel.py31 ns = node.removeNsDef('urn:bar') variable
33 ns.freeNsList()
40 ns = node.removeNsDef(None) variable
42 ns.freeNsList()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dtivo_utils.c34 char * ns = NULL; local
41 if( !(ns = malloc(alloc)) )
72 ns[strindex++] = in;
77 if( ns )
78 free(ns);
83 ns[strindex] = '\0'; /* terminate it */
84 return ns;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dunistr.c340 unsigned char *ns; local
345 ns = *outs;
347 if (ns && !ns_len) {
351 if (!ns) {
353 ns = kmalloc(ns_len + 1, GFP_NOFS);
354 if (!ns)
358 retry: wc = nls->uni2char(le16_to_cpu(ins[i]), ns + o,
365 else if (wc == -ENAMETOOLONG && ns != *outs) {
371 memcpy(tc, ns, ns_len);
373 kfree(ns);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.in.h399 * @ns: a node-set
405 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
408 * @ns: a node-set
413 * Returns the xmlNodePtr at the given @index in @ns or NULL if
416 #define xmlXPathNodeSetItem(ns, index) \
417 ((((ns) != NULL) && \
418 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
419 (ns)
[all...]
H A Dpattern.in.h80 const xmlChar *ns,
85 const xmlChar *ns);
89 const xmlChar *ns);
H A Dtree.c52 xmlNsPtr xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
769 * @ns: a namespace pointer
774 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { argument
782 node->ns = ns;
796 "xmlFreeNs : ns == NULL\n");
817 "xmlFreeNsList : ns == NULL\n");
1775 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, argument
1806 cur->ns = ns;
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
2155 xmlNewNode(xmlNsPtr ns, const xmlChar *name) argument
2197 xmlNewNodeEatName(xmlNsPtr ns, xmlChar *name) argument
2245 xmlNewDocNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2282 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, xmlChar *name, const xmlChar *content) argument
2311 xmlNewDocRawNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2409 xmlNewTextChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2789 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
3684 xmlNsPtr ns; local
3922 xmlNsPtr ns; local
4586 xmlNsPtr ns; local
4658 xmlNsPtr ns; local
4803 xmlNsPtr ns; local
5538 xmlNsPtr ns; local
5792 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) argument
6371 xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) argument
6411 xmlNsPtr ns; local
6435 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
7397 xmlNsPtr ns; local
7479 xmlNsPtr ns; local
7507 xmlNsPtr ns; local
7643 xmlNsPtr ns; local
7776 xmlNsPtr ns, prevns; local
7876 xmlNsPtr ns; local
8012 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
8159 xmlNsPtr ns, prevns; local
8428 xmlNsPtr ns = NULL; local
8795 xmlNsPtr ns; local
9320 xmlNsPtr ns = NULL; local
[all...]
H A Dxmlreader.c901 if ((node->ns == NULL) || (node->ns->prefix == NULL)) {
908 qname = xmlStrdup(node->ns->prefix);
992 if ((node->ns == NULL) || (node->ns->prefix == NULL)) {
999 qname = xmlStrdup(node->ns->prefix);
1457 (reader->node->ns != NULL) &&
1458 ((xmlStrEqual(reader->node->ns->href, XINCLUDE_NS)) ||
1459 (xmlStrEqual(reader->node->ns->href, XINCLUDE_OLD_NS)))) {
2266 xmlNsPtr ns; local
2314 xmlNsPtr ns; local
2386 xmlNsPtr ns; local
2482 xmlNsPtr ns; local
2510 xmlNsPtr ns; local
2559 xmlNsPtr ns; local
2664 xmlNsPtr ns; local
2759 xmlNsPtr ns = (xmlNsPtr) reader->curnode; local
2824 xmlNsPtr ns = (xmlNsPtr) reader->curnode; local
2890 xmlNsPtr ns; local
3043 xmlNsPtr ns = (xmlNsPtr) node; local
3074 xmlNsPtr ns = (xmlNsPtr) node; local
3141 xmlNsPtr ns = (xmlNsPtr) node; local
3212 xmlNsPtr ns = (xmlNsPtr) node; local
3247 xmlNsPtr ns = (xmlNsPtr) node; local
3279 xmlNsPtr ns = (xmlNsPtr) node; local
[all...]
H A Dpattern.c91 const xmlChar *ns; /* second string value */ member in struct:_xmlStreamStep
529 if (node->ns == NULL) {
532 } else if (node->ns->href != NULL) {
535 if (!xmlStrEqual(step->value2, node->ns->href))
575 if (node->ns == NULL) {
579 if (!xmlStrEqual(step->value2, node->ns->href))
601 if (node->ns == NULL) {
604 } else if (node->ns->href != NULL) {
607 if (!xmlStrEqual(step->value2, node->ns->href))
638 if (node->ns
1539 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, const xmlChar *ns, int nodeType, int flags) argument
1851 xmlStreamPushInternal(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns, int nodeType) argument
2210 xmlStreamPush(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns) argument
2235 xmlStreamPushNode(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns, int nodeType) argument
2260 xmlStreamPushAttr(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h402 * @ns: a node-set
408 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
411 * @ns: a node-set
416 * Returns the xmlNodePtr at the given @index in @ns or NULL if
419 #define xmlXPathNodeSetItem(ns, index) \
420 ((((ns) != NULL) && \
421 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
422 (ns)
[all...]
H A Dpattern.h80 const xmlChar *ns,
85 const xmlChar *ns);
89 const xmlChar *ns);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.in.h399 * @ns: a node-set
405 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
408 * @ns: a node-set
413 * Returns the xmlNodePtr at the given @index in @ns or NULL if
416 #define xmlXPathNodeSetItem(ns, index) \
417 ((((ns) != NULL) && \
418 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
419 (ns)
[all...]
H A Dpattern.in.h80 const xmlChar *ns,
85 const xmlChar *ns);
89 const xmlChar *ns);
H A Dtree.c52 xmlNsPtr xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
769 * @ns: a namespace pointer
774 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { argument
782 node->ns = ns;
796 "xmlFreeNs : ns == NULL\n");
817 "xmlFreeNsList : ns == NULL\n");
1775 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, argument
1806 cur->ns = ns;
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
2155 xmlNewNode(xmlNsPtr ns, const xmlChar *name) argument
2197 xmlNewNodeEatName(xmlNsPtr ns, xmlChar *name) argument
2245 xmlNewDocNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2282 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, xmlChar *name, const xmlChar *content) argument
2311 xmlNewDocRawNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2409 xmlNewTextChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2789 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
3684 xmlNsPtr ns; local
3922 xmlNsPtr ns; local
4586 xmlNsPtr ns; local
4658 xmlNsPtr ns; local
4803 xmlNsPtr ns; local
5538 xmlNsPtr ns; local
5792 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) argument
6371 xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) argument
6411 xmlNsPtr ns; local
6435 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
7397 xmlNsPtr ns; local
7479 xmlNsPtr ns; local
7507 xmlNsPtr ns; local
7643 xmlNsPtr ns; local
7776 xmlNsPtr ns, prevns; local
7876 xmlNsPtr ns; local
8012 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
8159 xmlNsPtr ns, prevns; local
8428 xmlNsPtr ns = NULL; local
8795 xmlNsPtr ns; local
9320 xmlNsPtr ns = NULL; local
[all...]
H A Dxmlreader.c901 if ((node->ns == NULL) || (node->ns->prefix == NULL)) {
908 qname = xmlStrdup(node->ns->prefix);
992 if ((node->ns == NULL) || (node->ns->prefix == NULL)) {
999 qname = xmlStrdup(node->ns->prefix);
1457 (reader->node->ns != NULL) &&
1458 ((xmlStrEqual(reader->node->ns->href, XINCLUDE_NS)) ||
1459 (xmlStrEqual(reader->node->ns->href, XINCLUDE_OLD_NS)))) {
2266 xmlNsPtr ns; local
2314 xmlNsPtr ns; local
2386 xmlNsPtr ns; local
2482 xmlNsPtr ns; local
2510 xmlNsPtr ns; local
2559 xmlNsPtr ns; local
2664 xmlNsPtr ns; local
2759 xmlNsPtr ns = (xmlNsPtr) reader->curnode; local
2824 xmlNsPtr ns = (xmlNsPtr) reader->curnode; local
2890 xmlNsPtr ns; local
3043 xmlNsPtr ns = (xmlNsPtr) node; local
3074 xmlNsPtr ns = (xmlNsPtr) node; local
3141 xmlNsPtr ns = (xmlNsPtr) node; local
3212 xmlNsPtr ns = (xmlNsPtr) node; local
3247 xmlNsPtr ns = (xmlNsPtr) node; local
3279 xmlNsPtr ns = (xmlNsPtr) node; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dutil.h20 int sem_init_ns(struct ipc_namespace *ns);
21 int msg_init_ns(struct ipc_namespace *ns);
22 int shm_init_ns(struct ipc_namespace *ns);
24 void sem_exit_ns(struct ipc_namespace *ns);
25 void msg_exit_ns(struct ipc_namespace *ns);
26 void shm_exit_ns(struct ipc_namespace *ns);
H A Dutil.c57 struct ipc_namespace *ns; local
60 ns = kmalloc(sizeof(struct ipc_namespace), GFP_KERNEL);
61 if (ns == NULL)
64 err = sem_init_ns(ns);
67 err = msg_init_ns(ns);
70 err = shm_init_ns(ns);
74 kref_init(&ns->kref);
75 return ns;
78 msg_exit_ns(ns);
80 sem_exit_ns(ns);
87 copy_ipcs(unsigned long flags, struct ipc_namespace *ns) argument
105 struct ipc_namespace *ns; local
114 copy_ipcs(unsigned long flags, struct ipc_namespace *ns) argument
715 struct ipc_namespace *ns; member in struct:ipc_proc_iter
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c52 xmlNsPtr xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
774 * @ns: a namespace pointer
779 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { argument
787 node->ns = ns;
801 "xmlFreeNs : ns == NULL\n");
822 "xmlFreeNsList : ns == NULL\n");
1782 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, argument
1817 cur->ns = ns;
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
2169 xmlNewNode(xmlNsPtr ns, const xmlChar *name) argument
2211 xmlNewNodeEatName(xmlNsPtr ns, xmlChar *name) argument
2259 xmlNewDocNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2296 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, xmlChar *name, const xmlChar *content) argument
2330 xmlNewDocRawNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2428 xmlNewTextChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2808 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
3730 xmlNsPtr ns; local
3968 xmlNsPtr ns; local
4632 xmlNsPtr ns; local
4704 xmlNsPtr ns; local
4849 xmlNsPtr ns; local
5596 xmlNsPtr ns; local
5850 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) argument
6429 xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) argument
6469 xmlNsPtr ns; local
6493 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
7541 xmlNsPtr ns; local
7623 xmlNsPtr ns; local
7651 xmlNsPtr ns; local
7787 xmlNsPtr ns; local
7920 xmlNsPtr ns, prevns; local
8020 xmlNsPtr ns; local
8156 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
8303 xmlNsPtr ns, prevns; local
8572 xmlNsPtr ns = NULL; local
8939 xmlNsPtr ns; local
9464 xmlNsPtr ns = NULL; local
[all...]
H A DtestC14N.c31 "Usage: %s <mode> <xml-file> [<xpath-expr>] [<inclusive-ns-list>]\n",
232 xmlNsPtr ns; local
284 ns = node->nsDef;
285 while(ns != NULL) {
286 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) {
287 fprintf(stderr,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", ns->prefix, ns->href);
293 ns = ns
[all...]
H A Dxmlreader.c920 if ((node->ns == NULL) || (node->ns->prefix == NULL)) {
927 qname = xmlStrdup(node->ns->prefix);
1011 if ((node->ns == NULL) || (node->ns->prefix == NULL)) {
1018 qname = xmlStrdup(node->ns->prefix);
1487 (reader->node->ns != NULL) &&
1488 ((xmlStrEqual(reader->node->ns->href, XINCLUDE_NS)) ||
1489 (xmlStrEqual(reader->node->ns->href, XINCLUDE_OLD_NS)))) {
2302 xmlNsPtr ns; local
2350 xmlNsPtr ns; local
2422 xmlNsPtr ns; local
2518 xmlNsPtr ns; local
2546 xmlNsPtr ns; local
2595 xmlNsPtr ns; local
2700 xmlNsPtr ns; local
2795 xmlNsPtr ns = (xmlNsPtr) reader->curnode; local
2860 xmlNsPtr ns = (xmlNsPtr) reader->curnode; local
2926 xmlNsPtr ns; local
3079 xmlNsPtr ns = (xmlNsPtr) node; local
3110 xmlNsPtr ns = (xmlNsPtr) node; local
3177 xmlNsPtr ns = (xmlNsPtr) node; local
3248 xmlNsPtr ns = (xmlNsPtr) node; local
3283 xmlNsPtr ns = (xmlNsPtr) node; local
3315 xmlNsPtr ns = (xmlNsPtr) node; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dtivo_utils.c34 char * ns = NULL; local
41 if( !(ns = malloc(alloc)) )
72 ns[strindex++] = in;
81 ns[strindex] = '\0'; /* terminate it */
82 return ns;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dtivo_utils.c34 char * ns = NULL; local
41 if( !(ns = malloc(alloc)) )
72 ns[strindex++] = in;
81 ns[strindex] = '\0'; /* terminate it */
82 return ns;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Deeh.h187 int ns)
189 _insb(addr, buf, ns);
190 if (EEH_POSSIBLE_ERROR((*(((u8*)buf)+ns-1)), u8))
195 int ns)
197 _insw(addr, buf, ns);
198 if (EEH_POSSIBLE_ERROR((*(((u16*)buf)+ns-1)), u16))
186 eeh_readsb(const volatile void __iomem *addr, void * buf, int ns) argument
194 eeh_readsw(const volatile void __iomem *addr, void * buf, int ns) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dof_device.c212 int na, int ns, int pna);
230 const u32 *size, int na, int ns)
238 b += of_read_addr(size, ns);
246 int na, int ns, int pna)
251 if (ns > 2) {
252 printk("of_device: Cannot handle size cells (%d) > 2.", ns);
256 if (of_out_of_range(addr, range, range + na + pna, na, ns))
310 int na, int ns, int pna)
320 na - 1, ns))
373 static int of_bus_sbus_map(u32 *addr, const u32 *range, int na, int ns, in argument
229 of_out_of_range(const u32 *addr, const u32 *base, const u32 *size, int na, int ns) argument
245 of_bus_default_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
309 of_bus_pci_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
429 build_one_resource(struct device_node *parent, struct of_bus *bus, struct of_bus *pbus, u32 *addr, int na, int ns, int pna) argument
471 int na, ns; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtime.h168 * @ns: unsigned nanoseconds value to be added
170 static inline void timespec_add_ns(struct timespec *a, u64 ns) argument
172 ns += a->tv_nsec;
173 while(unlikely(ns >= NSEC_PER_SEC)) {
174 ns -= NSEC_PER_SEC;
177 a->tv_nsec = ns;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Ddfa.c110 int ns = nfa_states[i]; local
111 register int type = state_type[ns];
112 register int ar = assoc_rule[ns];
250 register int stkpos, ns, tsp; local
313 ns = t[nstate];
318 if ( ! IS_MARKED(ns) )
320 PUT_ON_STACK(ns)
321 CHECK_ACCEPT(ns)
322 hashval += ns;
328 ns
928 int ns, tsp, sym, i, j, lenccl, ch, numstates, ccllist; local
1017 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; local
[all...]

Completed in 272 milliseconds

12345678910