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

  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 1243 * always one additional active tuple being built, stored at index tplcnt.
1244 * tuplcnt_arr therefore always needs at least tplcnt + 1 allocated slots.
1246 size_t tplcnt; member in struct:__anon155
1247 size_t *tuplcnt_arr; /* Per-tuple group counts; [0..tplcnt-1] closed, [tplcnt] active */
1481 for (j = 0; j < garg->tplcnt; j++) {
1519 garg->tuplcnt_arr[garg->tplcnt]++;
1531 * Ensure tuplcnt_arr has room for at least tplcnt + 2 entries so that
1532 * close_tuple() can safely increment tplcnt and write the new active-tuple
1533 * slot at index tplcnt + 1. Must be called before that increment
    [all...]
t1_lib.c 1243 * always one additional active tuple being built, stored at index tplcnt.
1244 * tuplcnt_arr therefore always needs at least tplcnt + 1 allocated slots.
1246 size_t tplcnt; member in struct:__anon155
1247 size_t *tuplcnt_arr; /* Per-tuple group counts; [0..tplcnt-1] closed, [tplcnt] active */
1481 for (j = 0; j < garg->tplcnt; j++) {
1519 garg->tuplcnt_arr[garg->tplcnt]++;
1531 * Ensure tuplcnt_arr has room for at least tplcnt + 2 entries so that
1532 * close_tuple() can safely increment tplcnt and write the new active-tuple
1533 * slot at index tplcnt + 1. Must be called before that increment
    [all...]

Completed in 28 milliseconds