Home
last modified time | relevance | path

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

/external/libcups/cups/
Dusersys.c61 int trust_first, /* Trust on first use? */ member
949 if (cg->trust_first < 0) in _cupsSetDefaults()
950 cg->trust_first = cc.trust_first; in _cupsSetDefaults()
1041 cc->trust_first = cups_boolean_value(value); in cups_finalize_client_conf()
1070 if (cc->trust_first < 0) in cups_finalize_client_conf()
1071 cc->trust_first = 1; in cups_finalize_client_conf()
1174 cc->trust_first = -1; in cups_init_client_conf()
1201 cc->trust_first = bval; in cups_init_client_conf()
1243 cc->trust_first = cups_boolean_value(value); in cups_read_client_conf()
Dcups-private.h162 trust_first, /* Trust on first use? */ member
Dglobals.c205 cg->trust_first = -1; in cups_globals_alloc()
Dtls-gnutls.c478 if (!cg->trust_first) in httpCredentialsGetTrust()
527 else if (!cg->trust_first) in httpCredentialsGetTrust()
Dtls-darwin.c646 if (!cg->trust_first) in httpCredentialsGetTrust()
695 else if (!cg->trust_first) in httpCredentialsGetTrust()