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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dpattern.c2139 if (style->templatesHash == NULL) {
2140 style->templatesHash = xmlHashCreate(1024);
2141 if (style->templatesHash == NULL) {
2145 xmlHashAddEntry3(style->templatesHash, name, mode, modeURI, pat);
2147 list = (xsltCompMatchPtr) xmlHashLookup3(style->templatesHash,
2150 xmlHashAddEntry3(style->templatesHash, name,
2160 xmlHashUpdateEntry3(style->templatesHash, name,
2310 if (curstyle->templatesHash != NULL) {
2349 list = (xsltCompMatchPtr) xmlHashLookup3(curstyle->templatesHash,
2544 if (style->templatesHash !
[all...]
H A Dimports.c68 xmlHashScan(style->templatesHash,
H A DxsltInternals.h1409 void *templatesHash; /* hash table or wherever compiled templates member in struct:_xsltStylesheet

Completed in 101 milliseconds