Lines Matching refs:distrusted
198 int distrusted;
202 distrusted = DISTRUSTED_UNSET;
205 distrusted = DISTRUSTED;
208 distrusted = TRUSTED;
272 newconf->distrusted = distrusted;
370 const char *distrusted = apr_dbd_get_entry(driver, row, cur++);
376 "Log config: Record %s, log id %s, public key file %s, distrusted %s, URL %s, time %s->%s",
380 distrusted ? distrusted : "(unset, defaults to trusted)",
386 public_key, distrusted,
401 if (l->distrusted == DISTRUSTED) {