Searched refs:db_table (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/libnisdb/ |
H A D | db_table_c.x | 131 struct db_table struct 142 typedef struct db_table * db_table_p; argument 149 %class db_table 171 % db_table(); /* constructor for brand new, empty table. */ 172 % db_table( char * ); /* constructor for creating a table by loading 196 % ~db_table(); 296 %extern "C" bool_t xdr_db_table( XDR*, db_table*); 298 %extern bool_t xdr_db_table(XDR*, db_table*); 300 %typedef class db_table * db_table_p;
|
H A D | db_table.cc | 229 db_table::initMappingStruct(__nisdb_table_mapping_t *m) { in initMappingStruct() 290 db_table::db_table_ldap_init(void) { in db_table_ldap_init() 312 db_table::db_table() : freelist() in db_table() function in db_table 331 db_table::~db_table() in ~db_table() 340 db_table::reset() in reset() 379 db_table::allocateExpire(long oldSize, long newSize) { in allocateExpire() 397 db_table::allocateEnumArray(long oldSize, long newSize) { in allocateEnumArray() 426 db_table::grow() in grow() 503 db_table::first_entry(entryp * where) in first_entry() 528 db_table::next_entry(entryp prev, entryp* newentry) in next_entry() [all …]
|
H A D | db_mindex_c.x | 72 db_table *table; 119 % db_table *table; 328 % db_table *getTable(void);
|
H A D | db_index_c.x | 111 % db_index_entry *lookup(item *, long *, db_table *, bool_t);
|
H A D | db_mindex.cc | 117 table = new db_table(); in init() 1142 db_table *tmptable = new db_table(); in load()
|
H A D | db_index.cc | 190 db_table *table, bool_t checkTTL) in lookup()
|
H A D | Makefile | 39 db_table.o db_table_c_xdr.o \
|
H A D | db_mindex2.cc | 140 db_table * 248 selectMapping(db_table *table, nis_object *obj, db_query *qin, in selectMapping()
|
H A D | db_mindex3.cc | 331 db_table *table; in entriesFromLDAPreal()
|
/titanic_44/ |
H A D | .gitignore | 3807 usr/src/lib/libnisdb/db_table.h
|