Lines Matching refs:amount
39 static size_t amount = 0;
86 if (!BIO_write_ex(chain[amount - 1], buf, bytes_in, &bytes))
97 size_t n = amount;
129 BIO_free_all(chain[amount - 1]);
164 amount = strtoul(arg, &endptr, 10);
171 if (amount < 1) {
209 if (idx >= amount) {
211 progname, idx, amount - 1);
240 if (idx >= amount) {
242 progname, idx, amount - 1);