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

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_table.cc554 db_table::setEntryExp(entryp where, entry_obj *obj, int initialLoad) { function in class:db_table
556 const char *myself = "db_table::setEntryExp";
666 setEntryExp(where, obj, initialLoad);
692 setEntryExp(where, obj, 0);
810 * find an entry in the table, and invoke setEntryExp() on it.
811 * As a side effect, setEntryExp() will examine the pseudo-object
817 setEntryExp(i, tab[i], 1);
867 setEntryExp(i, tab[i], 1);
914 setEntryExp(loc, tab[loc], 0);
1068 setEntryExp(lo
[all...]

Completed in 23 milliseconds