Lines Matching refs:db_table
131 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_p;