Home
last modified time | relevance | path

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

/external/clearsilver/util/
Dwdb.c796 WDBColumn *col, *ocol; in wdb_column_insert() local
859 err = uListGet (wdb->cols_l, x, (void *)&ocol); in wdb_column_insert()
861 ocol->inmem_index = x + 1; in wdb_column_insert()
862 err = skipInsert (wdb->ondisk, ocol->ondisk_index, in wdb_column_insert()
863 (void *)(ocol->inmem_index), TRUE); in wdb_column_insert()
877 WDBColumn *ocol, *col; in wdb_column_update() local
882 ocol = (WDBColumn *) dictSearch (wdb->cols, oldkey, NULL); in wdb_column_update()
884 if (ocol == NULL) in wdb_column_update()
895 *col = *ocol; in wdb_column_update()