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

/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c185 xsltSubDoc * sDoc; member in struct:xsltTemplate
2993 t->sDoc = tpl->sDoc;
3100 xsltSubDoc *sDoc; local
3204 sDoc = xs->subDocs;
3205 while (sDoc) {
3206 if (sDoc->doc == node->ownerDocument) break;
3207 sDoc = sDoc->next;
3209 tpl->sDoc
3918 xsltSubDoc *sDoc, *currentSubDoc; local
[all...]

Completed in 165 milliseconds