OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attributeSets
(Results
1 - 2
of
2
) sorted by null
/external/libxslt/libxslt/
attributes.c
310
if (style->
attributeSets
== NULL) {
315
style->
attributeSets
= xmlHashCreate(10);
317
if (style->
attributeSets
== NULL)
320
attrItems = xmlHashLookup2(style->
attributeSets
, ncname, prefix);
454
xmlHashUpdateEntry2(style->
attributeSets
, ncname, prefix, attrItems, NULL);
476
values = xmlHashLookup2(style->
attributeSets
, name, ns);
552
ret = xmlHashAddEntry2(style->
attributeSets
, name, ns, values);
562
topSet = xmlHashLookup2(style->
attributeSets
, name, ns);
569
xmlHashUpdateEntry2(style->
attributeSets
, name, ns, topSet, NULL);
600
if (cur->
attributeSets
!= NULL)
[
all
...]
xsltInternals.h
[
all
...]
Completed in 51 milliseconds