OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:body_nbytes
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c
93
int
body_nbytes
;
member in struct:httpread
433
h, h->
body_nbytes
,
524
if (h->body_alloc_nbytes < (h->
body_nbytes
+ nread + 1)) {
528
if (h->
body_nbytes
>= h->max_bytes)
547
bbp = h->body + h->
body_nbytes
;
566
h->
body_nbytes
= h->chunk_start;
583
if ((h->
body_nbytes
- h->chunk_start) ==
595
h->
body_nbytes
-= 2;
597
h->chunk_start = h->
body_nbytes
;
602
h->
body_nbytes
>= h->content_length)
[
all
...]
/external/wpa_supplicant_8/src/wps/
httpread.c
87
int
body_nbytes
;
member in struct:httpread
427
h, h->
body_nbytes
,
518
if (h->body_alloc_nbytes < (h->
body_nbytes
+ nread + 1)) {
522
if (h->
body_nbytes
>= h->max_bytes)
541
bbp = h->body + h->
body_nbytes
;
560
h->
body_nbytes
= h->chunk_start;
577
if ((h->
body_nbytes
- h->chunk_start) ==
589
h->
body_nbytes
-= 2;
591
h->chunk_start = h->
body_nbytes
;
596
h->
body_nbytes
>= h->content_length)
[
all
...]
Completed in 19 milliseconds