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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dxmlparse.c149 int uriAlloc; member in struct:binding
2917 if (n > binding->uriAlloc) {
2922 binding->uriAlloc = n + EXPAND_SPARE;
3018 if (len > b->uriAlloc) {
3024 b->uriAlloc = len + EXPAND_SPARE;
3037 b->uriAlloc = len + EXPAND_SPARE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dxmlparse.c139 int uriAlloc; member in struct:binding
2585 if (n > binding->uriAlloc) {
2590 binding->uriAlloc = n + EXPAND_SPARE;
2629 if (len > b->uriAlloc) {
2635 b->uriAlloc = len + EXPAND_SPARE;
2648 b->uriAlloc = len + EXPAND_SPARE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c149 int uriAlloc; member in struct:binding
2916 if (n > binding->uriAlloc) {
2921 binding->uriAlloc = n + EXPAND_SPARE;
3017 if (len > b->uriAlloc) {
3023 b->uriAlloc = len + EXPAND_SPARE;
3036 b->uriAlloc = len + EXPAND_SPARE;

Completed in 138 milliseconds