Searched refs:postponed_arrays (Results 1 – 1 of 1) sorted by relevance
126 void **postponed_arrays; /* To set with RM_ReplySetArrayLength(). */ member503 if (ctx->postponed_arrays) { in moduleFreeContext()504 zfree(ctx->postponed_arrays); in moduleFreeContext()1176 ctx->postponed_arrays = zrealloc(ctx->postponed_arrays,sizeof(void*)* in RM_ReplyWithArray()1178 ctx->postponed_arrays[ctx->postponed_arrays_count] = in RM_ReplyWithArray()1226 ctx->postponed_arrays[ctx->postponed_arrays_count], in RM_ReplySetArrayLength()1229 zfree(ctx->postponed_arrays); in RM_ReplySetArrayLength()1230 ctx->postponed_arrays = NULL; in RM_ReplySetArrayLength()