Searched refs:f_buf (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dfileobject.h31 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon2574
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dfileobject.h19 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon2681
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
H A Dfileobject.h30 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon2886
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dfileobject.h31 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon2988
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dbz2module.c106 char* f_buf; /* Allocated readahead buffer */ member in struct:__anon3082
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
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dfileobject.c162 f->f_buf = NULL;
1063 if (f->f_buf != NULL &&
1065 f->f_buf[0] != '\0')
1145 if (f->f_buf != NULL &&
1147 f->f_buf[0] != '\0')
1556 if (fo->f_buf != NULL &&
1558 fo->f_buf[0] != '\0')
1648 if (f->f_buf != NULL &&
1650 f->f_buf[0] != '\0')
1683 if (f->f_buf !
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dfileobject.c162 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')
1504 if (fo->f_buf != NULL &&
1506 fo->f_buf[0] != '\0')
1596 if (f->f_buf != NULL &&
1598 f->f_buf[0] != '\0')
1631 if (f->f_buf !
[all...]

Completed in 25 milliseconds