Home | History | Annotate | Download | only in android

Lines Matching full:buff

351     char   buff[1024];
360 w->p = w->buff;
361 w->end = w->buff + sizeof(w->buff);
388 write( w->fd, w->buff, w->p - w->buff );
389 w->p = w->buff;
397 if (w->p > w->buff)
398 write( w->fd, w->buff, w->p - w->buff );