Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dlabel_file.h134 size_t new_specs, total_specs; in grow_specs() local
140 total_specs = data->nspec + new_specs; in grow_specs()
142 specs = realloc(data->spec_arr, total_specs * sizeof(*specs)); in grow_specs()
152 data->alloc_specs = total_specs; in grow_specs()