Home
last modified time | relevance | path

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

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-23852/
H A Dpoc.cpp105 int allocDefaultAtts; member
/aosp_15_r20/external/python/cpython3/Modules/expat/
Dxmlparse.c362 int allocDefaultAtts; member
6396 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
6397 if (type->allocDefaultAtts == 0) { in defineAttribute()
6398 type->allocDefaultAtts = 8; in defineAttribute()
6400 parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
6402 type->allocDefaultAtts = 0; in defineAttribute()
6409 if (type->allocDefaultAtts > INT_MAX / 2) { in defineAttribute()
6413 int count = type->allocDefaultAtts * 2; in defineAttribute()
6429 type->allocDefaultAtts = count; in defineAttribute()
6752 if (e->allocDefaultAtts != 0) in dtdReset()
[all …]
/aosp_15_r20/external/expat/expat/lib/
H A Dxmlparse.c384 int allocDefaultAtts; member
6526 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
6527 if (type->allocDefaultAtts == 0) { in defineAttribute()
6528 type->allocDefaultAtts = 8; in defineAttribute()
6530 parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
6532 type->allocDefaultAtts = 0; in defineAttribute()
6539 if (type->allocDefaultAtts > INT_MAX / 2) { in defineAttribute()
6543 int count = type->allocDefaultAtts * 2; in defineAttribute()
6559 type->allocDefaultAtts = count; in defineAttribute()
6886 if (e->allocDefaultAtts != 0) in dtdReset()
[all …]
/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmlparse.c341 int allocDefaultAtts; member
6028 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
6029 if (type->allocDefaultAtts == 0) { in defineAttribute()
6030 type->allocDefaultAtts = 8; in defineAttribute()
6031 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(parser, type->allocDefaultAtts in defineAttribute()
6034 type->allocDefaultAtts = 0; in defineAttribute()
6040 int count = type->allocDefaultAtts * 2; in defineAttribute()
6045 type->allocDefaultAtts = count; in defineAttribute()
6376 if (e->allocDefaultAtts != 0) in dtdReset()
6418 if (e->allocDefaultAtts != 0) in dtdDestroy()
[all …]