Home
last modified time | relevance | path

Searched refs:dictNewValueCB (Results 1 – 2 of 2) sorted by relevance

/external/clearsilver/util/
Ddict.h129 typedef NEOERR *(*dictNewValueCB)(const char *id, void *rock, void **new_val); typedef
132 NEOERR *dictModifyValue(dictCtx dict, const char *id, dictNewValueCB new_cb,
Ddict.c30 dictNewValueCB new; /* new value callback (value is NULL) */
307 NEOERR *dictModifyValue(dictCtx dict, const char *id, dictNewValueCB new, in dictModifyValue()