Searched refs:allocDefaultAtts (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.c256 int allocDefaultAtts; member in struct:__anon1764
5259 if (type->nDefaultAtts == type->allocDefaultAtts) {
5260 if (type->allocDefaultAtts == 0) {
5261 type->allocDefaultAtts = 8;
5262 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts
5269 int count = type->allocDefaultAtts * 2;
5274 type->allocDefaultAtts = count;
5575 if (e->allocDefaultAtts != 0)
5617 if (e->allocDefaultAtts != 0)
5721 newE->allocDefaultAtts
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dxmlparse.c239 int allocDefaultAtts; member in struct:__anon568
4681 if (type->nDefaultAtts == type->allocDefaultAtts) {
4682 if (type->allocDefaultAtts == 0) {
4683 type->allocDefaultAtts = 8;
4684 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts
4691 int count = type->allocDefaultAtts * 2;
4696 type->allocDefaultAtts = count;
4997 if (e->allocDefaultAtts != 0)
5043 if (e->allocDefaultAtts != 0)
5151 newE->allocDefaultAtts
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c256 int allocDefaultAtts; member in struct:__anon6396
5258 if (type->nDefaultAtts == type->allocDefaultAtts) {
5259 if (type->allocDefaultAtts == 0) {
5260 type->allocDefaultAtts = 8;
5261 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts
5268 int count = type->allocDefaultAtts * 2;
5273 type->allocDefaultAtts = count;
5574 if (e->allocDefaultAtts != 0)
5616 if (e->allocDefaultAtts != 0)
5720 newE->allocDefaultAtts
[all...]

Completed in 103 milliseconds