HomeSort by relevance Sort by last modified time
    Searched refs:uListDelete (Results 1 - 3 of 3) sorted by null

  /external/clearsilver/util/
ulist.h 34 NEOERR * uListDelete (ULIST *ul, int x, void **data);
ulist.c 156 NEOERR *uListDelete (ULIST *ul, int x, void **data)
164 return nerr_raise(NERR_OUTOFRANGE, "uListDelete: past end (%d > %d)",
wdb.c 949 err = uListDelete (wdb->cols_l, x, NULL);
    [all...]

Completed in 84 milliseconds