Lines Matching defs:client
463 * and client strings are passed in (or NULL is passed if the
481 const char *client, unsigned int query,
607 * was a client string passed? If so, make it safe for use in
610 if (client != NULL) {
611 dbi->client = odbc_escape_string(client);
612 if (dbi->client == NULL) {
617 dbi->client = NULL;
706 /* free dbi->client string */
707 if (dbi->client != NULL)
708 isc_mem_free(ns_g_mctx, dbi->client);
999 /*% Determine if the client is allowed to perform a zone transfer */
1002 const char *client)
1017 * transfer is allowed for this client and did the config file
1024 result = odbc_get_resultset(name, NULL, client, ALLOWXFR,
1053 * If the client is allowed to perform a zone transfer, the next order of