Home
last modified time | relevance | path

Searched refs:chunk_size (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/wps/
Dhttpread.c83 int chunk_size; /* data of chunk (not hdr or ending CRLF)*/ member
546 h->chunk_size = strtoul(cbp, NULL, 16); in httpread_read_handler()
547 if (h->chunk_size < 0 || in httpread_read_handler()
548 h->chunk_size > h->max_bytes) { in httpread_read_handler()
551 h->chunk_size); in httpread_read_handler()
559 if (h->chunk_size == 0) { in httpread_read_handler()
574 (h->chunk_size + 2)) { in httpread_read_handler()
592 h->chunk_size = 0; /* just in case */ in httpread_read_handler()
608 ncopy = (h->chunk_start + h->chunk_size + 2) - in httpread_read_handler()