HomeSort by relevance Sort by last modified time
    Searched refs:chunk_start (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/wps/
httpread.c 94 int chunk_start; /* offset in body of chunk hdr or data */ member in struct:httpread
547 char *cbp = h->body + h->chunk_start;
560 h->body_nbytes = h->chunk_start;
573 /* leave chunk_start alone */
577 if ((h->body_nbytes - h->chunk_start) ==
591 h->chunk_start = h->body_nbytes;
611 ncopy = (h->chunk_start + h->chunk_size + 2) -