Home
last modified time | relevance | path

Searched refs:WDBColumn (Results 1 – 2 of 2) sorted by relevance

/external/clearsilver/util/
Dwdb.c172 WDBColumn *col; in free_col_cb()
174 col = (WDBColumn *)value; in free_col_cb()
222 WDBColumn *col; in wdb_load_defn_v1()
300 col = (WDBColumn *) calloc (1, sizeof (WDBColumn)); in wdb_load_defn_v1()
331 WDBColumn *col; in wdb_save_defn_v1()
686 WDBColumn *col; in pack_row()
796 WDBColumn *col, *ocol; in wdb_column_insert()
799 col = (WDBColumn *) dictSearch (wdb->cols, key, NULL); in wdb_column_insert()
805 col = (WDBColumn *) calloc (1, sizeof (WDBColumn)); in wdb_column_insert()
877 WDBColumn *ocol, *col; in wdb_column_update()
[all …]
Dwdb.h28 } WDBColumn; typedef