HomeSort by: relevance | last modified time | path
    Searched defs:tplcnt (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 1241 size_t tplcnt; /* Number of tuples */ member in struct:__anon645
1477 for (j = 0; j < garg->tplcnt; j++) {
1515 garg->tuplcnt_arr[garg->tplcnt]++;
1540 if (garg->tplcnt == garg->tplmax) {
1563 if (garg->tuplcnt_arr[garg->tplcnt] > 0) { /* Some valid groups are present in current tuple... */
1566 garg->tplcnt++;
1567 garg->tuplcnt_arr[garg->tplcnt] = 0; /* Next tuple is initialized to be empty */
1644 for (i = j = 0; j < gcb.tplcnt; j++) {
1653 gcb.tplcnt = i;
1697 *tplextlen = gcb.tplcnt;
    [all...]

Completed in 22 milliseconds