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

/external/libselinux/src/
H A Dlabel_file.c60 int alloc_stems; member in struct:saved_data
105 if (data->alloc_stems == num) {
107 data->alloc_stems = data->alloc_stems * 2 + 16;
109 sizeof(stem_t) * data->alloc_stems);
/external/qemu/distrib/libselinux/src/
H A Dlabel_file.c60 int alloc_stems; member in struct:saved_data
105 if (data->alloc_stems == num) {
107 data->alloc_stems = data->alloc_stems * 2 + 16;
109 sizeof(stem_t) * data->alloc_stems);

Completed in 54 milliseconds