Searched refs:logdomaindir (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzconf.h174 char *logdomaindir; member in struct:zconf
H A Dzkt-signer.c498 if ( is_defined (zp->conf->logdomaindir) ) /* parameter is not null or empty ? */
500 if ( strcmp (zp->conf->logdomaindir, ".") == 0 ) /* current (".") means zone directory */
503 lg_zone_start (zp->conf->logdomaindir, zp->zone);
583 if ( is_defined (zp->conf->logdomaindir) )
706 if ( is_defined (zp->conf->logdomaindir) )
H A Dzconf.c191 { "LogDomainDir", 96, last, CONF_STRING, &def.logdomaindir },
278 set_varptr ("logdomaindir", &cp->logdomaindir, cp2 ? &cp2->logdomaindir: NULL);

Completed in 128 milliseconds