OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encopts
(Results
1 - 4
of
4
) sorted by null
/external/dhcpcd-6.8.2/
dhcp-common.h
85
struct dhcp_opt *
encopts
;
member in struct:dhcp_opt
dhcp-common.c
874
for (i = 0, eopt = opt->
encopts
;
887
for (i = 0, eopt = opt->
encopts
;
927
for (i = 0, o = opt->
encopts
; i < opt->encopts_len; i++, o++)
if-options.c
575
for (i = 0, o = opt->
encopts
; i < opt->encopts_len; i++, o++)
577
free(opt->
encopts
);
579
opt->
encopts
= NULL;
[
all
...]
/external/opencv3/3rdparty/libjasper/
jpc_enc.c
219
jas_taginfo_t
encopts
[] = {
variable
445
switch (jas_taginfo_nonull(jas_taginfos_lookup(
encopts
,
[
all
...]
Completed in 88 milliseconds