Searched defs:f_bufend (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dfileobject.h20 char* f_bufend; /* Points after last occupied position */ member in struct:__anon19245
/external/python/cpython2/Modules/
H A Dbz2module.c92 char* f_bufend; /* Points after last occupied position */ member in struct:__anon19438
139 (f->f_bufend - f->f_bufptr) > 0 &&
417 if((f->f_bufend - f->f_bufptr) >= 1)
424 f->f_bufend = f->f_buf;
445 f->f_bufend = f->f_buf + chunksize;
463 len = f->f_bufend - f->f_bufptr;
477 if (bufptr == f->f_bufend)

Completed in 160 milliseconds