Searched refs:_dictCtx (Results 1 – 2 of 2) sorted by relevance
19 typedef struct _dictCtx *dictCtx;
54 struct _dictCtx { struct561 if(! (dict = calloc(1, sizeof(struct _dictCtx)))) in dictCreate()