Searched refs:res (Results 1 - 25 of 74) sorted by relevance

123

/bind-9.6-ESV-R11/bin/tests/
H A Dkeyboard_test.c41 isc_result_t res; local
49 res = isc_keyboard_open(&kbd);
50 CHECK("isc_keyboard_open()", res);
54 while (res == ISC_R_SUCCESS && c != 'Q') {
55 res = isc_keyboard_getchar(&kbd, &c);
63 if (res != ISC_R_SUCCESS) {
65 isc_result_totext(res));
70 res = isc_keyboard_close(&kbd, 3);
71 CHECK("isc_keyboard_close()", res);
H A Dinter_test.c35 const char * res; local
56 res = inet_ntop(ifdata.af, &ifdata.address.type, buf,
60 res == NULL ? "BAD" : res,
64 res == NULL ? "BAD" : res);
66 res = inet_ntop(ifdata.af, &ifdata.netmask.type, buf,
68 fprintf(stdout, "netmask = %s\n", res == NULL ? "BAD" : res);
71 res
[all...]
H A Dlwres_test.c154 lwres_gabnresponse_t *res; local
160 res = NULL;
163 &res);
167 if (res != NULL)
168 lwres_gabnresponse_free(ctx, &res);
173 res->realnamelen, res->realname);
174 printf("%u aliases:\n", res->naliases);
175 for (i = 0; i < res->naliases; i++)
176 printf("\t(%u, %s)\n", res
198 lwres_gnbaresponse_t *res; local
[all...]
/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl48 $res = new Net::DNS::Resolver;
49 $res->nameservers($opt_s);
50 $res->port($opt_p);
51 $res->defnames(0); # Do not append default domain.
77 $reply = $res->send($update);
84 print "I:Update failed: ", $res->errorstring, "\n";
/bind-9.6-ESV-R11/bin/tests/system/stress/
H A Dupdate.pl53 $res = new Net::DNS::Resolver;
54 $res->nameservers($opt_s);
55 $res->port($opt_p);
56 $res->defnames(0); # Do not append default domain.
82 $reply = $res->send($update);
89 print "I:Update failed: ", $res->errorstring, "\n";
/bind-9.6-ESV-R11/contrib/nanny/
H A Dnanny.pl36 $res = kill 0, $pid;
38 goto restart if ($res == 0);
/bind-9.6-ESV-R11/contrib/sdb/pgsql/
H A Dzonetodb.c98 PGresult *res; local
123 res = PQexec(conn, str);
124 if (!res || PQresultStatus(res) != PGRES_COMMAND_OK) {
126 PQresultErrorMessage(res));
127 PQclear(res);
130 PQclear(res);
148 PGresult *res; local
201 res = PQexec(conn, str);
202 if (!res || PQresultStatu
[all...]
H A Dpgsqldb.c120 PGresult *res; local
140 res = PQexec(dbi->conn, str);
141 if (!res || PQresultStatus(res) != PGRES_TUPLES_OK) {
142 PQclear(res);
145 if (PQntuples(res) == 0) {
146 PQclear(res);
150 for (i = 0; i < PQntuples(res); i++) {
151 char *ttlstr = PQgetvalue(res, i, 0);
152 char *type = PQgetvalue(res,
179 PGresult *res; local
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c71 "res %p: %s", res, (m))
76 "res %p: %s", (r), (m))
175 dns_resolver_t * res; member in struct:fetchctx
358 (((fctx)->res->lame_ttl > 30 ) ? (fctx)->res->lame_ttl : 30)
420 #define VALID_RESOLVER(res) ISC_MAGIC_VALID(res, RES_MAGIC)
439 static void destroy(dns_resolver_t *res);
440 static void empty_bucket(dns_resolver_t *res);
468 inc_stats(dns_resolver_t *res, isc_statscounter_t counter) argument
752 dns_resolver_t *res = query->fctx->res; local
1127 dns_resolver_t *res; local
1314 dns_resolver_t *res; local
1625 dns_resolver_t *res; local
2121 dns_resolver_t *res; local
2480 dns_resolver_t *res; local
2593 dns_resolver_t *res; local
2849 dns_resolver_t *res; local
3099 dns_resolver_t *res; local
3296 dns_resolver_t *res; local
3367 dns_resolver_t *res; local
3513 fctx_create(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type, dns_name_t *domain, dns_rdataset_t *nameservers, unsigned int options, unsigned int bucketnum, fetchctx_t **fctxp) argument
3940 dns_resolver_t *res = fctx->res; local
3984 dns_resolver_t *res; local
4516 dns_resolver_t *res; local
5021 dns_resolver_t *res; local
6178 dns_resolver_t *res; local
7150 destroy_badcache(dns_resolver_t *res) argument
7172 destroy(dns_resolver_t *res) argument
7221 send_shutdown_events(dns_resolver_t *res) argument
7241 empty_bucket(dns_resolver_t *res) argument
7256 dns_resolver_t *res = event->ev_arg; local
7298 dns_resolver_t *res; local
7493 dns_resolver_t *res; local
7538 dns_resolver_prime(dns_resolver_t *res) argument
7598 dns_resolver_freeze(dns_resolver_t *res) argument
7628 dns_resolver_whenshutdown(dns_resolver_t *res, isc_task_t *task, isc_event_t **eventp) argument
7659 dns_resolver_shutdown(dns_resolver_t *res) argument
7711 dns_resolver_t *res; local
7771 dns_resolver_createfetch(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type, dns_name_t *domain, dns_rdataset_t *nameservers, dns_forwarders_t *forwarders, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_fetch_t **fetchp) argument
7788 dns_resolver_createfetch2(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type, dns_name_t *domain, dns_rdataset_t *nameservers, dns_forwarders_t *forwarders, isc_sockaddr_t *client, dns_messageid_t id, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_fetch_t **fetchp) argument
7932 dns_resolver_t *res; local
7979 dns_resolver_t *res; local
8028 dns_resolver_t *res; local
[all...]
/bind-9.6-ESV-R11/contrib/sdb/bdb/
H A Dzone2bdb.c122 isc_result_t res; local
154 for (res = dns_dbiterator_first(dbiter); res == ISC_R_SUCCESS;
155 res = dns_dbiterator_next(dbiter)) {
160 for (res = dns_rdatasetiter_first(rdatasetiter);
161 res == ISC_R_SUCCESS;
162 res = dns_rdatasetiter_next(rdatasetiter)) {
165 res = dns_rdataset_first(&rdataset);
166 while (res == ISC_R_SUCCESS) {
174 res
[all...]
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dsrcdir_test.sh51 atf_check -s eq:1 -o empty -e ignore "${hp}" -r res srcdir_exists
52 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
74 atf_check -s eq:1 -o empty -e ignore "${hp}" -r res srcdir_exists
75 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
84 atf_check -s eq:1 -o empty -e ignore "${hp}" -r res srcdir_exists
85 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
105 atf_check -s eq:1 -o empty -e save:stderr "${hp}" -r res srcdir_exists
106 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
132 atf_check -s eq:1 -o empty -e save:stderr "${hp}" -r res \
134 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
[all...]
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/
H A Dupdate_test.pl53 $res = new Net::DNS::Resolver;
54 $res->nameservers($opt_s);
55 $res->port($opt_p);
56 $res->defnames(0); # Do not append default domain.
82 $reply = $res->send($update);
89 print "I:Update failed: ", $res->errorstring, "\n";
329 my $query = $res->query($zone, "SOA");
345 ($db_soa) = $res->query($zone, "SOA")->answer;
358 ($old_soa) = $res->query($zone, "SOA")->answer;
362 ($db_soa) = $res
[all...]
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwconfig.c297 int res; local
306 res = getword(fp, word, sizeof(word));
309 else if (res == ' ' || res == '\t')
310 res = eatwhite(fp);
312 if (res != EOF && res != '\n')
315 res = lwres_create_addr(word, &address, 1);
316 if (res == LWRES_R_SUCCESS &&
328 int res; local
356 int res, i; local
477 int delim, res, idx; local
[all...]
H A Dgethost.c233 int res; local
238 res = copytobuf(he, resbuf, buf, buflen);
240 if (res != 0) {
254 int res; local
259 res = copytobuf(he, resbuf, buf, buflen);
261 if (res != 0) {
/bind-9.6-ESV-R11/contrib/zkt/
H A Ddomaincmp.c266 int res; member in struct:__anon71
310 int res; local
318 expect = ex[i].res;
329 res = domaincmp (ex[i].a, ex[i].b);
330 printf ("%3d ", res);
331 if ( res < 0 && expect < 0 || res > 0 && expect > 0 || res == 0 && expect == 0 )
/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetaddrinfo.c199 getaddrinfo(hostname, servname, hints, res)
202 struct addrinfo **res;
428 *res = top;
437 *res = NULL;
442 get_name(addr, afd, res, numaddr, pai, port0)
445 struct addrinfo **res;
461 *res = cur;
468 *res = NULL;
482 struct addrinfo **res; local
486 res
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Dapi.h54 #include <idn/res.h>
59 * Low-level APIs are also available. See "res.h" for details.
/bind-9.6-ESV-R11/contrib/sdb/sqlite/
H A Dzone2sqlite.c114 int res; local
137 res = sqlite3_exec(dbi.db, sql, add_rdata_cb, NULL, &errmsg);
150 int res; local
213 res = sqlite3_exec(dbi.db, sql, NULL, NULL, &errmsg);
216 if (res != SQLITE_OK) {
225 res = sqlite3_exec(dbi.db, sql, NULL, NULL, &errmsg);
227 if (res != SQLITE_OK) {
238 res = sqlite3_exec(dbi.db, sql, NULL, NULL, &errmsg);
240 if (res != SQLITE_OK) {
292 res
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c58 int res; local
64 res = regexec(&preg, str, 0, NULL, 0);
65 ATF_REQUIRE(res == 0 || res == REG_NOMATCH);
69 return res == 0;
300 bool res; local
310 res = grep_string(atf_dynstr_cstring(&formatted), str);
314 return res;
/bind-9.6-ESV-R11/bin/tests/system/lwresd/
H A Dlwtest.c133 lwres_gabnresponse_t *res; local
140 res = NULL;
143 &res);
146 if (res != NULL)
147 lwres_gabnresponse_free(ctx, &res);
161 addr = LWRES_LIST_HEAD(res->addrs);
174 addr = LWRES_LIST_HEAD(res->addrs);
187 if (res != NULL)
188 lwres_gabnresponse_free(ctx, &res);
195 lwres_gnbaresponse_t *res; local
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/mdn/
H A Dres.h1 /* $Id: res.h,v 1.1 2003/06/04 00:25:45 marka Exp $ */
54 #include <idn/res.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext.cpp72 const int res = ::regexec(&preg, str.c_str(), 0, NULL, 0); local
74 if (res != 0 && res != REG_NOMATCH)
77 found = res == 0;
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dresolver.h171 dns_resolver_freeze(dns_resolver_t *res);
182 *\li 'res' is a valid, unfrozen resolver.
186 *\li 'res' is frozen.
190 dns_resolver_prime(dns_resolver_t *res);
203 *\li 'res' is a valid, frozen resolver.
208 dns_resolver_whenshutdown(dns_resolver_t *res, isc_task_t *task,
211 * Send '*eventp' to 'task' when 'res' has completed shutdown.
215 *\li It is not safe to detach the last reference to 'res' until
220 *\li 'res' is a valid resolver.
232 dns_resolver_shutdown(dns_resolver_t *res);
[all...]
/bind-9.6-ESV-R11/lib/win32/bindevt/
H A Dbindevt.mak44 _VC_MANIFEST_AUTO_RES=$(_VC_MANIFEST_BASENAME).auto.res
97 _VC_MANIFEST_CLEAN=-del $(_VC_MANIFEST_BASENAME).auto.res \
117 -@erase "$(INTDIR)\bindevt.res"
128 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\bindevt.res" /d "NDEBUG"
137 "$(INTDIR)\bindevt.res"
158 -@erase "$(INTDIR)\bindevt.res"
172 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\bindevt.res" /d "_DEBUG"
187 "$(INTDIR)\bindevt.res"
286 "$(INTDIR)\bindevt.res" : $(SOURCE) "$(INTDIR)"
295 # that references it, and for generating the .res fil
[all...]
/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstall.mak44 _VC_MANIFEST_AUTO_RES=$(_VC_MANIFEST_BASENAME).auto.res
97 _VC_MANIFEST_CLEAN=-del $(_VC_MANIFEST_BASENAME).auto.res \
119 -@erase "$(INTDIR)\BINDInstall.res"
134 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\BINDInstall.res" /d "NDEBUG"
149 "$(INTDIR)\BINDInstall.res"
173 -@erase "$(INTDIR)\BINDInstall.res"
196 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\BINDInstall.res" /d "_DEBUG"
223 "$(INTDIR)\BINDInstall.res"
404 "$(INTDIR)\BINDInstall.res" : $(SOURCE) "$(INTDIR)"
413 # that references it, and for generating the .res fil
[all...]

Completed in 5053 milliseconds

123