Home | History | Annotate | Download | only in util

Lines Matching full:cols

194     err = dictCreate (&(my_wdb->cols), 0, 2, 5, 0, 0, free_col_cb, NULL);
306 err = dictSetValue(wdb->cols, k, col);
548 if (my_wdb->cols != NULL)
550 dictDestroy (my_wdb->cols);
799 col = (WDBColumn *) dictSearch (wdb->cols, key, NULL);
824 err = dictSetValue(wdb->cols, key, col);
844 * invalid, as is the inmem_index for all cols */
845 err = dictSetValue(wdb->cols, key, col);
882 ocol = (WDBColumn *) dictSearch (wdb->cols, oldkey, NULL);
920 r = dictRemove (wdb->cols, oldkey); /* Only failure is key not found */
921 err = dictSetValue(wdb->cols, newkey, col);
955 r = dictRemove (wdb->cols, name); /* Only failure is key not found */
1112 col = (WDBColumn *) dictSearch (wdb->cols, key, NULL);
1131 col = (WDBColumn *) dictSearch (wdb->cols, key, NULL);