Searched defs:rs (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_mysql_driver.c135 void *dbdata, MYSQL_RES **rs)
145 REQUIRE(*rs == NULL);
147 REQUIRE(rs == NULL);
334 *rs = mysql_store_result((MYSQL *) dbi->dbconn);
335 if (*rs == NULL)
377 mysql_process_rs(dns_sdlzlookup_t *lookup, MYSQL_RES *rs) argument
388 row = mysql_fetch_row(rs); /* get a row from the result set */
389 fields = mysql_num_fields(rs); /* how many columns in result set */
394 * one column in rs, it's the data field. use
448 mysql_free_result(rs);
133 mysql_get_resultset(const char *zone, const char *record, const char *client, unsigned int query, void *dbdata, MYSQL_RES **rs) argument
509 MYSQL_RES *rs = NULL; local
547 MYSQL_RES *rs = NULL; local
603 MYSQL_RES *rs = NULL; local
717 MYSQL_RES *rs = NULL; local
749 MYSQL_RES *rs = NULL; local
[all...]
H A Ddlz_postgres_driver.c287 void *dbdata, PGresult **rs)
298 REQUIRE(*rs == NULL);
539 *rs = PQexec((PGconn *)dbi->dbconn, querystring );
545 for (i=0; *rs == NULL && i < 3; i++) {
560 if (PQresultStatus(*rs) == PGRES_TUPLES_OK) {
565 "%d rs ok", dlz_thread_num);
574 "%d clearing rs", dlz_thread_num);
576 PQclear(*rs); /* get rid of it */
644 postgres_process_rs(dns_sdlzlookup_t *lookup, PGresult *rs) argument
656 rows = PQntuples(rs); /* ho
285 postgres_get_resultset(const char *zone, const char *record, const char *client, unsigned int query, void *dbdata, PGresult **rs) argument
776 PGresult *rs = NULL; local
812 PGresult *rs = NULL; local
867 PGresult *rs = NULL; local
988 PGresult *rs = NULL; local
1022 PGresult *rs = NULL; local
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dxfrout.c381 rrstream_noop_pause(rrstream_t *rs) { argument
382 UNUSED(rs);
444 ixfr_rrstream_first(rrstream_t *rs) { argument
445 ixfr_rrstream_t *s = (ixfr_rrstream_t *) rs;
450 ixfr_rrstream_next(rrstream_t *rs) { argument
451 ixfr_rrstream_t *s = (ixfr_rrstream_t *) rs;
456 ixfr_rrstream_current(rrstream_t *rs, argument
460 ixfr_rrstream_t *s = (ixfr_rrstream_t *) rs;
531 axfr_rrstream_first(rrstream_t *rs) { argument
532 axfr_rrstream_t *s = (axfr_rrstream_t *) rs;
554 axfr_rrstream_next(rrstream_t *rs) argument
575 axfr_rrstream_current(rrstream_t *rs, dns_name_t **name, isc_uint32_t *ttl, dns_rdata_t **rdata) argument
583 axfr_rrstream_pause(rrstream_t *rs) argument
651 soa_rrstream_first(rrstream_t *rs) argument
657 soa_rrstream_next(rrstream_t *rs) argument
663 soa_rrstream_current(rrstream_t *rs, dns_name_t **name, isc_uint32_t *ttl, dns_rdata_t **rdata) argument
756 compound_rrstream_first(rrstream_t *rs) argument
767 compound_rrstream_next(rrstream_t *rs) argument
787 compound_rrstream_current(rrstream_t *rs, dns_name_t **name, isc_uint32_t *ttl, dns_rdata_t **rdata) argument
799 compound_rrstream_pause(rrstream_t *rs) argument
[all...]

Completed in 86 milliseconds