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

  /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/mpl/bind/dist/lib/dns/
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...]
client.c 127 isc_result_t vresult; member in struct:resarg
492 isc_result_t vresult = ISC_R_SUCCESS; local
554 vresult = resp->vresult;
829 rctx->rev->vresult = vresult;
842 resarg->vresult = rev->vresult;
853 if (result != ISC_R_SUCCESS && resarg->vresult != ISC_R_SUCCESS) {
859 result = resarg->vresult;
    [all...]
resolver.c 484 isc_result_t vresult; /*%< validation result */ member in struct:fetchctx
1602 resp->vresult = fctx->vresult;
5388 fctx->vresult = val->result;
5466 fctx->vresult = val->result;
5467 if (fctx->vresult != DNS_R_BROKENCHAIN) {
5487 if (fctx->vresult == DNS_R_BROKENCHAIN && !negative) {
5512 result = fctx->vresult;
11091 isc_result_totext(fctx->vresult), domainbuf,
  /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.old/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/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/gpl3/gcc.old/dist/gcc/d/dmd/
func.d 127 * vresult = exp; goto Lresult;
273 VarDeclaration vresult; /// result variable for out contracts
2209 if (!vresult)
2214 * So, in here it may be a temporary type for vresult, and after
2215 * fbody.dsymbolSemantic() running, vresult.type might be modified.
2217 vresult = new VarDeclaration(loc, tret, Id.result, null);
2218 vresult.storage_class |= STC.nodtor | STC.temp;
2220 vresult.storage_class |= STC.const_;
2221 vresult.storage_class |= STC.result;
2224 vresult.parent = this
    [all...]
semantic3.d 573 // scope of out contract (need for vresult.semantic)
634 if (exp.op == EXP.variable && (cast(VarExp)exp).var == funcdecl.vresult)
640 // Remove `return vresult;` from returns
830 if (funcdecl.vresult || funcdecl.returnLabel)
939 if (funcdecl.vresult)
941 // Create: return vresult = exp;
942 exp = new BlitExp(rs.loc, funcdecl.vresult, exp);
943 exp.type = funcdecl.vresult.type;
1114 if (f.next.ty != Tvoid && funcdecl.vresult)
1116 // Create: return vresult;
    [all...]
declaration.h 546 VarDeclaration *vresult; // result variable for out contracts member in class:FuncDeclaration
statementsem.d 2795 if (rs.exp && rs.exp.op == EXP.variable && (cast(VarExp)rs.exp).var == fd.vresult)
2797 // return vresult;
3118 bool r = fd.vresult.checkNestedReference(sc, Loc.initial);
3119 assert(!r); // vresult should be always accessible
3122 // return vresult;
3123 Statement s = new ReturnStatement(Loc.initial, new VarExp(Loc.initial, fd.vresult));
3129 // vresult = exp; retrun caseDim;
dinterpret.d 625 if (fd.vresult)
626 ctfeGlobals.stack.push(fd.vresult);
  /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/bind/dist/bin/dnssec/
dnssec-signzone.c 3393 isc_result_t result, vresult; local
4101 vresult = ISC_R_SUCCESS;
4103 vresult = dns_zoneverify_dnssec(NULL, gdb, gversion, gorigin,
4106 if (vresult != ISC_R_SUCCESS) {
4109 isc_result_totext(vresult));
4133 if (vresult == ISC_R_SUCCESS) {
4193 return vresult == ISC_R_SUCCESS ? 0 : 1;
  /src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc 1050 if (d->vresult)
1051 declare_local_var (d->vresult);
1634 if (var == fd->vresult || var == fd->v_argptr)
  /src/external/mpl/dhcp/bind/dist/lib/irs/
getaddrinfo.c 771 switch (rev->vresult) {

Completed in 56 milliseconds