Searched defs:rval (Results 1 - 9 of 9) sorted by relevance

/bind-9.11.3/bin/tests/mem/
H A Dt_mem.c38 int rval; local
109 rval = isc_mempool_getfreecount(mp1);
110 if (rval != 10) {
112 rval, MP1_FREEMAX);
116 rval = isc_mempool_getallocated(mp1);
117 if (rval != 19) {
119 rval, MP1_MAXALLOC - 11);
181 int rval; local
186 rval = memtest();
188 if (rval
[all...]
/bind-9.11.3/lib/lwres/
H A Dlwconfig.c617 lwres_result_t rval, ret; local
636 rval = LWRES_R_SUCCESS;
637 POST(rval);
642 rval = LWRES_R_SUCCESS;
644 rval = lwres_conf_parsenameserver(ctx, fp);
646 rval = lwres_conf_parselwserver(ctx, fp);
648 rval = lwres_conf_parsedomain(ctx, fp);
650 rval = lwres_conf_parsesearch(ctx, fp);
652 rval = lwres_conf_parsesortlist(ctx, fp);
654 rval
[all...]
/bind-9.11.3/lib/irs/
H A Dresconf.c487 isc_result_t rval, ret = ISC_R_SUCCESS; local
517 rval = ISC_R_SUCCESS;
518 POST(rval);
523 rval = ISC_R_SUCCESS;
525 rval = resconf_parsenameserver(conf, fp);
527 rval = resconf_parsedomain(conf, fp);
529 rval = resconf_parsesearch(conf, fp);
531 rval = resconf_parsesortlist(conf, fp);
533 rval = resconf_parseoption(conf, fp);
536 rval
[all...]
/bind-9.11.3/bin/tests/dst/
H A Dt_dst.c544 int rval; local
572 rval = write(fd, &val, 1);
573 if (rval != 1) {
575 t_info("write failed %d %d\n", rval, errno);
583 rval = write(fd, &val, 1);
584 if (rval != 1) {
586 t_info("write failed %d %d\n", rval, errno);
593 rval = write(fd, &val, 1);
594 if (rval != 1) {
596 t_info("write failed %d %d\n", rval, errn
618 size_t rval; local
708 size_t rval; local
[all...]
/bind-9.11.3/lib/tests/
H A Dt_api.c461 int rval; local
465 rval = -1;
485 rval = 0;
488 return (rval);
499 int rval; local
503 rval = -1;
512 rval = 0;
514 return(rval);
586 int rval; local
591 rval
[all...]
/bind-9.11.3/bin/tests/db/
H A Dt_db.c1017 int rval; local
1281 rval = dns_rdata_compare(&added_rdata, &found_rdata);
1282 if (rval == 0) {
1285 t_info("dns_rdata_compare returned %d\n", rval);
1333 int rval; local
1666 rval = dns_rdata_compare(&added_rdata, &found_rdata);
1667 if (rval != 0) {
1668 t_info("dns_rdata_compare returned %d\n", rval);
1742 int rval; local
2068 rval
[all...]
/bind-9.11.3/bin/tests/rbt/
H A Dt_rbt.c255 int rval; local
287 rval = t1_add(p, *rbt, mctx, &dns_result);
288 if ((rval != 0) || (dns_result != ISC_R_SUCCESS)) {
305 int rval; local
370 rval = t1_search(testname, rbt, mctx,
372 if (rval == 0) {
398 rval = t1_delete(testname, rbt, mctx, &dns_result);
399 if (rval == 0) {
401 rval = t1_search(testname, rbt, mctx,
403 if (rval
[all...]
/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c1877 isc_boolean_t rval; local
1990 rval = isc_task_purgeevent(task, event2_clone);
1991 if (rval != (purgable ? ISC_TRUE : ISC_FALSE)) {
1993 (rval ? "ISC_TRUE" : "ISC_FALSE"),
/bind-9.11.3/bin/tests/names/
H A Dt_names.c331 int rval; local
336 rval = 0;
343 ++rval;
348 ++rval;
352 ++rval;
356 ++rval;
360 ++rval;
364 ++rval;
368 ++rval;
371 if (rval
382 int rval; local
460 int rval; local
493 int rval; local
582 int rval; local
1101 isc_boolean_t rval; local
[all...]

Completed in 34 milliseconds