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

/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c120 char *querystring = NULL; local
136 querystring = build_querystring(nrec->data);
138 if (querystring == NULL) {
146 i++, nrec->name, nrec->type, nrec->ttl, querystring); local
149 nrec->ttl, querystring);
160 if (querystring != NULL) {
161 free(querystring);
225 char *querystring = NULL; local
276 querystring = build_querystring(nrec->data);
277 if (querystring
311 char *querystring = NULL; local
[all...]
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c237 char *querystring = NULL; local
355 querystring = build_querystring(dbi->allnodes_q);
358 querystring = build_querystring(dbi->allowxfr_q);
361 querystring = build_querystring(dbi->authority_q);
364 querystring = build_querystring(dbi->findzone_q);
367 querystring = build_querystring(dbi->countzone_q);
370 querystring = build_querystring(dbi->lookup_q);
379 if (querystring == NULL) {
385 db->log(ISC_LOG_DEBUG(1), "\nQuery String: %s\n", querystring);
395 qres = sqlite3_get_table(dbi->dbconn, querystring,
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dhttpd.c94 char *querystring; member in struct:isc_httpd
474 httpd->querystring = strchr(httpd->url, '?');
475 if (httpd->querystring != NULL) {
476 *(httpd->querystring) = 0;
477 httpd->querystring++;
614 render_404(const char *url, const char *querystring, argument
623 UNUSED(querystring);
638 render_500(const char *url, const char *querystring, argument
647 UNUSED(querystring);
715 result = httpd->mgr->render_404(httpd->url, httpd->querystring,
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c80 char *querystring; member in struct:isc_httpd
648 httpd->querystring = strchr(httpd->url, '?');
649 if (httpd->querystring != NULL) {
650 *(httpd->querystring) = 0;
651 httpd->querystring++;
816 render_404(const char *url, isc_httpdurl_t *urlinfo, const char *querystring, argument
824 UNUSED(querystring);
840 render_500(const char *url, isc_httpdurl_t *urlinfo, const char *querystring, argument
848 UNUSED(querystring);
1004 httpd->url, NULL, httpd->querystring, NUL
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dtypes.h108 const char *querystring,
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/mysql/
H A Ddlz_mysql_dynamic.c218 char *querystring = NULL; local
331 querystring = build_querystring(dbi->allnodes_q);
334 querystring = build_querystring(dbi->allowxfr_q);
337 querystring = build_querystring(dbi->authority_q);
340 querystring = build_querystring(dbi->findzone_q);
343 querystring = build_querystring(dbi->countzone_q);
346 querystring = build_querystring(dbi->lookup_q);
355 if (querystring == NULL) {
361 db->log(ISC_LOG_DEBUG(1), "\nQuery String: %s\n", querystring);
365 qres = mysql_query((MYSQL *)dbi->dbconn, querystring);
[all...]
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c533 char *querystring = NULL; local
593 querystring = build_querystring(dbi->allnodes_q);
602 querystring = build_querystring(dbi->allowxfr_q);
611 querystring = build_querystring(dbi->authority_q);
623 querystring = build_querystring(dbi->findzone_q);
635 querystring = build_querystring(dbi->lookup_q);
649 /* if the querystring is null, Bummer, outta RAM. UPGRADE TIME!!! */
650 if (querystring == NULL) {
659 db->log(ISC_LOG_DEBUG(1), "Query String: %s", querystring);
662 ldap_result = ldap_url_parse(querystring,
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dtypes.h107 const char *url, isc_httpdurl_t *urlinfo, const char *querystring,
/netbsd-current/external/bsd/mdocml/dist/
H A Dcgi.c1038 const char *querystring; local
1097 } else if ((querystring = getenv("QUERY_STRING")) != NULL)
1098 parse_query_string(&req, querystring);

Completed in 260 milliseconds