OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:com_len
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
racoonctl.c
652
size_t
com_len
= 0;
local
669
com_len
+= sizeof(*acp) + strlen(id) + 1 + strlen(key) + 1;
702
com_len
+= sizeof(*head) + index->l;
703
if ((buf = vmalloc(
com_len
)) == NULL)
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/
geshi.php
2874
$
com_len
= strlen($comment_mark);
variable
[
all
...]
Completed in 1838 milliseconds