Searched refs:ocol (Results 1 – 1 of 1) sorted by relevance
796 WDBColumn *col, *ocol; in wdb_column_insert() local859 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() local882 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()