Lines Matching defs:client
124 * and client strings are passed in (or NULL is passed if the
134 const char *client, unsigned int query,
259 * was a client string passed? If so, make it safe for use in
262 if (client != NULL) {
263 dbi->client = mysqldrv_escape_string((MYSQL *) dbi->dbconn,
264 client);
265 if (dbi->client == NULL) {
270 dbi->client = NULL;
358 /* free dbi->client string */
359 if (dbi->client != NULL)
360 isc_mem_free(ns_g_mctx, dbi->client);
541 /*% Determine if the client is allowed to perform a zone transfer */
544 const char *client)
560 * transfer is allowed for this client and did the config file
565 result = mysql_get_resultset(name, NULL, client, ALLOWXFR,
594 * If the client is allowed to perform a zone transfer, the next order of