OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:body_alloc_nbytes
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c
94
int
body_alloc_nbytes
; /* amount allocated */
member in struct:httpread
524
if (h->
body_alloc_nbytes
< (h->body_nbytes + nread + 1)) {
530
new_alloc_nbytes = h->
body_alloc_nbytes
+
544
h->
body_alloc_nbytes
= new_alloc_nbytes;
/external/wpa_supplicant_8/src/wps/
httpread.c
88
int
body_alloc_nbytes
; /* amount allocated */
member in struct:httpread
518
if (h->
body_alloc_nbytes
< (h->body_nbytes + nread + 1)) {
524
new_alloc_nbytes = h->
body_alloc_nbytes
+
538
h->
body_alloc_nbytes
= new_alloc_nbytes;
Completed in 500 milliseconds