OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trailer_state
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c
103
enum
trailer_state
{
enum in struct:httpread
108
}
trailer_state
;
member in struct:httpread
654
switch (h->
trailer_state
) {
657
h->
trailer_state
= trailer_empty_cr;
659
h->
trailer_state
= trailer_nonempty;
664
h->
trailer_state
= trailer_line_begin;
673
h->
trailer_state
= trailer_nonempty;
677
h->
trailer_state
= trailer_nonempty_cr;
681
h->
trailer_state
= trailer_line_begin;
683
h->
trailer_state
= trailer_nonempty
[
all
...]
/external/wpa_supplicant_8/src/wps/
httpread.c
97
enum
trailer_state
{
enum in struct:httpread
102
}
trailer_state
;
member in struct:httpread
648
switch (h->
trailer_state
) {
651
h->
trailer_state
= trailer_empty_cr;
653
h->
trailer_state
= trailer_nonempty;
658
h->
trailer_state
= trailer_line_begin;
667
h->
trailer_state
= trailer_nonempty;
671
h->
trailer_state
= trailer_nonempty_cr;
675
h->
trailer_state
= trailer_line_begin;
677
h->
trailer_state
= trailer_nonempty
[
all
...]
Completed in 37 milliseconds