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

  /src/crypto/external/bsd/openssl.old/dist/crypto/store/
loader_file.c 148 * matchcount: A pointer to an int to count matches for this data.
164 int *matchcount,
199 int *matchcount,
222 *matchcount = 1;
288 *matchcount = 1;
327 int *matchcount,
344 *matchcount = 1;
350 *matchcount = 1;
404 int *matchcount,
417 *matchcount = 1
1334 int matchcount = -1; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/engines/
e_loader_attic.c 244 * matchcount: A pointer to an int to count matches for this data.
262 int *matchcount,
299 int *matchcount,
323 *matchcount = 1;
398 *matchcount = 1;
435 int *matchcount,
455 *matchcount = 1;
461 *matchcount = 1;
513 int *matchcount,
527 *matchcount = 1
1542 int matchcount = -1; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/engines/
e_loader_attic.c 245 * matchcount: A pointer to an int to count matches for this data.
263 int *matchcount,
300 int *matchcount,
324 *matchcount = 1;
398 *matchcount = 1;
435 int *matchcount,
455 *matchcount = 1;
461 *matchcount = 1;
512 int *matchcount,
527 *matchcount = 1
1558 int matchcount = -1; local
    [all...]
  /src/games/battlestar/
globals.c 254 int matchcount = 20; variable
save.c 85 fread(&matchcount, sizeof matchcount, 1, fp);
139 fwrite(&matchcount, sizeof matchcount, 1, fp);
command6.c 231 if (testbit(inven, MATCHES) && matchcount) {
235 matchcount--;
extern.h 302 extern int matchlight, matchcount;
  /src/usr.bin/usbhidctl/
usbhid.c 95 int matchcount; member in struct:Susbvar
298 varlist[vlind].matchcount = 0;
409 var->matchcount == var->usageinstance)
411 var->matchcount++;
  /src/external/bsd/unbound/dist/validator/
val_utils.c 209 * @param matchcount: count of current best name (starts at 0 for no match).
215 int* matchcount)
233 if(m > *matchcount) {
234 *matchcount = m;
332 int matchcount = 0; local
341 signer_name, signer_len, &matchcount);

Completed in 26 milliseconds