Home | History | Annotate | Download | only in util

Lines Matching refs:dictCtx

19 typedef struct _dictCtx *dictCtx;
23 NEOERR *dictCreate(dictCtx *dict, BOOL threaded, UINT32 root, UINT32 maxLevel,
44 void dictDestroy(dictCtx dict);
54 BOOL dictRemove(dictCtx dict, const char *id);
65 void *dictSearch(dictCtx dict, const char *id, void **plock);
82 void *dictNext(dictCtx dict, char **id, void **plock);
103 void dictReleaseLock(dictCtx dict, void *lock);
116 NEOERR *dictSetValue(dictCtx dict, const char *id, void *value);
132 NEOERR *dictModifyValue(dictCtx dict, const char *id, dictNewValueCB new_cb,
149 void dictCleanup(dictCtx dict, dictCleanupFunc cleanup, void *rock);