Home
last modified time | relevance | path

Searched refs:db_table (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc232 db_table::initMappingStruct(__nisdb_table_mapping_t *m) { in initMappingStruct()
293 db_table::db_table_ldap_init(void) { in db_table_ldap_init()
315 db_table::db_table() : freelist() in db_table() function in db_table
334 db_table::~db_table() in ~db_table()
343 db_table::reset() in reset()
382 db_table::allocateExpire(long oldSize, long newSize) { in allocateExpire()
400 db_table::allocateEnumArray(long oldSize, long newSize) { in allocateEnumArray()
429 db_table::grow() in grow()
506 db_table::first_entry(entryp * where) in first_entry()
531 db_table::next_entry(entryp prev, entryp* newentry) in next_entry()
[all …]
H A Ddb_table_c.x129 struct db_table struct
140 typedef struct db_table * db_table_p; argument
147 %class db_table
169 % db_table(); /* constructor for brand new, empty table. */
170 % db_table( char * ); /* constructor for creating a table by loading
194 % ~db_table();
294 %extern "C" bool_t xdr_db_table( XDR*, db_table*);
296 %extern bool_t xdr_db_table(XDR*, db_table*);
298 %typedef class db_table * db_table_p;
H A Ddb_mindex_c.x78 db_table *table;
122 % db_table *table;
331 % db_table *getTable(void);
H A Ddb_index_c.x116 % db_index_entry *lookup(item *, long *, db_table *, bool_t);
H A Ddb_mindex.cc117 table = new db_table(); in init()
1142 db_table *tmptable = new db_table(); in load()
H A Ddb_index.cc188 db_table *table, bool_t checkTTL) in lookup()
H A DMakefile40 db_table.o db_table_c_xdr.o \
H A Ddb_mindex2.cc140 db_table *
248 selectMapping(db_table *table, nis_object *obj, db_query *qin, in selectMapping()
H A Ddb_mindex3.cc333 db_table *table; in entriesFromLDAPreal()