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

  /src/crypto/external/apache2/openssl/dist/test/
stack_test.c 63 } finds[] = { local
70 const int n_finds = OSSL_NELEM(finds);
111 int *val = (finds[i].unsorted == -1) ? &notpresent
112 : v + finds[i].unsorted;
114 if (!TEST_int_eq(sk_sint_find(s, val), finds[i].unsorted)) {
122 int *val = (finds[i].unsorted == -1) ? &notpresent
123 : v + finds[i].unsorted;
125 if (!TEST_int_eq(sk_sint_find_ex(s, val), finds[i].unsorted)) {
141 if (!TEST_int_eq(sk_sint_find(s, &finds[i].value), finds[i].sorted))
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
stack_test.c 63 } finds[] = { local
70 const int n_finds = OSSL_NELEM(finds);
111 int *val = (finds[i].unsorted == -1) ? &notpresent
112 : v + finds[i].unsorted;
114 if (!TEST_int_eq(sk_sint_find(s, val), finds[i].unsorted)) {
122 int *val = (finds[i].unsorted == -1) ? &notpresent
123 : v + finds[i].unsorted;
125 if (!TEST_int_eq(sk_sint_find_ex(s, val), finds[i].unsorted)) {
141 if (!TEST_int_eq(sk_sint_find(s, &finds[i].value), finds[i].sorted))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
stack_test.c 63 } finds[] = { local
70 const int n_finds = OSSL_NELEM(finds);
111 int *val = (finds[i].unsorted == -1) ? &notpresent
112 : v + finds[i].unsorted;
114 if (!TEST_int_eq(sk_sint_find(s, val), finds[i].unsorted)) {
122 int *val = (finds[i].unsorted == -1) ? &notpresent
123 : v + finds[i].unsorted;
125 if (!TEST_int_eq(sk_sint_find_ex(s, val), finds[i].unsorted)) {
141 if (!TEST_int_eq(sk_sint_find(s, &finds[i].value), finds[i].sorted))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
09-alpn.conf 6 test-1 = 1-alpn-server-finds-match
54 [1-alpn-server-finds-match]
55 ssl_conf = 1-alpn-server-finds-match-ssl
57 [1-alpn-server-finds-match-ssl]
58 server = 1-alpn-server-finds-match-server
59 client = 1-alpn-server-finds-match-client
61 [1-alpn-server-finds-match-server]
66 [1-alpn-server-finds-match-client]
73 server = 1-alpn-server-finds-match-server-extra
74 client = 1-alpn-server-finds-match-client-extr
    [all...]
08-npn.conf 6 test-1 = 1-npn-client-finds-match
59 [1-npn-client-finds-match]
60 ssl_conf = 1-npn-client-finds-match-ssl
62 [1-npn-client-finds-match-ssl]
63 server = 1-npn-client-finds-match-server
64 client = 1-npn-client-finds-match-client
66 [1-npn-client-finds-match-server]
71 [1-npn-client-finds-match-client]
79 server = 1-npn-client-finds-match-server-extra
80 client = 1-npn-client-finds-match-client-extr
    [all...]
  /src/usr.bin/make/unit-tests/
opt-m-include-dir.mk 7 # directory and walks towards the file system root, until it finds a
  /src/external/gpl2/groff/dist/arch/djgpp/
config.bat 29 Rem finds a file called `install'.
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/k62mmx/
copyd.asm 56 C uses copyd finds perhaps that should be favoured. The current code has
  /src/external/mpl/bind/dist/lib/dns/
adb.c 155 dns_adbfindlist_t finds; member in struct:dns_adbname
669 * of finds and namehooks.
755 * Run through the list. For each name, clean up finds
899 for (find = ISC_LIST_HEAD(name->finds); find != NULL; find = next) {
938 ISC_LIST_UNLINK(name->finds, find, plink);
972 .finds = ISC_LIST_INITIALIZER,
1009 REQUIRE(ISC_LIST_EMPTY(name->finds));
2148 empty = ISC_LIST_EMPTY(adbname->finds);
2149 ISC_LIST_APPEND(adbname->finds, find, plink);
2286 ISC_LIST_UNLINK(find->adbname->finds, find, plink)
    [all...]
resolver.c 378 dns_adbfindlist_t finds; member in struct:fetchctx
419 * Used to track started ADB finds with event.
1246 for (find = ISC_LIST_HEAD(fctx->finds); find != NULL;
1308 for (find = ISC_LIST_HEAD(fctx->finds); find != NULL; find = next_find)
1311 ISC_LIST_UNLINK(fctx->finds, find, publink);
1741 * Cancel all pending ADB finds if we have not been successful
1776 * fetch, and clean up finds and addresses.
2907 * There are still running ADB finds and these can be more successful.
3021 for (curr = ISC_LIST_HEAD(fctx->finds); curr != NULL;
3200 * Sort a list of finds by server RTT
    [all...]
  /src/share/mk/
bsd.doc.mk 103 # For some reason the P modifier finds the path to a variable name,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
adb.c 19 * In finds, if task == NULL, no events will be generated, and no events
189 dns_adbfindlist_t finds; member in struct:dns_adbname
1297 * Run through the list. For each name, clean up finds
1536 find = ISC_LIST_HEAD(name->finds);
1573 ISC_LIST_UNLINK(name->finds, find, plink);
1751 ISC_LIST_INIT(name->finds);
1781 INSIST(ISC_LIST_EMPTY(n->finds));
3220 bool empty = ISC_LIST_EMPTY(adbname->finds);
3221 ISC_LIST_APPEND(adbname->finds, find, plink);
3367 ISC_LIST_UNLINK(find->adbname->finds, find, plink)
    [all...]
resolver.c 323 dns_adbfindlist_t finds; member in struct:fetchctx
1422 for (find = ISC_LIST_HEAD(fctx->finds); find != NULL;
1542 for (find = ISC_LIST_HEAD(fctx->finds); find != NULL; find = next_find)
1545 ISC_LIST_UNLINK(fctx->finds, find, publink);
3370 for (curr = ISC_LIST_HEAD(fctx->finds); curr != NULL;
3549 * Sort a list of finds by server RTT.
3672 ISC_LIST_APPEND(fctx->finds, find, publink);
3917 INSIST(ISC_LIST_EMPTY(fctx->finds));
4056 sort_finds(&fctx->finds, res->view->v6bias);
4177 find = ISC_LIST_HEAD(fctx->finds);
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 571 since the client finds them during regular operation,
  /src/external/gpl2/gettext/dist/djgpp/
config.bat 214 Rem finds a file called `install'.

Completed in 42 milliseconds