Searched refs:start_idx (Results 1 – 3 of 3) sorted by relevance
473 uint32_t start_idx; in fill_segment() local494 start_idx = 0; in fill_segment()498 start_idx = 2; in fill_segment()504 + start_idx; in fill_segment()511 for (j = start_idx; j < ctx->segment_length; ++j, ++curr_offset, ++prev_offset) { in fill_segment()
3688 int rv, start_idx, i; in ssl_security_cert_chain() local3694 start_idx = 1; in ssl_security_cert_chain()3696 start_idx = 0; in ssl_security_cert_chain()3702 for (i = start_idx; i < sk_X509_num(sk); i++) { in ssl_security_cert_chain()
2604 int start_idx = OPT_VERBOSITY - 2; in read_config() local2611 for (opt = &cmp_options[start_opt], i = start_idx; in read_config()2620 for (opt = &cmp_options[start_opt], i = start_idx; in read_config()
Completed in 30 milliseconds