summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/prs_uint8s_fixed.tpl
blob: f752fa6c84a23485c42a96c682ea057ffe352b7a (plain)
1
2
	if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*@ARRAY_LEN@)) goto fail;
	if (!io_uint8s("@ELEM@", ps, depth+1, &il->@ELEM@, @ARRAY_LEN@, @FLAGS@)) goto fail;