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

  /src/external/mpl/bind/dist/lib/dns/include/dns/
client.h 82 * procedure. 'vresult' specifically stores the result code of DNSSEC
95 isc_result_t vresult; member in struct:dns_clientresume
resolver.h 87 isc_result_t vresult; member in struct:dns_fetchresponse
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
client.h 112 * procedure. 'vresult' specifically stores the result code of DNSSEC
121 isc_result_t vresult; member in struct:dns_clientresevent
resolver.h 84 isc_result_t vresult; member in struct:dns_fetchevent
  /src/external/gpl3/gdb/dist/gdb/python/
py-framefilter.c 133 gdbpy_ref<> vresult = gdbpy_call_method (obj, "value"); local
135 if (vresult == NULL)
141 if (vresult == Py_None)
148 *value = convert_value_from_python (vresult.get ());
  /src/external/mpl/bind/dist/lib/dns/
client.c 127 isc_result_t vresult; member in struct:resarg
498 isc_result_t vresult = ISC_R_SUCCESS; local
562 vresult = resp->vresult;
837 rctx->rev->vresult = vresult;
850 resarg->vresult = rev->vresult;
861 if (result != ISC_R_SUCCESS && resarg->vresult != ISC_R_SUCCESS) {
867 result = resarg->vresult;
    [all...]
zoneverify.c 217 const dns_name_t *nextname, isc_result_t *vresult) {
235 *vresult = ISC_R_FAILURE;
260 *vresult = ISC_R_FAILURE;
278 *vresult = ISC_R_FAILURE;
287 *vresult = ISC_R_FAILURE;
291 *vresult = ISC_R_SUCCESS;
464 isc_result_t *vresult) {
476 *vresult = result;
490 *vresult = ISC_R_FAILURE;
521 *vresult = DNS_R_DUPLICATE
1976 isc_result_t result, vresult = ISC_R_UNSET; local
    [all...]
resolver.c 465 isc_result_t vresult; /*%< validation result */ member in struct:fetchctx
1583 resp->vresult = fctx->vresult;
5305 fctx->vresult = val->result;
5385 fctx->vresult = val->result;
5386 if (fctx->vresult != DNS_R_BROKENCHAIN) {
5406 if (fctx->vresult == DNS_R_BROKENCHAIN && !negative) {
5431 result = fctx->vresult;
10908 isc_result_totext(fctx->vresult), domainbuf,
  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
mmintrin.h 153 __vector signed char vresult; local
161 vresult = vec_packs(vm1, vm1);
162 return (__m64)((__vector long long)vresult)[0];
178 __vector signed short vresult; local
186 vresult = vec_packs(vm1, vm1);
187 return (__m64)((__vector long long)vresult)[0];
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zoneverify.c 218 const dns_name_t *nextname, isc_result_t *vresult) {
236 *vresult = ISC_R_FAILURE;
261 *vresult = ISC_R_FAILURE;
279 *vresult = ISC_R_FAILURE;
288 *vresult = ISC_R_FAILURE;
292 *vresult = ISC_R_SUCCESS;
464 isc_result_t *vresult) {
476 *vresult = result;
490 *vresult = ISC_R_FAILURE;
521 *vresult = DNS_R_DUPLICATE
1975 isc_result_t result, vresult = ISC_R_UNSET; local
    [all...]
client.c 170 isc_result_t vresult; member in struct:resarg
736 isc_result_t vresult = ISC_R_SUCCESS; local
802 vresult = event->vresult;
1086 rctx->event->vresult = vresult;
1117 resarg->vresult = rev->vresult;
1204 if (result != ISC_R_SUCCESS && resarg->vresult != ISC_R_SUCCESS) {
1210 result = resarg->vresult;
    [all...]
validator.c 1529 isc_result_t result, vresult = DNS_R_NOVALIDSIG; local
1594 vresult = verify(val, val->key, &rdata, val->siginfo->keyid);
1595 if (vresult != ISC_R_SUCCESS) {
1624 } else if (vresult == ISC_R_SUCCESS) {
1633 isc_result_totext(vresult));
1649 return (vresult);
resolver.c 410 isc_result_t vresult; /*%< validation result */ member in struct:fetchctx
1792 event->vresult = fctx->vresult;
4830 dns_event->vresult = ISC_R_TIMEDOUT;
5242 fctx->vresult = ISC_R_SUCCESS;
5796 fctx->vresult = vevent->result;
5880 fctx->vresult = vevent->result;
5881 if (fctx->vresult != DNS_R_BROKENCHAIN) {
5920 result = fctx->vresult;
11426 isc_result_totext(fctx->vresult), domainbuf
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h 546 VarDeclaration *vresult; // result variable for out contracts member in class:FuncDeclaration
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 3391 isc_result_t result, vresult; local
4099 vresult = ISC_R_SUCCESS;
4101 vresult = dns_zoneverify_dnssec(NULL, gdb, gversion, gorigin,
4104 if (vresult != ISC_R_SUCCESS) {
4107 isc_result_totext(vresult));
4131 if (vresult == ISC_R_SUCCESS) {
4190 return vresult == ISC_R_SUCCESS ? 0 : 1;

Completed in 61 milliseconds