Lines Matching defs:bufpos
103 static char *bufpos = NULL; /* position in buffer */
523 int len = bufpos - buffer;
545 bufpos = buffer;
558 bufpos = buffer;
602 memcpy(bufpos, h, sizeof(*h));
603 memcpy(bufpos + sizeof(*h), sp, h->caplen);
610 memcpy(bufpos, &sf_hdr, sizeof(sf_hdr));
611 memcpy(bufpos + sizeof(sf_hdr), sp, h->caplen);
614 bufpos += len;
729 bufpos = buffer;