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

  /src/external/bsd/unbound/dist/winrc/
anchor-update.c 66 do_lookup(struct ub_ctx* ctx, char* domain) function
124 if(!(result=do_lookup(ctx, domain))) {
  /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/
aes-riscv64.pl 108 # do_lookup([destination regs], [state regs], [temporary regs], shamt)
109 # do_lookup loads four entries from an AES encryption/decryption table
117 # order. I.e. do_lookup([A,B,C,D],[...],[A,B,C,D],...) is OK
118 sub do_lookup { subroutine
169 # Identical to do_lookup(), but loads only a single byte into each destination
172 my $ret = do_lookup(@_);
185 # order. I.e. do_lookup([A,B,C,D],[...],[A,B,C,D],...) is OK
264 $code .= do_lookup(
276 $code .= do_lookup(
288 $code .= do_lookup(
    [all...]
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 1795 do_lookup(current_lookup);
4678 do_lookup(dig_lookup_t *lookup) { function
4683 debug("do_lookup()");
  /src/external/bsd/unbound/dist/daemon/
remote.c 2079 do_lookup(RES* ssl, struct worker* worker, char* arg) function
4036 do_lookup(ssl, worker, skipwhite(p+6));
  /src/external/mpl/bind/dist/lib/dns/
zone.c 24407 bool do_lookup = false; local
24434 do_lookup = (param.salt == NULL) ? true : false;
24446 .lookup = do_lookup,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 23207 bool do_lookup = false; local
23234 do_lookup = (param.salt == NULL) ? true : false;
23244 np->lookup = do_lookup;

Completed in 66 milliseconds