Lines Matching refs:fsl_t
14 } fsl_t; /* Fixed-size list */ typedef
18 fsl_t *fsl_type_create() { in fsl_type_create()
19 fsl_t *o; in fsl_type_create()
25 void fsl_type_free(fsl_t *o) { in fsl_type_free()
35 fsl_t *fsl = fsl_type_create(); in fsl_rdb_load()
43 fsl_t *fsl = value; in fsl_rdb_save()
50 fsl_t *fsl = value; in fsl_aofrw()
61 int get_fsl(RedisModuleCtx *ctx, RedisModuleString *keyname, int mode, int create, fsl_t **fsl, int… in get_fsl()
104 fsl_t *fsl; in fsl_push()
125 fsl_t *fsl; in bpop_reply_callback()
149 fsl_t *fsl; in fsl_bpop()
169 fsl_t *fsl; in bpopgt_reply_callback()
205 fsl_t *fsl; in fsl_bpopgt()
228 fsl_t *src; in bpoppush_reply_callback()
232 fsl_t *dst; in bpoppush_reply_callback()
263 fsl_t *src; in fsl_bpoppush()
274 fsl_t *dst; in fsl_bpoppush()
291 fsl_t *fsl; in fsl_getall()