Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dlabel_file.h65 int alloc_stems; member
258 if (data->alloc_stems == num) { in store_stem()
261 data->alloc_stems = data->alloc_stems * 2 + 16; in store_stem()
263 sizeof(*tmp_arr) * data->alloc_stems); in store_stem()
/external/libselinux/src/
Dlabel_file.c61 int alloc_stems; member
106 if (data->alloc_stems == num) { in find_stem_from_spec()
108 data->alloc_stems = data->alloc_stems * 2 + 16; in find_stem_from_spec()
110 sizeof(stem_t) * data->alloc_stems); in find_stem_from_spec()