Lines Matching defs:client
270 * and client strings are passed in (or NULL is passed if the
286 const char *client, unsigned int query,
449 * was a client string passed? If so, make it safe for use in
452 if (client != NULL) {
453 dbi->client = postgres_escape_string(client);
454 if (dbi->client == NULL) {
459 dbi->client = NULL;
466 "%d did client", dlz_thread_num);
604 /* free dbi->client string */
605 if (dbi->client != NULL)
606 isc_mem_free(ns_g_mctx, dbi->client);
806 /*% Determine if the client is allowed to perform a zone transfer */
809 const char *client)
824 * transfer is allowed for this client and did the config file
829 result = postgres_get_resultset(name, NULL, client,
858 * If the client is allowed to perform a zone transfer, the next order of