Home
last modified time | relevance | path

Searched refs:db_dict_desc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x84 struct db_dict_desc { struct
90 %struct db_dict_desc { struct
98 %typedef struct db_dict_desc db_dict_desc; argument
104 typedef struct db_dict_desc * db_dict_desc_p;
108 db_dict_desc *dictionary; /* Old incarnation */
H A Ddb_dictxdr.c40 xdr_db_dict_desc(XDR *xdrs, db_dict_desc *objp) in xdr_db_dict_desc()
H A Ddb_dictionary.cc204 delete_dictionary(db_dict_desc *dict) in delete_dictionary()
462 enumerate_dictionary(db_dict_desc *dd, db_status (*func) (db_table_desc*)) in enumerate_dictionary()
489 search_dictionary(db_dict_desc *dd, char *target) in search_dictionary()
515 remove_from_dictionary(db_dict_desc *dd, char *target, bool_t remove_storage) in remove_from_dictionary()
798 dictionary = new db_dict_desc; in inittemp()
1156 dictionary = new db_dict_desc; in init()
2167 tmp = new db_dict_desc; in db_copy_dictionary()
2256 deferred.dictionary = new db_dict_desc; in defer()