Home
last modified time | relevance | path

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

/external/clearsilver/util/
Ddict.h130 typedef NEOERR *(*dictUpdateValueCB)(const char *id, void *value, void *rock); typedef
133 dictUpdateValueCB update, void *rock);
Ddict.c31 dictUpdateValueCB update; /* update value callback (value is NULL) */
308 dictUpdateValueCB update, void *rock) { in dictModifyValue()