summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/prs_array_remainder.tpl~
blob: 8050903f06a1fba9fe07bc8b47afec98f0ca082e (plain)
1
2
3
4
5
6
7
	{
		int i;
		for (i=0;ps->data_offset < ps->buffer_size;i++) {
		if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*(i+1)) goto fail;
		if (!io_@TYPE@("@ELEM@...", ps, depth+1, &il->@ELEM@[i], @FLAGS@)) goto fail;
		}
	}