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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h 31 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon4222
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 19 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon4329
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h 30 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon4534
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
fileobject.h 31 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon4636
  /external/python/cpython2/Include/
fileobject.h 19 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon32577
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 19 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon66468
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 19 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon66590
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 19 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon983
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 19 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon1106
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 106 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon4730
153 if (f->f_buf != NULL &&
155 f->f_buf[0] != '\0') {
415 if (f->f_buf != NULL) {
416 PyMem_Free(f->f_buf);
417 f->f_buf = NULL;
428 if (f->f_buf != NULL) {
435 f->f_bufptr = f->f_buf;
436 f->f_bufend = f->f_buf;
439 if ((f->f_buf = PyMem_Malloc(bufsize)) == NULL) {
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 91 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon32770
138 if (f->f_buf != NULL &&
140 f->f_buf[0] != '\0') {
403 if (f->f_buf != NULL) {
404 PyMem_Free(f->f_buf);
405 f->f_buf = NULL;
416 if (f->f_buf != NULL) {
423 f->f_bufptr = f->f_buf;
424 f->f_bufend = f->f_buf;
427 if ((f->f_buf = PyMem_Malloc(bufsize)) == NULL)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 162 f->f_buf = NULL;
1063 if (f->f_buf != NULL &&
1065 f->f_buf[0] != '\0')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 162 f->f_buf = NULL;
1060 if (f->f_buf != NULL &&
1062 f->f_buf[0] != '\0')
1131 if (f->f_buf != NULL &&
1133 f->f_buf[0] != '\0')
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 162 f->f_buf = NULL;
1061 if (f->f_buf != NULL &&
1063 f->f_buf[0] != '\0')
1143 if (f->f_buf != NULL &&
1145 f->f_buf[0] != '\0')
    [all...]

Completed in 1375 milliseconds