Home
last modified time | relevance | path

Searched defs:authCred (Results 1 – 2 of 2) sorted by relevance

/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DObjId.h75 bool authCred() const { return (theFlags & (flgAuthCred)) != 0; } in authCred() function
106 void authCred(bool be) { setFlag(flgAuthCred, be); } in authCred() function
/dports/net/gtk-vnc/gtk-vnc-0.7.2/src/
H A Dvncconnection.c530 GValueArray *authCred; member
3549 GValueArray *authCred; in vnc_connection_gather_credentials() local