Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dcompile.c330 unsigned *new_labels; in alloc_label() local
332 new_labels = heap_realloc(ctx->labels, 2*ctx->labels_size*sizeof(*ctx->labels)); in alloc_label()
333 if(!new_labels) in alloc_label()
336 ctx->labels = new_labels; in alloc_label()
/reactos/dll/win32/jscript/
H A Dcompile.c403 unsigned *new_labels; in alloc_label() local
405 new_labels = heap_realloc(ctx->labels, 2*ctx->labels_size*sizeof(*ctx->labels)); in alloc_label()
406 if(!new_labels) in alloc_label()
409 ctx->labels = new_labels; in alloc_label()