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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table_c.x131 struct db_table
142 typedef struct db_table * db_table_p;
149 %class db_table
171 % db_table(); /* constructor for brand new, empty table. */
172 % db_table( char * ); /* constructor for creating a table by loading
177 %/* Size of the non-MT/LDAP portion of the db_table structure */
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_
[all...]
H A Ddb_table.cc23 * db_table.cc
38 #include "db_table.h"
231 db_table::initMappingStruct(__nisdb_table_mapping_t *m) {
292 db_table::db_table_ldap_init(void) {
313 /* db_table constructor */
314 db_table::db_table() : freelist() function in class:db_table
328 * db_table destructor:
333 db_table::~db_table()
1120 db_table::db_table(char *file) : freelist() function in class:db_table
[all...]
H A Ddb_mindex_c.x47 %#include "db_table.h"
78 db_table *table;
122 % db_table *table;
210 % The 'tablePath' is passed on to db_table in order to obtain the
331 % db_table *getTable(void);
H A Ddb_index_c.x50 %#include "db_table.h"
116 % db_index_entry *lookup(item *, long *, db_table *, bool_t);
H A Ddb_index.cc190 db_table *table, bool_t checkTTL)
H A DMakefile40 db_table.o db_table_c_xdr.o \
H A Ddb_mindex.cc117 table = new db_table();
435 * lock the db_mindex (this) before the db_table (table).
1139 * As for the db_scheme, make sure the db_table is large
1142 db_table *tmptable = new db_table();
H A Ddb_mindex2.cc140 db_table *
248 selectMapping(db_table *table, nis_object *obj, db_query *qin,
1185 * entry list, so we should to get hold of the db_table
H A Ddb_mindex3.cc236 * is holding a lock on the db_mindex/db_table, which
333 db_table *table;
518 * db_table
552 "%s: 'db_table' busy; no LDAP update for \"%s\"",
556 "%s: 'db_table' lock error %d; no LDAP update for \"%s\"",
918 "%s: Error %d unlocking db_table", myself, stat3);

Completed in 73 milliseconds