HomeSort by relevance Sort by last modified time
    Searched defs:any_root (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
usersys.c 60 any_root, /* Allow any (e.g., self-signed) root */ member in struct:_cups_client_conf_s
946 if (cg->any_root < 0)
947 cg->any_root = cc.any_root;
1038 cc->any_root = cups_boolean_value(value);
1067 if (cc->any_root < 0)
1068 cc->any_root = 1;
1165 cc->any_root = -1;
1179 cc->any_root = bval;
1235 cc->any_root = cups_boolean_value(value)
    [all...]
cups-private.h 163 any_root, /* Allow any (e.g., self-signed) root */ member in struct:_cups_globals_s

Completed in 226 milliseconds