Searched refs:nameURI (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
H A Dkeys.c37 const xmlChar *nameURI);
48 * @nameURI: the name URI or NULL
55 xsltNewKeyDef(const xmlChar *name, const xmlChar *nameURI) { argument
67 if (nameURI != NULL)
68 cur->nameURI = xmlStrdup(nameURI);
89 if (keyd->nameURI != NULL)
90 xmlFree(keyd->nameURI);
121 * @nameURI: the name URI or NULL
128 xsltNewKeyTable(const xmlChar *name, const xmlChar *nameURI) { argument
274 xsltAddKey(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *nameURI, const xmlChar *match, const xmlChar *use, xmlNodePtr inst) argument
411 xsltGetKey(xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *nameURI, const xmlChar *value) argument
473 xsltInitDocKeyTable(xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *nameURI) argument
[all...]
H A Dkeys.h31 const xmlChar *nameURI,
38 const xmlChar *nameURI,
H A Dimports.c380 * @nameURI: the template name URI
383 * REVISIT TODO: We'll change the nameURI fields of
385 * specified @nameURI is in the same dict, then use pointer
395 const xmlChar *nameURI) {
406 if (((nameURI == NULL) && (cur->nameURI == NULL)) ||
407 ((nameURI != NULL) && (cur->nameURI != NULL) &&
408 (xmlStrEqual(nameURI, cur->nameURI)))) {
394 xsltFindTemplate(xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *nameURI) argument
[all...]
H A Dimports.h68 const xmlChar *nameURI);
H A Dvariables.c522 cur->nameURI = elem->nameURI;
617 * @nameURI: the URI part of the name
628 const xmlChar *nameURI) {
644 if ((cur->name == name) && (cur->nameURI == nameURI)) {
659 if (nameURI != NULL)
660 nameURI = xmlDictLookup(ctxt->dict, nameURI, -1);
665 if ((cur->name == name) && (cur->nameURI
627 xsltStackLookup(xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *nameURI) argument
693 xsltCheckStackElem(xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *nameURI) argument
[all...]
H A DxsltInternals.h280 const xmlChar *nameURI; /* the URI part of the name QName */ member in struct:_xsltTemplate
352 xmlChar *nameURI; member in struct:_xsltKeyDef
372 xmlChar *nameURI; member in struct:_xsltKeyTable
1430 const xmlChar *nameURI; /* the URI part of the name QName */ member in struct:_xsltStackElem
H A Dxslt.c411 * NOTE: @name and @nameURI are put into the string dict now.
413 * if (template->nameURI) xmlFree(template->nameURI);
5049 xmlChar *nameURI = NULL; local
5071 nameURI = xmlStrdup(URI);
5103 xsltAddKey(style, name, nameURI, match, use, key);
5113 if (nameURI != NULL)
5114 xmlFree(nameURI);
5218 const xmlChar *nameURI; local
5224 nameURI
[all...]
H A Dtransform.c3018 (tmpParam->nameURI == (iparam->ns)))
/external/libxslt/libxslt/
H A Dkeys.c37 const xmlChar *nameURI);
48 * @nameURI: the name URI or NULL
55 xsltNewKeyDef(const xmlChar *name, const xmlChar *nameURI) { argument
67 if (nameURI != NULL)
68 cur->nameURI = xmlStrdup(nameURI);
89 if (keyd->nameURI != NULL)
90 xmlFree(keyd->nameURI);
121 * @nameURI: the name URI or NULL
128 xsltNewKeyTable(const xmlChar *name, const xmlChar *nameURI) { argument
274 xsltAddKey(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *nameURI, const xmlChar *match, const xmlChar *use, xmlNodePtr inst) argument
411 xsltGetKey(xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *nameURI, const xmlChar *value) argument
473 xsltInitDocKeyTable(xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *nameURI) argument
[all...]
H A Dkeys.h31 const xmlChar *nameURI,
38 const xmlChar *nameURI,
H A Dimports.c380 * @nameURI: the template name URI
383 * REVISIT TODO: We'll change the nameURI fields of
385 * specified @nameURI is in the same dict, then use pointer
395 const xmlChar *nameURI) {
406 if (((nameURI == NULL) && (cur->nameURI == NULL)) ||
407 ((nameURI != NULL) && (cur->nameURI != NULL) &&
408 (xmlStrEqual(nameURI, cur->nameURI)))) {
394 xsltFindTemplate(xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *nameURI) argument
[all...]
H A Dimports.h68 const xmlChar *nameURI);
H A Dvariables.c522 cur->nameURI = elem->nameURI;
617 * @nameURI: the URI part of the name
628 const xmlChar *nameURI) {
644 if ((cur->name == name) && (cur->nameURI == nameURI)) {
659 if (nameURI != NULL)
660 nameURI = xmlDictLookup(ctxt->dict, nameURI, -1);
665 if ((cur->name == name) && (cur->nameURI
627 xsltStackLookup(xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *nameURI) argument
693 xsltCheckStackElem(xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *nameURI) argument
[all...]
H A DxsltInternals.h280 const xmlChar *nameURI; /* the URI part of the name QName */ member in struct:_xsltTemplate
352 xmlChar *nameURI; member in struct:_xsltKeyDef
372 xmlChar *nameURI; member in struct:_xsltKeyTable
1430 const xmlChar *nameURI; /* the URI part of the name QName */ member in struct:_xsltStackElem
H A Dxslt.c411 * NOTE: @name and @nameURI are put into the string dict now.
413 * if (template->nameURI) xmlFree(template->nameURI);
5049 xmlChar *nameURI = NULL; local
5071 nameURI = xmlStrdup(URI);
5103 xsltAddKey(style, name, nameURI, match, use, key);
5113 if (nameURI != NULL)
5114 xmlFree(nameURI);
5218 const xmlChar *nameURI; local
5224 nameURI
[all...]
H A Dtransform.c3018 (tmpParam->nameURI == (iparam->ns)))

Completed in 288 milliseconds