Home
last modified time | relevance | path

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

/external/clearsilver/util/
Dwdb.c182 WDB *my_wdb; in wdb_alloc() local
185 my_wdb = (WDB *) calloc (1, sizeof (WDB)); in wdb_alloc()
187 if (my_wdb == NULL) in wdb_alloc()
192 err = dictCreate (&(my_wdb->attrs), 0, 2, 5, 0, 0, free_cb, NULL); in wdb_alloc()
194 err = dictCreate (&(my_wdb->cols), 0, 2, 5, 0, 0, free_col_cb, NULL); in wdb_alloc()
196 err = uListInit (&(my_wdb->cols_l), 0, 0); in wdb_alloc()
198 err = skipNewList(&(my_wdb->ondisk), 0, 4, 2, 0, NULL, NULL); in wdb_alloc()
201 *wdb = my_wdb; in wdb_alloc()
206 wdb_destroy(&my_wdb); in wdb_alloc()
484 WDB *my_wdb; in wdb_open() local
[all …]