Home
last modified time | relevance | path

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

/external/clearsilver/util/
Dulist.h34 NEOERR * uListDelete (ULIST *ul, int x, void **data);
Dulist.c156 NEOERR *uListDelete (ULIST *ul, int x, void **data) in uListDelete() function
Dwdb.c949 err = uListDelete (wdb->cols_l, x, NULL); in wdb_column_delete()