Lines Matching defs:num_found
139 CK_ULONG num_found = 0;
189 num_found++;
191 if (list && *listsize >= num_found) {
192 list[num_found - 1] = mechlist[i].type;
198 if (num_found > *listsize)
201 *listsize = num_found;
229 unsigned long index, num_found = 0;
258 num_found++;
259 (mech_support_info->supporting_slots)[num_found - 1]
266 if (num_found == 0) {
269 mech_support_info->num_supporting_slots = num_found;