Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/wps/
HDhttpread.c82 int chunk_start; /* offset in body of chunk hdr or data */ member
534 char *cbp = h->body + h->chunk_start; in httpread_read_handler()
557 h->body_nbytes = h->chunk_start; in httpread_read_handler()
573 if ((h->body_nbytes - h->chunk_start) == in httpread_read_handler()
590 h->chunk_start = h->body_nbytes; in httpread_read_handler()
608 ncopy = (h->chunk_start + h->chunk_size + 2) - in httpread_read_handler()
/NextBSD/contrib/binutils/binutils/
HDdwarf.c2814 unsigned char *chunk_start; member
3027 fc->chunk_start = saved_start; in display_debug_frames()
3145 if (cie->chunk_start == look_for) in display_debug_frames()
3200 (unsigned long)(cie->chunk_start - section_start), in display_debug_frames()