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

/external/libxml2/
H A Dxmlschemas.c802 int sizeNodes; /* size of the node table */ member in struct:_xmlSchemaPSVIIDCBinding
22149 bind->sizeNodes = 10;
22157 } else if (bind->sizeNodes <= bind->nbNodes) {
22158 bind->sizeNodes *= 2;
22160 xmlRealloc(bind->nodeTable, bind->sizeNodes *
23347 bind->sizeNodes = matcher->targets->sizeItems;
23674 parBind->sizeNodes = 1;
23675 } else if (parBind->nbNodes >= parBind->sizeNodes) {
23676 parBind->sizeNodes *= 2;
23678 xmlRealloc(parBind->nodeTable, parBind->sizeNodes *
[all...]

Completed in 113 milliseconds