HomeSort by relevance Sort by last modified time
    Searched refs:templMax (Results 1 - 2 of 2) sorted by null

  /external/libxslt/libxslt/
transform.c 118 if (ctxt->templMax == 0) {
119 ctxt->templMax = 4;
121 (xsltTemplatePtr *) xmlMalloc(ctxt->templMax *
128 if (ctxt->templNr >= ctxt->templMax) {
129 ctxt->templMax *= 2;
132 ctxt->templMax *
457 cur->templMax = 5;
    [all...]
xsltInternals.h     [all...]

Completed in 170 milliseconds