Home
last modified time | relevance | path

Searched refs:cbufalloc (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/tools/widl/
H A Dparser.l74 static int cbufalloc = 0; variable
475 if(cbufidx >= cbufalloc)
477 cbufalloc += 1024;
478 cbuffer = xrealloc(cbuffer, cbufalloc * sizeof(cbuffer[0]));
479 if(cbufalloc > 65536)