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

  /src/external/gpl3/binutils/dist/gprofng/src/
Sample.h 71 bool validated; // if validation performed member in class:Sample
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Sample.h 71 bool validated; // if validation performed member in class:Sample
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
validate.c 296 static int validated = 0; local
300 if (validated)
302 validated++;
  /src/crypto/external/apache2/openssl/dist/test/
cmp_vfy_test.c 140 X509 *validated = OSSL_CMP_CTX_get0_validatedSrvCert(fixture->cmp_ctx); local
142 return res && (!fixture->expected || TEST_ptr_eq(validated, fixture->cert));
  /src/external/gpl3/gcc/dist/gcc/
opts.h 555 The `validated' field describes whether any spec has looked at this switch;
572 bool validated; member in struct:switchstr
gcc.cc 3890 as validated if VALIDATED and KNOWN if it is an internal switch. */
3894 bool validated, bool known)
3908 switches[n_switches].validated = validated;
4162 forward_offload_option (size_t opt_index, const char *arg, bool validated)
4176 0, NULL, validated, true);
4193 0, NULL, validated, true);
4218 bool validated = false;
4263 validated = true
4197 bool validated = false; local
    [all...]
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 149 bool validated = true; variable
4445 validated = false;
  /src/external/bsd/zstd/dist/tests/
paramgrill.c 497 int validated = 0; local
498 while (!validated) {
507 validated = paramValid(p);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu.h 500 struct list_head validated; member in struct:amdgpu_cs_parser
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 3624 The `validated' field describes whether any spec has looked at this switch;
3641 bool validated;
3921 as validated if VALIDATED and KNOWN if it is an internal switch. */
3925 bool validated, bool known)
3939 switches[n_switches].validated = validated;
4207 bool validated = false;
4252 validated = true;
4351 save_switch (compare_debug_replacement_opt, 0, NULL, validated, true)
3623 bool validated; member in struct:switchstr
4186 bool validated = false; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 676 validated(void *arg);
991 valoptions, fctx->loop, validated, valarg, fctx->nvalidations,
5262 validated(void *arg) { function
5605 * be validated.
5616 * Cache any SOA/NS/NSEC records that happened to be validated.
6114 * only cached if validated within the context of a
6123 * RRSIGs are validated as part of validating
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 658 validated(isc_task_t *task, isc_event_t *event);
938 validated, valarg, &validator);
5754 validated(isc_task_t *task, isc_event_t *event) { function
6081 * be validated.
6091 * Cache any SOA/NS/NSEC records that happened to be validated.
6539 * records from a secure domain are only cached if validated
6549 * RRSIGs are validated as part of validating the
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon.h 1118 struct list_head validated; member in struct:radeon_cs_parser
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 3367 Boolean validated; // True if IP address is validated. member in struct:SBRIPAddress
3520 Boolean validateResults; // True if signed results are requested and validated.
6794 if( context->validateResults ) _PrintValidatedToStdOut( "", ipaddr->validated , ", " );
37972 Boolean validated; \/\/ True if IP address is validated. member in struct:SBIPAddress
38917 Boolean validated = false; local
38995 Boolean validated = false; local
    [all...]

Completed in 125 milliseconds