Lines Matching defs:cnt
984 size_t cnt, cnt2;
993 cnt = 0;
994 while (reasonstrings[cnt].id != 0) {
995 if (ERR_GET_LIB(reasonstrings[cnt].id) != 0)
997 cnt++;
999 cnt++; /* One for the terminating item */
1003 OPENSSL_zalloc(sizeof(ERR_STRING_DATA) * (cnt + 1));
1013 * Copy reasonstrings item 0..cnt-1 to prov->error_trings positions
1014 * 1..cnt.
1016 for (cnt2 = 1; cnt2 <= cnt; cnt2++) {