OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:topset
(Results
1 - 1
of
1
) sorted by null
/external/libxslt/libxslt/
attributes.c
550
xsltAttrElemPtr
topSet
;
562
topSet
= xmlHashLookup2(style->attributeSets, name, ns);
563
if (
topSet
==NULL) {
568
topSet
= xsltMergeAttrElemList(style,
topSet
, values);
569
xmlHashUpdateEntry2(style->attributeSets, name, ns,
topSet
, NULL);
Completed in 630 milliseconds