Home | History | Annotate | Download | only in libjasper

Lines Matching refs:bufptr

520     char *bufptr;
522 bufptr = buf;
529 *bufptr++ = c;
539 bufptr;
541 bufptr = buf;
545 if (jas_stream_putc(stream, *bufptr) == EOF) {
548 ++bufptr;
585 char *bufptr;
588 bufptr = buf;
593 *bufptr++ = c;
599 *bufptr = '\0';