Searched refs:zdesc (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_scheme.cc91 /* Constructor: create new sheme by using information in 'zdesc'. */
92 db_scheme::db_scheme(table_obj *zdesc) argument
97 if (zdesc == NULL) {
102 max_columns = zdesc->ta_maxcol;
105 int total_cols = zdesc->ta_cols.ta_cols_len;
106 table_col * zcols = zdesc->ta_cols.ta_cols_val;
H A Ddb_dictionary.cc145 db_dictionary::create_table_desc(char *tab, table_obj* zdesc, argument
159 if ((newtab->scheme = new db_scheme(zdesc)) == NULL) {
1804 * Add table with given name 'tab' and description 'zdesc' to dictionary.

Completed in 19 milliseconds