Searched defs:dict_entry (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_dr.c121 DAT_DICTIONARY_ENTRY dict_entry; local
133 dict_entry = NULL;
134 status = dat_dictionary_entry_create(&dict_entry);
142 dict_entry,
155 if (NULL != dict_entry) {
156 (void) dat_dictionary_entry_destroy(dict_entry);
173 DAT_DICTIONARY_ENTRY dict_entry; local
192 dict_entry = NULL;
194 &dict_entry,
208 if (NULL != dict_entry) {
[all...]
H A Ddat_sr.c135 DAT_DICTIONARY_ENTRY dict_entry; local
171 dict_entry = NULL;
172 status = dat_dictionary_entry_create(&dict_entry);
180 dict_entry,
199 if (NULL != dict_entry) {
200 (void) dat_dictionary_entry_destroy(dict_entry);

Completed in 29 milliseconds