Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dstructseq.c179 char *endofbuf, *pbuf = buf; in structseq_repr() local
182 endofbuf= &buf[REPR_BUFFER_SIZE-5]; in structseq_repr()
213 if ((pbuf+len) <= endofbuf) { in structseq_repr()
/external/libpcap/
Dpcap-npf.c667 u_char *endofbuf; in pcap_read_win32_dag() local
706 endofbuf = (char*)header + cc; in pcap_read_win32_dag()
714 if((char*)header + erf_record_len > endofbuf) in pcap_read_win32_dag()
779 p->cc = endofbuf - (char*)header; in pcap_read_win32_dag()
823 p->cc = endofbuf - (char*)header; in pcap_read_win32_dag()
827 while((u_char*)header < endofbuf); in pcap_read_win32_dag()
/external/python/cpython2/Objects/
Dstructseq.c245 char *endofbuf, *pbuf = buf; in structseq_repr() local
248 endofbuf= &buf[REPR_BUFFER_SIZE-5]; in structseq_repr()
285 if ((pbuf+len) <= endofbuf) { in structseq_repr()