Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dcompile.c49 unsigned labels_size; member
324 if(!ctx->labels_size) { in alloc_label()
328 ctx->labels_size = 8; in alloc_label()
329 }else if(ctx->labels_size == ctx->labels_cnt) { in alloc_label()
332 new_labels = heap_realloc(ctx->labels, 2*ctx->labels_size*sizeof(*ctx->labels)); in alloc_label()
337 ctx->labels_size *= 2; in alloc_label()
1854 ctx.labels_cnt = ctx.labels_size = 0; in compile_script()
/reactos/dll/win32/jscript/
H A Dcompile.c61 unsigned labels_size; member
397 if(!ctx->labels_size) { in alloc_label()
401 ctx->labels_size = 8; in alloc_label()
402 }else if(ctx->labels_size == ctx->labels_cnt) { in alloc_label()
405 new_labels = heap_realloc(ctx->labels, 2*ctx->labels_size*sizeof(*ctx->labels)); in alloc_label()
410 ctx->labels_size *= 2; in alloc_label()