Searched defs:db_context (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.h20 #define KRB5_DB_GET_DB_CONTEXT(kcontext) (((kdb5_dal_handle*) (kcontext)->db_context)->db_context)
36 void *db_context; member in struct:_kdb5_dal_handle
H A Dkdb5.c651 kcontext->dal_handle->db_context);
2554 krb5_db_get_context(krb5_context context, void **db_context) argument
2556 *db_context = KRB5_DB_GET_DB_CONTEXT(context);
2557 if (*db_context == NULL)
2563 krb5_db_set_context(krb5_context context, void *db_context) argument
2565 KRB5_DB_GET_DB_CONTEXT(context) = db_context;
2605 if (kcontext->db_context == NULL) {
2612 dal_handle = (kdb5_dal_handle *) kcontext->db_context;
/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.h73 nss_getent_t db_context; /* Per-instance enumeration */ member in struct:compat_backend
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c148 && c->dal_handle->db_context \
149 && ((krb5_db2_context *) c->dal_handle->db_context)->db_inited)
209 if (dal_handle->db_context == NULL) {
216 dal_handle->db_context = (void *) db_ctx;
304 dbc = (krb5_db2_context *) dal_handle->db_context;
330 db_ctx = dal_handle->db_context;
399 db_ctx = (krb5_db2_context *) dal_handle->db_context;
416 /* free(dal_handle->db_context); */
417 dal_handle->db_context = NULL;
435 db_ctx = dal_handle->db_context;
1870 krb5_db2_context *db_context; member in struct:nra_context
[all...]

Completed in 31 milliseconds