Home
last modified time | relevance | path

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

/external/clearsilver/util/
Dulist.h33 NEOERR * uListInsert (ULIST *ul, int x, void *data);
Dulist.c132 NEOERR *uListInsert (ULIST *ul, int x, void *data) in uListInsert() function
Dwdb.c853 err = uListInsert (wdb->cols_l, loc, (void *)col); in wdb_column_insert()