summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/prs_uint8s_fixed.tpl
blob: c8f55811309416cff853507bc6503734c562981e (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;