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

  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 1237 size_t gidmax; /* The memory allocation chunk size for the group IDs */ member in struct:__anon645
1385 if (garg->gidcnt == garg->gidmax) {
1387 (garg->gidmax + GROUPLIST_INCREMENT) * sizeof(*garg->gid_arr));
1392 garg->gidmax += GROUPLIST_INCREMENT;
1604 gcb.gidmax = GROUPLIST_INCREMENT;
1610 gcb.gid_arr = OPENSSL_malloc(gcb.gidmax * sizeof(*gcb.gid_arr));
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 722 size_t gidmax; member in struct:__anon1681
735 if (garg->gidcnt == garg->gidmax) {
738 (garg->gidmax + GROUPLIST_INCREMENT) * sizeof(*garg->gid_arr));
741 garg->gidmax += GROUPLIST_INCREMENT;
771 gcb.gidmax = GROUPLIST_INCREMENT;
772 gcb.gid_arr = OPENSSL_malloc(gcb.gidmax * sizeof(*gcb.gid_arr));

Completed in 39 milliseconds