OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxnel
(Results
1 - 1
of
1
) sorted by null
/external/libsepol/src/
services.c
1294
uint32_t mynel = 0,
maxnel
= SIDS_NEL;
local
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));
[
all
...]
Completed in 494 milliseconds