OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:array_mem
(Results
1 - 1
of
1
) sorted by null
/external/iptables/libiptc/
libiptc.c
501
unsigned int
array_mem
;
local
506
array_mem
= sizeof(h->chain_index) * array_elems;
509
array_elems,
array_mem
);
511
h->chain_index = malloc(
array_mem
);
512
if (h->chain_index == NULL &&
array_mem
> 0) {
516
memset(h->chain_index, 0,
array_mem
);
[
all
...]
Completed in 92 milliseconds