Home | History | Annotate | Download | only in src

Lines Matching full:maxnel

1294 	uint32_t mynel = 0, maxnel = SIDS_NEL;
1316 mysids = malloc(maxnel * sizeof(sepol_security_id_t));
1321 memset(mysids, 0, maxnel * sizeof(sepol_security_id_t));
1351 if (mynel < maxnel) {
1354 maxnel += SIDS_NEL;
1356 malloc(maxnel *
1365 maxnel * sizeof(sepol_security_id_t));