Searched refs:querystring (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_mysql_driver.c139 char *querystring = NULL; local
279 querystring = build_querystring(ns_g_mctx, dbi->allnodes_q);
282 querystring = build_querystring(ns_g_mctx, dbi->allowxfr_q);
285 querystring = build_querystring(ns_g_mctx, dbi->authority_q);
288 querystring = build_querystring(ns_g_mctx, dbi->findzone_q);
291 querystring = build_querystring(ns_g_mctx, dbi->countzone_q);
294 querystring = build_querystring(ns_g_mctx, dbi->lookup_q);
308 /* if the querystring is null, Bummer, outta RAM. UPGRADE TIME!!! */
309 if (querystring == NULL) {
320 "\nQuery String: %s\n", querystring);
[all...]
H A Ddlz_postgres_driver.c291 char *querystring = NULL; local
475 querystring = build_querystring(ns_g_mctx, dbi->allnodes_q);
478 querystring = build_querystring(ns_g_mctx, dbi->allowxfr_q);
481 querystring = build_querystring(ns_g_mctx, dbi->authority_q);
484 querystring = build_querystring(ns_g_mctx, dbi->findzone_q);
487 querystring = build_querystring(ns_g_mctx, dbi->lookup_q);
508 /* if the querystring is null, Bummer, outta RAM. UPGRADE TIME!!! */
509 if (querystring == NULL) {
518 "%d query is '%s'", dlz_thread_num, querystring);
527 "\nQuery String: %s\n", querystring);
[all...]
H A Ddlz_ldap_driver.c570 char *querystring = NULL; local
640 querystring = build_querystring(ns_g_mctx,
650 querystring = build_querystring(ns_g_mctx,
660 querystring = build_querystring(ns_g_mctx,
674 querystring = build_querystring(ns_g_mctx,
688 querystring = build_querystring(ns_g_mctx,
704 /* if the querystring is null, Bummer, outta RAM. UPGRADE TIME!!! */
705 if (querystring == NULL) {
716 "\nQuery String: %s\n", querystring);
719 ldap_result = ldap_url_parse(querystring,
[all...]
H A Ddlz_odbc_driver.c487 char *querystring = NULL; local
626 querystring = build_querystring(ns_g_mctx, dbi->allnodes_q);
629 querystring = build_querystring(ns_g_mctx, dbi->allowxfr_q);
632 querystring = build_querystring(ns_g_mctx, dbi->authority_q);
635 querystring = build_querystring(ns_g_mctx, dbi->findzone_q);
638 querystring = build_querystring(ns_g_mctx, dbi->lookup_q);
652 /* if the querystring is null, Bummer, outta RAM. UPGRADE TIME!!! */
653 if (querystring == NULL) {
662 "\nQuery String: %s\n", querystring);
668 (SQLCHAR *) querystring,
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dhttpd.c92 char *querystring; member in struct:isc_httpd
472 httpd->querystring = strchr(httpd->url, '?');
473 if (httpd->querystring != NULL) {
474 *(httpd->querystring) = 0;
475 httpd->querystring++;
612 render_404(const char *url, const char *querystring, argument
621 UNUSED(querystring);
636 render_500(const char *url, const char *querystring, argument
645 UNUSED(querystring);
713 result = httpd->mgr->render_404(httpd->url, httpd->querystring,
[all...]
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dtypes.h101 const char *querystring,
/bind-9.6-ESV-R11/bin/named/
H A Dstatschannel.c979 render_index(const char *url, const char *querystring, void *arg, argument
990 UNUSED(querystring);
1010 render_xsl(const char *url, const char *querystring, void *args, argument
1016 UNUSED(querystring);

Completed in 42 milliseconds