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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c802 int sizeNodes; /* size of the node table */ member in struct:_xmlSchemaPSVIIDCBinding
22047 bind->sizeNodes = 10;
22055 } else if (bind->sizeNodes <= bind->nbNodes) {
22056 bind->sizeNodes *= 2;
22058 xmlRealloc(bind->nodeTable, bind->sizeNodes *
23245 bind->sizeNodes = matcher->targets->sizeItems;
23572 parBind->sizeNodes = 1;
23573 } else if (parBind->nbNodes >= parBind->sizeNodes) {
23574 parBind->sizeNodes *= 2;
23576 xmlRealloc(parBind->nodeTable, parBind->sizeNodes *
[all...]

Completed in 112 milliseconds