Home
last modified time | relevance | path

Searched refs:trust_first (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dusersys.c75 int trust_first, /* Trust on first use? */ member
1038 if (cg->trust_first < 0) in _cupsSetDefaults()
1039 cg->trust_first = cc.trust_first; in _cupsSetDefaults()
1130 cc->trust_first = cups_boolean_value(value); in cups_finalize_client_conf()
1159 if (cc->trust_first < 0) in cups_finalize_client_conf()
1160 cc->trust_first = 1; in cups_finalize_client_conf()
1274 cc->trust_first = -1; in cups_init_client_conf()
1318 cc->trust_first = bval; in cups_init_client_conf()
1374 cc->trust_first = cups_boolean_value(value); in cups_read_client_conf()
Dcups-private.h186 trust_first, /* Trust on first use? */ member
Dglobals.c203 cg->trust_first = -1; in cups_globals_alloc()
Dtls-gnutls.c498 if (!cg->trust_first) in httpCredentialsGetTrust()
547 else if (!cg->trust_first) in httpCredentialsGetTrust()
Dtls-darwin.c639 if (!cg->trust_first) in httpCredentialsGetTrust()
688 else if (!cg->trust_first) in httpCredentialsGetTrust()