Searched refs:authdb_get_key_value (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dauthdb.h51 int32_t authdb_get_key_value(authdb_connection_t, const char * table, auth_items_t * out_items);
H A Dauthdb.c278 authdb_get_key_value(dbconn, "config", &config);
286 s3e = authdb_get_key_value(dbconn, "config", &config);
512 rc = authdb_get_key_value(dbconn, "config", &config);
622 int32_t authdb_get_key_value(authdb_connection_t dbconn, const char * table, auth_items_t * out_items) function

Completed in 164 milliseconds