Lines Matching defs:client
115 * and client strings are passed in (or NULL is passed if the
125 const char *client, unsigned int query,
250 * was a client string passed? If so, make it safe for use in
253 if (client != NULL) {
254 dbi->client = mysqldrv_escape_string((MYSQL *) dbi->dbconn,
255 client);
256 if (dbi->client == NULL) {
261 dbi->client = NULL;
349 /* free dbi->client string */
350 if (dbi->client != NULL)
351 isc_mem_free(ns_g_mctx, dbi->client);
535 /*% Determine if the client is allowed to perform a zone transfer */
538 const char *client)
554 * transfer is allowed for this client and did the config file
559 result = mysql_get_resultset(name, NULL, client, ALLOWXFR,
588 * If the client is allowed to perform a zone transfer, the next order of