Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c1014 unsigned long long attackThresholdBytes = 0; in tmain()
1155 attackThresholdBytes = tcstoull(valueText, &afterValueText, 10); in tmain()
1218 parser, attackThresholdBytes); in tmain()
1219 XML_SetAllocTrackerActivationThreshold(parser, attackThresholdBytes); in tmain()
1221 (void)attackThresholdBytes; // silence -Wunused-but-set-variable in tmain()
987 unsigned long long attackThresholdBytes = 0; tmain() local