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

  /src/external/mpl/bind/dist/lib/ns/
hooks.c 43 ns_plugin_check_t *check_func; member in struct:ns_plugin
158 (void **)&plugin->check_func));
221 CHECK(plugin->check_func(parameters, cfg, cfg_file, cfg_line, mctx,
247 result = plugin->check_func(parameters, cfg, cfg_file, cfg_line, mctx,
  /src/external/gpl3/binutils/dist/bfd/
elfxx-riscv.c 1206 bool (*check_func) (riscv_parse_subset_t *, member in struct:riscv_implicit_subset
2201 && t->check_func (rps, subset))
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-riscv.c 1203 bool (*check_func) (riscv_parse_subset_t *, member in struct:riscv_implicit_subset
2193 && t->check_func (rps, subset))
  /src/external/gpl3/gdb/dist/bfd/
elfxx-riscv.c 1172 bool (*check_func) (riscv_subset_t *); member in struct:riscv_implicit_subset
2061 && t->check_func (subset))
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-riscv.c 1174 bool (*check_func) (const char *, riscv_subset_t *); member in struct:riscv_implicit_subset
2030 && t->check_func (t->implicit_name, subset))
  /src/crypto/external/apache2/openssl/dist/test/
quic_txp_test.c 289 int (*check_func)(struct helper *h); member in struct:script_op
1379 if (!TEST_true(op->check_func(&h)))
1690 dyn_script_1[dyn_script_1_check_idx].check_func = check_is_handshake;
quic_multistream_test.c 135 int (*check_func)(struct helper *h, struct helper_local *hl); member in struct:script_op
1244 ok = op->check_func(h, hl);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
ppolicy.c 58 typedef int (check_func)( char *passwd, struct berval *errmsg, Entry *ent, struct berval *arg ); typedef
73 check_func *pwdCheckFunc;
1285 check_func *prog;
  /src/external/gpl3/gcc/dist/gcc/
asan.cc 2391 check_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, function
3928 tree fun = check_func (is_store, recover_p, size_in_bytes, &nargs);
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 2349 check_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, function
3872 tree fun = check_func (is_store, recover_p, size_in_bytes, &nargs);
  /src/sys/net/
zlib.c 272 typedef uLong (ZEXPORT *check_func)(uLong check, const Bytef *buf, typedef
3333 check_func c, /* check function */
3921 check_func checkfn; /* check function */
4042 inflate_blocks_statef *inflate_blocks_new(z_streamp z, check_func c, uInt w)

Completed in 48 milliseconds