HomeSort by relevance Sort by last modified time
    Searched refs:nameURI (Results 1 - 8 of 8) sorted by null

  /external/libxslt/libxslt/
keys.c 37 const xmlChar *nameURI);
48 * @nameURI: the name URI or NULL
55 xsltNewKeyDef(const xmlChar *name, const xmlChar *nameURI) {
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) {
    [all...]
keys.h 31 const xmlChar *nameURI,
38 const xmlChar *nameURI,
imports.c 380 * @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)))) {
    [all...]
imports.h 68 const xmlChar *nameURI);
variables.c 522 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 == nameURI))
    [all...]
xsltInternals.h 280 const xmlChar *nameURI; /* the URI part of the name QName */
352 xmlChar *nameURI;
372 xmlChar *nameURI;
    [all...]
xslt.c 411 * NOTE: @name and @nameURI are put into the string dict now.
413 * if (template->nameURI) xmlFree(template->nameURI);
    [all...]
transform.c     [all...]

Completed in 45 milliseconds