Searched refs:xmlXPathRegisterNs (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/libxml2-26/libxml2/doc/examples/
H A Dxpath1.c186 if(xmlXPathRegisterNs(xpathCtx, prefix, href) != 0) {
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestC14N.c299 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) {
H A Drunsuite.c227 xmlXPathRegisterNs(ctxtXPath, BAD_CAST "ts", BAD_CAST "TestSuite");
228 xmlXPathRegisterNs(ctxtXPath, BAD_CAST "xlink",
H A Dschematron.c1180 xmlXPathRegisterNs(ctxt->xctxt, prefix, uri);
1529 xmlXPathRegisterNs(ret->xctxt, schema->namespaces[2 * i + 1],
H A DdebugXML.c2139 if(xmlXPathRegisterNs(ctxt->pctxt, prefix, href) != 0) {
2173 xmlXPathRegisterNs(ctxt->pctxt, BAD_CAST "defaultns", ns->href);
2175 xmlXPathRegisterNs(ctxt->pctxt, ns->prefix, ns->href);
H A Dlibxml2.syms365 xmlXPathRegisterNs;
H A Druntest.c3611 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) {
H A Dxpointer.c1101 xmlXPathRegisterNs(ctxt->context, prefix, URI);
H A Delfgcchack.h17168 #undef xmlXPathRegisterNs macro
17169 extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs __attribute((alias("xmlXPathRegisterNs__internal_alias")));
17171 #ifndef xmlXPathRegisterNs
17172 extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs__internal_alias __attribute((visibility("hidden")));
17173 #define xmlXPathRegisterNs xmlXPathRegisterNs__internal_alias macro
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Dsets.c304 && !xmlXPathRegisterNs(ctxt,
H A Dmath.c1120 && !xmlXPathRegisterNs(ctxt,
H A Dstrings.c819 && !xmlXPathRegisterNs(ctxt,
H A Ddate.c3806 && !xmlXPathRegisterNs(ctxt,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestC14N.c293 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) {
H A Drunsuite.c239 xmlXPathRegisterNs(ctxtXPath, BAD_CAST "ts", BAD_CAST "TestSuite");
240 xmlXPathRegisterNs(ctxtXPath, BAD_CAST "xlink",
H A Dschematron.c1180 xmlXPathRegisterNs(ctxt->xctxt, prefix, uri);
1529 xmlXPathRegisterNs(ret->xctxt, schema->namespaces[2 * i + 1],
H A DdebugXML.c2137 if(xmlXPathRegisterNs(ctxt->pctxt, prefix, href) != 0) {
2171 xmlXPathRegisterNs(ctxt->pctxt, BAD_CAST "defaultns", ns->href);
2173 xmlXPathRegisterNs(ctxt->pctxt, ns->prefix, ns->href);
H A Dlibxml2.syms365 xmlXPathRegisterNs;
H A Druntest.c3613 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) {
H A Dxpointer.c1108 xmlXPathRegisterNs(ctxt->context, prefix, URI);
H A Delfgcchack.h16994 #undef xmlXPathRegisterNs macro
16995 extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs __attribute((alias("xmlXPathRegisterNs__internal_alias")));
16997 #ifndef xmlXPathRegisterNs
16998 extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs__internal_alias __attribute((visibility("hidden")));
16999 #define xmlXPathRegisterNs xmlXPathRegisterNs__internal_alias macro
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A DxpathInternals.h425 xmlXPathRegisterNs (xmlXPathContextPtr ctxt,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DxpathInternals.h423 xmlXPathRegisterNs (xmlXPathContextPtr ctxt,
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.xs7110 if(xmlXPathRegisterNs(ctxt, (xmlChar *) SvPV_nolen(prefix),
7115 if(xmlXPathRegisterNs(ctxt, (xmlChar *) SvPV_nolen(prefix), NULL) == -1) {
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/src-libxml2/
H A Dtcldom-libxml2.c2163 if (xmlXPathRegisterNs(ctxt, Tcl_GetStringFromObj(prefixPtr, NULL), Tcl_GetStringFromObj(nsURIPtr, NULL))) {

Completed in 508 milliseconds

12