Home
last modified time | relevance | path

Searched refs:ncname (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/3rdparty/libxslt/
H A Dattributes.c54 const xmlChar *ncname; member
184 cur->ncname = ncname; in xsltNewUseAttrSet()
232 if (ncname == NULL) in xsltAddUseAttrSetList()
235 return(xsltNewUseAttrSet(ncname, ns)); in xsltAddUseAttrSetList()
238 if ((cur->ncname == ncname) && (cur->ns == ns)) in xsltAddUseAttrSetList()
242 cur->next = xsltNewUseAttrSet(ncname, ns); in xsltAddUseAttrSetList()
349 const xmlChar *ncname; in xsltParseStylesheetAttributeSet() local
385 prefix, ncname); in xsltParseStylesheetAttributeSet()
436 "add attribute to list %s\n", ncname); in xsltParseStylesheetAttributeSet()
518 "updated attribute list %s\n", ncname); in xsltParseStylesheetAttributeSet()
[all …]
H A Dfunctions.c575 const xmlChar *ncname; in xsltFormatNumberFunction() local
593 ncname = xsltSplitQName(sheet->dict, decimalObj->stringval, &prefix); in xsltFormatNumberFunction()
599 prefix, ncname); in xsltFormatNumberFunction()
601 ncname = NULL; in xsltFormatNumberFunction()
607 if (ncname != NULL) { in xsltFormatNumberFunction()
608 formatValues = xsltDecimalFormatGetByQName(sheet, nsUri, ncname); in xsltFormatNumberFunction()
/reactos/sdk/include/reactos/libs/libxml/
H A Dtree.h681 xmlBuildQName (const xmlChar *ncname,
/reactos/sdk/lib/3rdparty/libxml2/
H A Dtree.c220 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix, in xmlBuildQName() argument
225 if (ncname == NULL) return(NULL); in xmlBuildQName()
226 if (prefix == NULL) return((xmlChar *) ncname); in xmlBuildQName()
228 lenn = strlen((char *) ncname); in xmlBuildQName()
242 memcpy(&ret[lenp + 1], ncname, lenn); in xmlBuildQName()