Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c151 int uriAlloc; member
3033 if (n > binding->uriAlloc) { in storeAtts()
3038 binding->uriAlloc = n + EXPAND_SPARE; in storeAtts()
3134 if (len > b->uriAlloc) { in addBinding()
3140 b->uriAlloc = len + EXPAND_SPARE; in addBinding()
3153 b->uriAlloc = len + EXPAND_SPARE; in addBinding()