Searched refs:templatesHash (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dpattern.c2161 if (style->templatesHash == NULL) {
2162 style->templatesHash = xmlHashCreate(1024);
2163 if (style->templatesHash == NULL) {
2167 xmlHashAddEntry3(style->templatesHash, name, mode, modeURI, pat);
2169 list = (xsltCompMatchPtr) xmlHashLookup3(style->templatesHash,
2172 xmlHashAddEntry3(style->templatesHash, name,
2182 xmlHashUpdateEntry3(style->templatesHash, name,
2302 if (curstyle->templatesHash != NULL) {
2341 list = (xsltCompMatchPtr) xmlHashLookup3(curstyle->templatesHash,
2536 if (style->templatesHash !
[all...]
H A Dimports.c68 xmlHashScan(style->templatesHash,
H A DxsltInternals.h1514 void *templatesHash; /* hash table or wherever compiled templates member in struct:_xsltStylesheet

Completed in 128 milliseconds