OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTTPREAD_READBUF_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c
49
#define
HTTPREAD_READBUF_SIZE
1024 /* read in chunks of this size */
408
char readbuf[
HTTPREAD_READBUF_SIZE
]; /* temp use to read into */
/external/wpa_supplicant_8/src/wps/
httpread.c
43
#define
HTTPREAD_READBUF_SIZE
1024 /* read in chunks of this size */
402
char readbuf[
HTTPREAD_READBUF_SIZE
]; /* temp use to read into */
Completed in 22 milliseconds