Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c127 int postponed_arrays_count; /* Number of entries in postponed_arrays. */ member
505 ctx->postponed_arrays_count = 0; in moduleFreeContext()
1177 (ctx->postponed_arrays_count+1)); in RM_ReplyWithArray()
1178 ctx->postponed_arrays[ctx->postponed_arrays_count] = in RM_ReplyWithArray()
1180 ctx->postponed_arrays_count++; in RM_ReplyWithArray()
1216 if (ctx->postponed_arrays_count == 0) { in RM_ReplySetArrayLength()
1224 ctx->postponed_arrays_count--; in RM_ReplySetArrayLength()
1226 ctx->postponed_arrays[ctx->postponed_arrays_count], in RM_ReplySetArrayLength()
1228 if (ctx->postponed_arrays_count == 0) { in RM_ReplySetArrayLength()