Searched refs:ns (Results 51 - 75 of 248) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
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
1541 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, const xmlChar *ns, int nodeType, int flags) argument
1853 xmlStreamPushInternal(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns, int nodeType) argument
2212 xmlStreamPush(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns) argument
2237 xmlStreamPushNode(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns, int nodeType) argument
2262 xmlStreamPushAttr(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns) argument
[all...]
H A Dvalid.c1390 xmlChar *ns, *uqname; local
1442 uqname = xmlSplitQName2(name, &ns);
1463 if (ns != NULL)
1464 xmlFree(ns);
1473 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns);
1477 xmlHashRemoveEntry2(dtd->doc->intSubset->elements, name, ns, NULL);
1486 ret = xmlHashLookup2(table, name, ns);
1499 if (ns != NULL)
1500 xmlFree(ns);
1503 if (ns !
1974 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *ns, xmlAttributeType type, xmlAttributeDefault def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
4566 xmlValidateOneNamespace(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) argument
6205 xmlNsPtr ns; local
6214 xmlNsPtr ns; local
6289 xmlNsPtr ns; local
6306 xmlNsPtr ns; local
6411 xmlNsPtr ns; local
[all...]
H A Dxlink.c133 } else if ((node->ns != NULL) &&
134 (xmlStrEqual(node->ns->href, XHTML_NAMESPACE))) {
H A DSAX2.c1065 xmlChar *ns; local
1071 ns = NULL;
1077 name = xmlSplitQName(ctxt, fullname, &ns);
1079 if (xmlStrEqual(ns, BAD_CAST "xmlns")) {
1088 if (ns != NULL)
1089 xmlFree(ns);
1090 ns = NULL;
1097 if (ns != NULL)
1098 xmlFree(ns);
1124 if ((!ctxt->html) && (ns
1532 xmlNsPtr ns; local
2142 xmlNsPtr last = NULL, ns; local
[all...]
H A DdebugXML.c84 * @ns: the namespace node
93 xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns) argument
97 if ((node == NULL) || (ns == NULL))
117 if (cur == ns)
119 if (xmlStrEqual(cur->prefix, ns->prefix))
131 if (oldNs == ns)
192 * @ns: the namespace node
197 xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) argument
201 ret = xmlNsCheckScope(node, ns);
203 if (ns
336 xmlNsPtr ns; local
714 xmlCtxtDumpNamespace(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) argument
751 xmlCtxtDumpNamespaceList(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) argument
1764 xmlNsPtr ns = (xmlNsPtr) node; local
2161 xmlNsPtr ns; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
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...]
H A Dvalid.c1385 xmlChar *ns, *uqname; local
1437 uqname = xmlSplitQName2(name, &ns);
1458 if (ns != NULL)
1459 xmlFree(ns);
1468 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns);
1472 xmlHashRemoveEntry2(dtd->doc->intSubset->elements, name, ns, NULL);
1481 ret = xmlHashLookup2(table, name, ns);
1494 if (ns != NULL)
1495 xmlFree(ns);
1498 if (ns !
1969 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *ns, xmlAttributeType type, xmlAttributeDefault def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
4440 xmlValidateOneNamespace(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) argument
6079 xmlNsPtr ns; local
6088 xmlNsPtr ns; local
6163 xmlNsPtr ns; local
6180 xmlNsPtr ns; local
6285 xmlNsPtr ns; local
[all...]
H A Dxlink.c133 } else if ((node->ns != NULL) &&
134 (xmlStrEqual(node->ns->href, XHTML_NAMESPACE))) {
H A DSAX2.c1058 xmlChar *ns; local
1065 name = xmlSplitQName(ctxt, fullname, &ns);
1067 if (xmlStrEqual(ns, BAD_CAST "xmlns")) {
1076 if (ns != NULL)
1077 xmlFree(ns);
1078 ns = NULL;
1084 if (ns != NULL)
1085 xmlFree(ns);
1111 if ((!ctxt->html) && (ns == NULL) &&
1166 (ns !
1519 xmlNsPtr ns; local
2126 xmlNsPtr last = NULL, ns; local
[all...]
H A DdebugXML.c84 * @ns: the namespace node
93 xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns) argument
97 if ((node == NULL) || (ns == NULL))
117 if (cur == ns)
119 if (xmlStrEqual(cur->prefix, ns->prefix))
131 if (oldNs == ns)
192 * @ns: the namespace node
197 xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) argument
201 ret = xmlNsCheckScope(node, ns);
203 if (ns
335 xmlNsPtr ns; local
713 xmlCtxtDumpNamespace(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) argument
750 xmlCtxtDumpNamespaceList(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) argument
1763 xmlNsPtr ns = (xmlNsPtr) node; local
2160 xmlNsPtr ns; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_parse.c26 #define OF_CHECK_COUNTS(na, ns) ((na) > 0 && (na) <= OF_MAX_ADDR_CELLS && \
27 (ns) >= 0)
57 int na, int ns, int pna);
77 int na, int ns, int pna)
82 s = of_read_number(range + na + pna, ns);
131 static u64 of_bus_pci_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
141 s = of_read_number(range + na + pna, ns);
182 int onesize, i, na, ns; local
193 bus->count_cells(dev, &na, &ns);
195 if (!OF_CHECK_COUNTS(na, ns))
76 of_bus_default_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
332 of_bus_isa_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
420 of_translate_one(struct device_node *parent, struct of_bus *bus, struct of_bus *pbus, u32 *addr, int na, int ns, int pna) argument
489 int na, ns, pna, pns; local
568 int onesize, i, na, ns; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Duser.c27 #define uidhashentry(ns, uid) ((ns)->uidhash_table + __uidhashfn((uid)))
295 struct user_namespace *ns = current->nsproxy->user_ns; local
298 ret = uid_hash_find(uid, uidhashentry(ns, uid));
317 struct user_struct * alloc_uid(struct user_namespace *ns, uid_t uid) argument
319 struct hlist_head *hashent = uidhashentry(ns, uid);
429 void release_uids(struct user_namespace *ns) argument
443 head = ns->uidhash_table + i;
451 free_uid(ns->root_user);
H A Ddelayacct.c64 s64 ns; local
69 ns = timespec_to_ns(&ts);
70 if (ns < 0)
74 *total += ns;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dnfa.c97 int sym, tsp1, tsp2, anum, ns; local
109 /* for ( ns = firstst[state1]; ns <= lastst[state1]; ++ns ) */
110 for ( ns = 1; ns <= lastnfa; ++ns )
112 fprintf( stderr, _( "state # %4d\t" ), ns );
114 sym = transchar[ns];
115 tsp1 = trans1[ns];
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c32 int j = 0, ns = 0; local
39 ns = 1;
73 if (ns)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.c1385 xmlChar *ns, *uqname; local
1437 uqname = xmlSplitQName2(name, &ns);
1458 if (ns != NULL)
1459 xmlFree(ns);
1468 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns);
1472 xmlHashRemoveEntry2(dtd->doc->intSubset->elements, name, ns, NULL);
1481 ret = xmlHashLookup2(table, name, ns);
1494 if (ns != NULL)
1495 xmlFree(ns);
1498 if (ns !
1969 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *ns, xmlAttributeType type, xmlAttributeDefault def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
4440 xmlValidateOneNamespace(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) argument
6079 xmlNsPtr ns; local
6088 xmlNsPtr ns; local
6163 xmlNsPtr ns; local
6180 xmlNsPtr ns; local
6285 xmlNsPtr ns; local
[all...]
H A Dxlink.c133 } else if ((node->ns != NULL) &&
134 (xmlStrEqual(node->ns->href, XHTML_NAMESPACE))) {
H A DSAX2.c1058 xmlChar *ns; local
1065 name = xmlSplitQName(ctxt, fullname, &ns);
1067 if (xmlStrEqual(ns, BAD_CAST "xmlns")) {
1076 if (ns != NULL)
1077 xmlFree(ns);
1078 ns = NULL;
1084 if (ns != NULL)
1085 xmlFree(ns);
1111 if ((!ctxt->html) && (ns == NULL) &&
1166 (ns !
1519 xmlNsPtr ns; local
2126 xmlNsPtr last = NULL, ns; local
[all...]
H A DdebugXML.c84 * @ns: the namespace node
93 xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns) argument
97 if ((node == NULL) || (ns == NULL))
117 if (cur == ns)
119 if (xmlStrEqual(cur->prefix, ns->prefix))
131 if (oldNs == ns)
192 * @ns: the namespace node
197 xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) argument
201 ret = xmlNsCheckScope(node, ns);
203 if (ns
335 xmlNsPtr ns; local
713 xmlCtxtDumpNamespace(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) argument
750 xmlCtxtDumpNamespaceList(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) argument
1763 xmlNsPtr ns = (xmlNsPtr) node; local
2160 xmlNsPtr ns; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dmem_pieces.c144 unsigned long a, s, ns; local
153 ns = mp->regions[j].address + mp->regions[j].size - a;
154 if (ns > s)
155 s = ns;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dllc_c_ev.c48 * @ns: sequence number of received pdu.
55 static u16 llc_util_ns_inside_rx_window(u8 ns, u8 vr, u8 rw) argument
57 return !llc_circular_between(vr, ns,
197 const u8 ns = LLC_I_GET_NS(pdu); local
200 LLC_I_PF_IS_0(pdu) && ns != vr &&
201 !llc_util_ns_inside_rx_window(ns, vr, llc_sk(sk)->rw) ? 0 : 1;
209 const u8 ns = LLC_I_GET_NS(pdu); local
212 LLC_I_PF_IS_1(pdu) && ns != vr &&
213 !llc_util_ns_inside_rx_window(ns, vr, llc_sk(sk)->rw) ? 0 : 1;
221 const u8 ns local
264 const u8 ns = LLC_I_GET_NS(pdu); local
276 const u8 ns = LLC_I_GET_NS(pdu); local
288 const u8 ns = LLC_I_GET_NS(pdu); local
299 const u8 ns = LLC_I_GET_NS(pdu); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_ds_in.c149 static int ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) argument
242 if (ns == ax25->vr) {
246 ax25->vr = ns; /* ax25->vr - 1 */
285 int queued = 0, frametype, ns, nr, pf; local
287 frametype = ax25_decode(ax25, skb, &ns, &nr, &pf);
297 queued = ax25_ds_state3_machine(ax25, skb, frametype, ns, nr, pf, type);
H A Dax25_std_in.c145 static int ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) argument
227 if (ns == ax25->vr) {
231 ax25->vr = ns; /* ax25->vr - 1 */
270 static int ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) argument
382 if (ns == ax25->vr) {
386 ax25->vr = ns; /* ax25->vr - 1 */
425 int queued = 0, frametype, ns, nr, pf; local
427 frametype = ax25_decode(ax25, skb, &ns, &nr, &pf);
437 queued = ax25_std_state3_machine(ax25, skb, frametype, ns, nr, pf, type);
440 queued = ax25_std_state4_machine(ax25, skb, frametype, ns, n
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dnamespace.c138 static void touch_mnt_namespace(struct mnt_namespace *ns) argument
140 if (ns) {
141 ns->event = ++event;
142 wake_up_interruptible(&ns->poll);
146 static void __touch_mnt_namespace(struct mnt_namespace *ns) argument
148 if (ns && ns->event != event) {
149 ns->event = event;
150 wake_up_interruptible(&ns->poll);
1178 struct mnt_namespace *ns; local
1518 copy_mnt_ns(int flags, struct mnt_namespace *ns, struct fs_struct *new_fs) argument
1776 struct mnt_namespace *ns; local
1857 __put_mnt_ns(struct mnt_namespace *ns) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A Dnr_in.c155 unsigned short nr, ns; local
159 ns = skb->data[17];
237 ns = skbn->data[17];
238 if (ns == nrom->vr) {
245 } else if (nr_in_rx_window(sk, ns)) {

Completed in 311 milliseconds

12345678910