Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c987 unsigned long long attackThresholdBytes = 0; in tmain() local
1128 attackThresholdBytes = tcstoull(valueText, &afterValueText, 10); in tmain()
1191 parser, attackThresholdBytes); in tmain()
1192 XML_SetAllocTrackerActivationThreshold(parser, attackThresholdBytes); in tmain()
1194 (void)attackThresholdBytes; // silence -Wunused-but-set-variable in tmain()