Searched refs:ns (Results 76 - 100 of 154) sorted by relevance

1234567

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlsave.c582 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
583 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
774 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
775 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
807 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
808 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
916 if ((node->ns !
[all...]
H A DHTMLtree.c671 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
672 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
680 if ((cur->ns == NULL) && (cur->parent != NULL) &&
681 (cur->parent->ns == NULL) &&
839 if (cur->ns == NULL)
845 if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) {
846 xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix);
875 if ((cur->ns !
[all...]
H A Drelaxng.c40 "http://relaxng.org/ns/structure/1.0";
43 ((node != NULL) && (node->ns != NULL) && \
45 (xmlStrEqual(node->ns->href, xmlRelaxNGNs)))
157 xmlChar *ns; /* the namespace local name if present */ member in struct:_xmlRelaxNGDefine
985 if (define->ns != NULL)
986 xmlFree(define->ns);
1583 * @ns: the namespace passed from the context.
1593 xmlNodePtr node, const xmlChar * ns)
1646 * transmit the ns if needed
1648 if (ns !
1592 xmlRelaxNGLoadInclude(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL, xmlNodePtr node, const xmlChar * ns) argument
1929 xmlRelaxNGLoadExternalRef(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL, const xmlChar * ns) argument
3750 xmlNs ns; local
4632 xmlChar *ns; local
6901 xmlChar *href, *ns, *base, *URL; local
6987 xmlChar *href, *ns, *base, *URL; local
7043 xmlChar *name, *ns; local
7096 xmlChar *ns = NULL; local
7124 xmlNsPtr ns; local
7197 xmlChar *ns; local
[all...]
H A Dxpath.c3305 * @ns: the libxml namespace declaration node.
3314 xmlXPathNodeSetDupNs(xmlNodePtr node, xmlNsPtr ns) { argument
3317 if ((ns == NULL) || (ns->type != XML_NAMESPACE_DECL))
3320 return((xmlNodePtr) ns);
3332 if (ns->href != NULL)
3333 cur->href = xmlStrdup(ns->href);
3334 if (ns->prefix != NULL)
3335 cur->prefix = xmlStrdup(ns->prefix);
3342 * @ns
3349 xmlXPathNodeSetFreeNs(xmlNsPtr ns) argument
3392 xmlNsPtr ns = (xmlNsPtr) val; local
3448 xmlXPathNodeSetAddNs(xmlNodeSetPtr cur, xmlNodePtr node, xmlNsPtr ns) argument
3548 xmlNsPtr ns = (xmlNsPtr) val; local
3600 xmlNsPtr ns = (xmlNsPtr) val; local
3709 xmlNsPtr ns = (xmlNsPtr) n2; local
3768 xmlNsPtr ns = (xmlNsPtr) val2->nodeTab[i]; local
5349 xmlXPathCastNodeSetToString(xmlNodeSetPtr ns) argument
5513 xmlXPathCastNodeSetToNumber(xmlNodeSetPtr ns) argument
5631 xmlXPathCastNodeSetToBoolean(xmlNodeSetPtr ns) argument
6074 xmlNodeSetPtr ns; local
6129 xmlNodeSetPtr ns; local
6325 xmlNodeSetPtr ns; local
6384 xmlNodeSetPtr ns; local
7591 xmlNsPtr ns = (xmlNsPtr) ctxt->context->node; local
7664 xmlNsPtr ns = (xmlNsPtr) ctxt->context->node; local
7708 xmlNsPtr ns = (xmlNsPtr) ctxt->context->node; local
8227 xmlNodeSetPtr ns; local
11544 xmlNsPtr ns = (xmlNsPtr) cur; local
12062 xmlNsPtr ns = (xmlNsPtr) cur; local
13974 xmlNsPtr ns; local
[all...]
H A Dcatalog.c517 * @ns: the current namespace
524 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) {
544 node = xmlNewDocNode(doc, ns, BAD_CAST "nextCatalog", NULL);
551 node = xmlNewDocNode(doc, ns, BAD_CAST "group", NULL);
570 xmlDumpXMLCatalogNode(cur->next, node, doc, ns, cur);
574 node = xmlNewDocNode(doc, ns, BAD_CAST "public", NULL);
580 node = xmlNewDocNode(doc, ns, BAD_CAST "system", NULL);
586 node = xmlNewDocNode(doc, ns, BAD_CAST "rewriteSystem", NULL);
592 node = xmlNewDocNode(doc, ns, BAD_CAST "delegatePublic", NULL);
598 node = xmlNewDocNode(doc, ns, BAD_CAS
523 xmlDumpXMLCatalogNode(xmlCatalogEntryPtr catal, xmlNodePtr catalog, xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) argument
644 xmlNsPtr ns; local
[all...]
H A Dschematron.c49 (node->ns != NULL) && \
51 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
52 (xmlStrEqual(node->ns->href, xmlOldSchematronNs))))
56 if ((node->type == XML_ELEMENT_NODE ) && (node->ns != NULL) && \
57 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
58 (xmlStrEqual(node->ns->href, xmlOldSchematronNs)))) \
790 * @ns: the namespace name
796 const xmlChar *prefix, const xmlChar *ns)
823 xmlDictLookup(ctxt->dict, ns, -1);
1157 while (IS_SCHEMATRON(cur, "ns")) {
795 xmlSchematronAddNamespace(xmlSchematronParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *ns) argument
[all...]
H A Druntest.c3451 xmlNsPtr ns; local
3454 for (ns = root->nsDef, j = 0;ns != NULL && j < 20;ns=ns->next) {
3455 namespaces[j++] = ns->href;
3456 namespaces[j++] = ns->prefix;
3526 xmlNsPtr ns; local
3578 ns = node->nsDef;
3579 while(ns !
3764 char *ns = NULL; local
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A DxsltInternals.h98 (((n) != NULL) && ((n)->ns != NULL) && \
99 ((n)->ns->href == xsltConstNamespaceNameXSLT))
102 (((a) != NULL) && ((a)->ns != NULL) && \
103 ((a)->ns->href == xsltConstNamespaceNameXSLT))
115 (((n) != NULL) && ((n)->ns != NULL) && \
116 (xmlStrEqual((n)->ns->href, XSLT_NAMESPACE)))
119 (((a) != NULL) && ((a)->ns != NULL) && \
120 (xmlStrEqual((a)->ns->href, XSLT_NAMESPACE)))
597 const xmlChar *ns; /* element */ member in struct:_xsltStyleItemElement
619 const xmlChar *ns; /* elemen member in struct:_xsltStyleItemAttribute
719 const xmlChar *ns; /* element */ member in struct:_xsltStyleItemCallTemplate
911 const xmlChar *ns; member in struct:_xsltStyleBasicItemVariable
1143 xmlNsPtr ns; /* the xmlNs structure holding the XML namespace name */ member in struct:_xsltNsMap
1162 xmlNsPtr ns; member in struct:_xsltNsList
1302 const xmlChar *ns; /* element */ member in struct:_xsltStylePreComp
[all...]
H A Dxsltutils.c86 xmlNsPtr ns; local
104 (((prop->ns == NULL) && (node->ns != NULL) &&
105 (xmlStrEqual(node->ns->href, nameSpace))) ||
106 ((prop->ns != NULL) &&
107 (xmlStrEqual(prop->ns->href, nameSpace))))) {
138 ns = xmlSearchNs(doc, node, attrDecl->prefix);
139 if ((ns != NULL) && (xmlStrEqual(ns->href, nameSpace)))
170 xmlNsPtr ns; local
766 xmlNsPtr ns; local
840 xmlNsPtr ns; local
[all...]
H A Dnumbers.c578 if ((node->ns == cur->ns) ||
579 ((node->ns != NULL) &&
580 (cur->ns != NULL) &&
581 (xmlStrEqual(node->ns->href,
582 cur->ns->href) )))
673 if ((preceding->ns == ancestor->ns) ||
674 ((preceding->ns != NULL) &&
675 (ancestor->ns !
[all...]
H A Dpattern.c623 if (node->ns == NULL) {
626 } else if (node->ns->href != NULL) {
629 if (!xmlStrEqual(step->value2, node->ns->href))
669 if (node->ns == NULL) {
673 if (!xmlStrEqual(step->value2, node->ns->href))
695 if (node->ns == NULL) {
698 } else if (node->ns->href != NULL) {
701 if (!xmlStrEqual(step->value2, node->ns->href))
743 if (node->ns == NULL) {
746 } else if (node->ns
1528 xmlNsPtr ns; local
1579 xmlNsPtr ns; local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h393 xmlNs *ns; /* pointer to the associated namespace */ member in struct:_xmlAttr
450 xmlNs *ns; /* pointer to the associated namespace */ member in struct:_xmlNode
676 xmlNsPtr ns,
681 xmlNsPtr ns,
708 xmlNsPtr ns,
713 xmlNsPtr ns,
717 xmlNewNode (xmlNsPtr ns,
720 xmlNewNodeEatName (xmlNsPtr ns,
725 xmlNsPtr ns,
778 xmlNsPtr ns,
[all...]
H A Dxmlschemastypes.h39 const xmlChar *ns);
132 const xmlChar *ns);
H A DxpathInternals.h172 * @ns: a node-set
174 * Pushes the node-set @ns on the context stack.
176 #define xmlXPathReturnNodeSet(ctxt, ns) \
177 valuePush((ctxt), xmlXPathWrapNodeSet(ns))
227 * @ns: a node-set
231 #define xmlXPathEmptyNodeSet(ns) \
232 { while ((ns)->nodeNr > 0) (ns)->nodeTab[(ns)->nodeNr--] = NULL; }
510 xmlNsPtr ns);
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.y149 long int ns;
252 pc->rel.ns += factor * rel.ns;
544 { $$ = RELATIVE_TIME_0; $$.seconds = $1.tv_sec; $$.ns = $1.tv_nsec; }
546 { $$ = RELATIVE_TIME_0; $$.seconds = $1.tv_sec; $$.ns = $1.tv_nsec; }
1028 int ns;
1050 /* Accumulate fraction, to ns precision. */
1052 ns = *p++ - '0';
1055 ns *= 10;
1057 ns
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Defunctions.c390 xmlNsPtr ns; local
413 ns = xmlSearchNs (inst->doc, inst, prefix);
414 if (ns == NULL) {
461 if (xmlHashAddEntry2 (data, ns->href, name, func) < 0) {
464 ns->href, name);
469 ns->href, name);
506 if ((test->ns != NULL) &&
507 (xmlStrEqual(test->ns->href, EXSLT_FUNCTIONS_NAMESPACE))) {
H A Ddynamic.c184 cur->ns =
206 cur->ns =
223 cur->ns =
/haiku-fatelf/src/add-ons/kernel/file_systems/fat/
H A Ddir.h26 const char *name, uint32 *ns, uint32 *ne);
H A Ddir.c582 const char nshort[11], const char *nlong, uint32 len, uint32 *ns,
625 *ns = 0;
637 if (info.sindex - *ns >= required_entries) {
641 *ns = diri.current_index;
659 *ne = *ns + required_entries - 1;
661 for (i = *ns; i <= *ne; i++) {
666 DPRINTF(0, ("directory entry runs from %lx to %lx (dirsize = %Lx) (is%s last entry)\n", *ns, *ne, dir->st_size, last_entry ? "" : "n't"));
692 buffer = diri_init(vol,dir->cluster, *ns, &diri);
695 dir->cluster, *ns);
816 uint32 *ns, uint3
581 _create_dir_entry_(nspace *vol, vnode *dir, struct _entry_info_ *info, const char nshort[11], const char *nlong, uint32 len, uint32 *ns, uint32 *ne) argument
815 create_dir_entry(nspace *vol, vnode *dir, vnode *node, const char *name, uint32 *ns, uint32 *ne) argument
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_optparse.h221 void pdc_cleanup_optstringlist(pdc_core *pdc, char **stringlist, int ns);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Ddir.h22 const char *name, uint32 *ns, uint32 *ne);
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_init.c712 int ns; local
719 for (ns = 0; ns < statp->_u._ext.nscount; ns++) {
720 if (statp->_u._ext.nssocks[ns] != -1) {
721 (void) close(statp->_u._ext.nssocks[ns]);
722 statp->_u._ext.nssocks[ns] = -1;
/haiku-fatelf/src/bin/network/telnetd/
H A Dtelnetd.c339 int s, ns, foo, error; local
376 ns = accept(s, res->ai_addr, &foo);
377 if (ns < 0)
379 (void) setsockopt(ns, SOL_SOCKET, SO_DEBUG,
381 (void) dup2(ns, 0);
382 (void) close(ns);
/haiku-fatelf/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.h220 status_t ISOReadDirEnt(iso9660_volume* ns, dircookie* cookie,
/haiku-fatelf/src/bin/pcmcia-cs/
H A Dyacc_cis.y174 if (v->ns) {
175 pos = v->ofs[v->ns-1];
178 v->ofs[v->ns] = pos;
180 v->ns++;

Completed in 601 milliseconds

1234567