Searched refs:setEntryExp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_table.cc | 560 db_table::setEntryExp(entryp where, entry_obj *obj, int initialLoad) { in setEntryExp() function in db_table 672 setEntryExp(where, obj, initialLoad); in add_entry() 698 setEntryExp(where, obj, 0); in replace_entry() 823 setEntryExp(i, tab[i], 1); in configure() 873 setEntryExp(i, tab[i], 1); in configure() 920 setEntryExp(loc, tab[loc], 0); in dupEntry() 1074 setEntryExp(loc, tab[loc], 0); in touchEntry()
|
H A D | db_table_c.x | 276 % void setEntryExp(entryp where, entry_object *obj, int initialLoad);
|