Home
last modified time | relevance | path

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

/external/clearsilver/util/
Ddict.h54 BOOL dictRemove(dictCtx dict, const char *id);
Ddict.c506 BOOL dictRemove(dictCtx dict, const char *id) { in dictRemove() function
Dwdb.c920 r = dictRemove (wdb->cols, oldkey); /* Only failure is key not found */ in wdb_column_update()
955 r = dictRemove (wdb->cols, name); /* Only failure is key not found */ in wdb_column_delete()