Home
last modified time | relevance | path

Searched refs:num_parttions (Results 1 – 1 of 1) sorted by relevance

/base/startup/hvb/libhvb/src/auth/
Dhvb.c182 size_t num_parttions = 0; in hash_ptn_list_add_rvt() local
185 while (hash_ptn_list[num_parttions] != NULL) { in hash_ptn_list_add_rvt()
186 num_parttions++; in hash_ptn_list_add_rvt()
190 num_parttions += REQUEST_LIST_LEN; in hash_ptn_list_add_rvt()
192 ptn = (char const **)hvb_calloc(num_parttions * sizeof(char *)); in hash_ptn_list_add_rvt()
198 for (n = 0; n < num_parttions - REQUEST_LIST_LEN; n++) { in hash_ptn_list_add_rvt()
206 ptn[num_parttions - REQUEST_LIST_LEN] = rvt_ptn; in hash_ptn_list_add_rvt()