Searched refs:uListInsert (Results 1 – 3 of 3) sorted by relevance
33 NEOERR * uListInsert (ULIST *ul, int x, void *data);
132 NEOERR *uListInsert (ULIST *ul, int x, void *data) in uListInsert() function
853 err = uListInsert (wdb->cols_l, loc, (void *)col); in wdb_column_insert()