Lines Matching defs:client
553 * and client strings are passed in (or NULL is passed if the
565 const char *client, unsigned int query,
617 if (client != NULL) {
618 dbi->client = isc_mem_strdup(ns_g_mctx, client);
619 if (dbi->client == NULL) {
624 dbi->client = NULL;
851 if (dbi->client != NULL)
852 isc_mem_free(ns_g_mctx, dbi->client);
874 const char *client)
887 result = ldap_get_results(name, NULL, client, ALLOWXFR, dbdata, NULL);