Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c1071 const long long read_size_bytes_candidate in tmain() local
1074 || (read_size_bytes_candidate < 1) in tmain()
1075 || (read_size_bytes_candidate > (INT_MAX / 2 + 1))) { in tmain()
1082 g_read_size_bytes = (int)read_size_bytes_candidate; in tmain()