Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c277 int uriAlloc; member
3752 if (n > binding->uriAlloc) { in storeAtts()
3772 binding->uriAlloc = n + EXPAND_SPARE; in storeAtts()
3999 if (len > b->uriAlloc) { in addBinding()
4020 b->uriAlloc = len + EXPAND_SPARE; in addBinding()
4048 b->uriAlloc = len + EXPAND_SPARE; in addBinding()