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

/bind-9.11.3/bin/tests/system/chain/ans4/
H A Dans.py335 rsp = create_response(msg[0]) variable
336 if rsp:
337 s.sendto(rsp, msg[1])
/bind-9.11.3/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c250 void *dbdata, sqlite3_res_t **rsp)
261 if ((query == COUNTZONE && rsp != NULL) ||
262 (query != COUNTZONE && (rsp == NULL || *rsp != NULL)))
439 *rsp = rs;
248 sqlite3_get_resultset(const char *zone, const char *record, const char *client, unsigned int query, void *dbdata, sqlite3_res_t **rsp) argument
/bind-9.11.3/bin/named/
H A Dxfrout.c279 ixfr_rrstream_destroy(rrstream_t **rsp) { argument
280 ixfr_rrstream_t *s = (ixfr_rrstream_t *) *rsp;
313 axfr_rrstream_destroy(rrstream_t **rsp);
404 axfr_rrstream_destroy(rrstream_t **rsp) { argument
405 axfr_rrstream_t *s = (axfr_rrstream_t *) *rsp;
434 soa_rrstream_destroy(rrstream_t **rsp);
489 soa_rrstream_destroy(rrstream_t **rsp) { argument
490 soa_rrstream_t *s = (soa_rrstream_t *) *rsp;
526 compound_rrstream_destroy(rrstream_t **rsp);
626 compound_rrstream_destroy(rrstream_t **rsp) { argument
[all...]

Completed in 16 milliseconds