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

  /src/crypto/external/apache2/openssl/dist/test/
ectest.c 2888 BIGNUM *p_out = NULL, *a_out = NULL, *b_out = NULL; local
2985 &a_out))
2986 || !TEST_BN_eq(a_out, a)
3088 BN_free(a_out);
  /src/crypto/external/bsd/openssl/dist/test/
ectest.c 2399 BIGNUM *p_out = NULL, *a_out = NULL, *b_out = NULL; local
2495 &a_out))
2496 || !TEST_BN_eq(a_out, a)
2598 BN_free(a_out);
  /src/external/bsd/libevent/dist/test/
regress_dns.c 1435 struct gai_outcome a_out[12]; local
1444 memset(a_out, 0, sizeof(a_out));
1616 &hints, gai_cb, &a_out[0]);
1621 &hints, gai_cb, &a_out[1]);
1627 &hints, gai_cb, &a_out[2]);
1634 &hints, gai_cb, &a_out[3]);
1641 &hints, gai_cb, &a_out[4]);
1647 &hints, gai_cb, &a_out[5]);
1654 &hints, gai_cb, &a_out[6])
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_dns.c 1433 struct gai_outcome a_out[12]; local
1442 memset(a_out, 0, sizeof(a_out));
1614 &hints, gai_cb, &a_out[0]);
1619 &hints, gai_cb, &a_out[1]);
1625 &hints, gai_cb, &a_out[2]);
1632 &hints, gai_cb, &a_out[3]);
1639 &hints, gai_cb, &a_out[4]);
1645 &hints, gai_cb, &a_out[5]);
1652 &hints, gai_cb, &a_out[6])
    [all...]

Completed in 36 milliseconds