Lines Matching refs:idx
144 size_t idx, indent; in setup() local
189 idx = 0; in setup()
191 idx = strtoul(arg, &endptr, 10); in setup()
209 if (idx >= amount) { in setup()
211 progname, idx, amount - 1); in setup()
214 if (BIO_set_indent(chain[idx], (long)indent) <= 0) { in setup()
227 idx = 0; in setup()
229 idx = strtoul(arg, &endptr, 10); in setup()
240 if (idx >= amount) { in setup()
242 progname, idx, amount - 1); in setup()
245 if (BIO_set_prefix(chain[idx], colon) <= 0) { in setup()