Home
last modified time | relevance | path

Searched refs:extra_max (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzlib.h116 uInt extra_max; /* space at extra (only when reading header) */ member
Dinflate.c689 len + copy > state->head->extra_max ?
690 state->head->extra_max - len : copy);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzlib.h119 uInt extra_max; /* space at extra (only when reading header) */ member
Dinflate.c742 len + copy > state->head->extra_max ?
743 state->head->extra_max - len : copy);