HomeSort by relevance Sort by last modified time
    Searched refs:f_bufptr (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h 33 char* f_bufptr; /* Current buffer position */ member in struct:__anon4222
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 21 char* f_bufptr; /* Current buffer position */ member in struct:__anon4329
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h 32 char* f_bufptr; /* Current buffer position */ member in struct:__anon4534
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
fileobject.h 33 char* f_bufptr; /* Current buffer position */ member in struct:__anon4636
  /external/python/cpython2/Include/
fileobject.h 21 char* f_bufptr; /* Current buffer position */ member in struct:__anon32577
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 21 char* f_bufptr; /* Current buffer position */ member in struct:__anon66468
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 21 char* f_bufptr; /* Current buffer position */ member in struct:__anon66590
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 21 char* f_bufptr; /* Current buffer position */ member in struct:__anon983
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 21 char* f_bufptr; /* Current buffer position */ member in struct:__anon1106
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 108 char* f_bufptr; /* Current buffer position */ member in struct:__anon4730
154 (f->f_bufend - f->f_bufptr) > 0 &&
429 if((f->f_bufend - f->f_bufptr) >= 1)
435 f->f_bufptr = f->f_buf;
456 f->f_bufptr = f->f_buf;
475 len = f->f_bufend - f->f_bufptr;
479 bufptr = memchr(f->f_bufptr, '\n', len);
482 len = bufptr - f->f_bufptr;
487 memcpy(PyString_AS_STRING(s)+skip, f->f_bufptr, len);
488 f->f_bufptr = bufptr;
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 93 char* f_bufptr; /* Current buffer position */ member in struct:__anon32770
139 (f->f_bufend - f->f_bufptr) > 0 &&
417 if((f->f_bufend - f->f_bufptr) >= 1)
423 f->f_bufptr = f->f_buf;
444 f->f_bufptr = f->f_buf;
463 len = f->f_bufend - f->f_bufptr;
467 bufptr = memchr(f->f_bufptr, '\n', len);
470 len = bufptr - f->f_bufptr;
475 memcpy(PyString_AS_STRING(s)+skip, f->f_bufptr, len);
476 f->f_bufptr = bufptr
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 1064 (f->f_bufend - f->f_bufptr) > 0 &&
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 1061 (f->f_bufend - f->f_bufptr) > 0 &&
1132 (f->f_bufend - f->f_bufptr) > 0 &&
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 1062 (f->f_bufend - f->f_bufptr) > 0 &&
1144 (f->f_bufend - f->f_bufptr) > 0 &&
    [all...]

Completed in 406 milliseconds