Searched refs:uriAlloc (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
H A Dxmlparse.c149 int uriAlloc; member in struct:binding
2914 if (n > binding->uriAlloc) {
2919 binding->uriAlloc = n + EXPAND_SPARE;
3011 if (len > b->uriAlloc) {
3017 b->uriAlloc = len + EXPAND_SPARE;
3030 b->uriAlloc = len + EXPAND_SPARE;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
H A Dxmlparse.c149 int uriAlloc; member in struct:binding
2914 if (n > binding->uriAlloc) {
2919 binding->uriAlloc = n + EXPAND_SPARE;
3011 if (len > b->uriAlloc) {
3017 b->uriAlloc = len + EXPAND_SPARE;
3030 b->uriAlloc = len + EXPAND_SPARE;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
H A Dxmlparse.c151 int uriAlloc; member in struct:binding
3020 if (n > binding->uriAlloc) {
3025 binding->uriAlloc = n + EXPAND_SPARE;
3121 if (len > b->uriAlloc) {
3127 b->uriAlloc = len + EXPAND_SPARE;
3140 b->uriAlloc = len + EXPAND_SPARE;

Completed in 4091 milliseconds