Searched refs:namespaces (Results 101 - 125 of 159) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dparser.h276 int nsNr; /* the number of inherited namespaces */
668 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
685 const xmlChar **namespaces,
1091 XML_PARSE_NSCLEAN = 1<<13,/* remove redundant namespaces declarations */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.in.h276 int nsNr; /* the number of inherited namespaces */
666 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
683 const xmlChar **namespaces,
1089 XML_PARSE_NSCLEAN = 1<<13,/* remove redundant namespaces declarations */
H A Dxpath.c3811 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
3918 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
5023 if (ctxt->namespaces != NULL) {
5027 if ((ctxt->namespaces[i] != NULL) &&
5028 (xmlStrEqual(ctxt->namespaces[i]->prefix, prefix)))
5029 return(ctxt->namespaces[i]->href);
11909 * Setup namespaces.
14406 const xmlChar **namespaces = NULL; local
14417 * Additionally, if there is no list of namespaces available and
14420 * to have a list of namespaces a
[all...]
H A DSAX2.c1613 * Insert all the defaulted attributes from the DTD especially namespaces
1642 * processed, the local namespaces are available.
2102 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
2118 const xmlChar **namespaces,
2194 pref = namespaces[i++];
2195 uri = namespaces[i++];
2113 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmlreader.c670 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
684 const xmlChar **namespaces,
697 namespaces, nb_attributes, nb_defaulted,
3886 * @namespaces: the prefix definitions, array of [URI, prefix] or NULL
3896 const xmlChar **namespaces)
3903 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces);
679 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
3895 xmlTextReaderPreservePattern(xmlTextReaderPtr reader, const xmlChar *pattern, const xmlChar **namespaces) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h276 int nsNr; /* the number of inherited namespaces */
668 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
685 const xmlChar **namespaces,
1091 XML_PARSE_NSCLEAN = 1<<13,/* remove redundant namespaces declarations */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.in.h276 int nsNr; /* the number of inherited namespaces */
666 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
683 const xmlChar **namespaces,
1089 XML_PARSE_NSCLEAN = 1<<13,/* remove redundant namespaces declarations */
H A Dxpath.c3811 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
3918 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
5023 if (ctxt->namespaces != NULL) {
5027 if ((ctxt->namespaces[i] != NULL) &&
5028 (xmlStrEqual(ctxt->namespaces[i]->prefix, prefix)))
5029 return(ctxt->namespaces[i]->href);
11909 * Setup namespaces.
14406 const xmlChar **namespaces = NULL; local
14417 * Additionally, if there is no list of namespaces available and
14420 * to have a list of namespaces a
[all...]
H A DSAX2.c1613 * Insert all the defaulted attributes from the DTD especially namespaces
1642 * processed, the local namespaces are available.
2102 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
2118 const xmlChar **namespaces,
2194 pref = namespaces[i++];
2195 uri = namespaces[i++];
2113 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/router/
H A Drouter.c772 struct Namespace namespaces[] = variable in typeref:struct:Namespace
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/router/
H A Drouter.c772 struct Namespace namespaces[] = variable in typeref:struct:Namespace
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c3829 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
3938 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
5055 if (ctxt->namespaces != NULL) {
5059 if ((ctxt->namespaces[i] != NULL) &&
5060 (xmlStrEqual(ctxt->namespaces[i]->prefix, prefix)))
5061 return(ctxt->namespaces[i]->href);
11960 * Setup namespaces.
14470 const xmlChar **namespaces = NULL; local
14481 * Additionally, if there is no list of namespaces available and
14484 * to have a list of namespaces a
[all...]
H A DMakefile.in1727 -@(for i in $(srcdir)/test/namespaces/* ; do \
1730 if [ ! -f $(srcdir)/result/namespaces/$$name ] ; then \
1733 2> $(srcdir)/result/namespaces/$$name.err \
1734 > $(srcdir)/result/namespaces/$$name ; \
1739 diff $(srcdir)/result/namespaces/$$name result.$$name ; \
1740 diff $(srcdir)/result/namespaces/$$name.err error.$$name`; \
H A DSAX2.c1626 * Insert all the defaulted attributes from the DTD especially namespaces
1655 * processed, the local namespaces are available.
2118 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
2134 const xmlChar **namespaces,
2210 pref = namespaces[i++];
2211 uri = namespaces[i++];
2129 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A DMakefile1725 -@(for i in $(srcdir)/test/namespaces/* ; do \
1728 if [ ! -f $(srcdir)/result/namespaces/$$name ] ; then \
1731 2> $(srcdir)/result/namespaces/$$name.err \
1732 > $(srcdir)/result/namespaces/$$name ; \
1737 diff $(srcdir)/result/namespaces/$$name result.$$name ; \
1738 diff $(srcdir)/result/namespaces/$$name.err error.$$name`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxpath.c3829 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
3938 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
5055 if (ctxt->namespaces != NULL) {
5059 if ((ctxt->namespaces[i] != NULL) &&
5060 (xmlStrEqual(ctxt->namespaces[i]->prefix, prefix)))
5061 return(ctxt->namespaces[i]->href);
11960 * Setup namespaces.
14470 const xmlChar **namespaces = NULL; local
14481 * Additionally, if there is no list of namespaces available and
14484 * to have a list of namespaces a
[all...]
H A DMakefile.in1727 -@(for i in $(srcdir)/test/namespaces/* ; do \
1730 if [ ! -f $(srcdir)/result/namespaces/$$name ] ; then \
1733 2> $(srcdir)/result/namespaces/$$name.err \
1734 > $(srcdir)/result/namespaces/$$name ; \
1739 diff $(srcdir)/result/namespaces/$$name result.$$name ; \
1740 diff $(srcdir)/result/namespaces/$$name.err error.$$name`; \
H A DSAX2.c1626 * Insert all the defaulted attributes from the DTD especially namespaces
1655 * processed, the local namespaces are available.
2118 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
2134 const xmlChar **namespaces,
2210 pref = namespaces[i++];
2211 uri = namespaces[i++];
2129 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A DMakefile1727 -@(for i in $(srcdir)/test/namespaces/* ; do \
1730 if [ ! -f $(srcdir)/result/namespaces/$$name ] ; then \
1733 2> $(srcdir)/result/namespaces/$$name.err \
1734 > $(srcdir)/result/namespaces/$$name ; \
1739 diff $(srcdir)/result/namespaces/$$name result.$$name ; \
1740 diff $(srcdir)/result/namespaces/$$name.err error.$$name`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-csharp/
H A DMakefile.in441 csharpdoc/namespaces.html \
H A DMakefile441 csharpdoc/namespaces.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dwsse2api.c778 if (soap->namespaces && !strcmp(soap->namespaces[0].ns, "http://schemas.xmlsoap.org/soap/envelope/"))
2605 { soap->ns = 0; /* need namespaces for canonicalization */
H A Dwsseapi.c843 if (soap->namespaces && !strcmp(soap->namespaces[0].ns, "http://schemas.xmlsoap.org/soap/envelope/"))
2656 To check the SOAP Body (either using SOAP 1.1 or 1.2), @ref soap_wsse_verify_element(soap, namespaces[0].ns, "Body"). To check whether the Timestamp was signed (assuming it is present and message expiration checked with @ref soap_wsse_verify_Timestamp), use @ref soap_wsse_verify_element(soap, "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd", "Timestamp").
2898 { soap->ns = 0; /* need namespaces for canonicalization */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dwsse2api.c778 if (soap->namespaces && !strcmp(soap->namespaces[0].ns, "http://schemas.xmlsoap.org/soap/envelope/"))
2605 { soap->ns = 0; /* need namespaces for canonicalization */
H A Dwsseapi.c843 if (soap->namespaces && !strcmp(soap->namespaces[0].ns, "http://schemas.xmlsoap.org/soap/envelope/"))
2656 To check the SOAP Body (either using SOAP 1.1 or 1.2), @ref soap_wsse_verify_element(soap, namespaces[0].ns, "Body"). To check whether the Timestamp was signed (assuming it is present and message expiration checked with @ref soap_wsse_verify_Timestamp), use @ref soap_wsse_verify_element(soap, "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd", "Timestamp").
2898 { soap->ns = 0; /* need namespaces for canonicalization */

Completed in 592 milliseconds

1234567