Searched refs:dictNewValueCB (Results 1 – 2 of 2) sorted by relevance
129 typedef NEOERR *(*dictNewValueCB)(const char *id, void *rock, void **new_val); typedef132 NEOERR *dictModifyValue(dictCtx dict, const char *id, dictNewValueCB new_cb,
30 dictNewValueCB new; /* new value callback (value is NULL) */307 NEOERR *dictModifyValue(dictCtx dict, const char *id, dictNewValueCB new, in dictModifyValue()