Lines Matching refs:more
27 bool more;
78 continuing = ctx->more;
164 ctx->more = msg->msg_flags & MSG_MORE;
175 ctx->more = false;
202 if (!result && !ctx->more) {
209 if (!result || ctx->more) {
210 ctx->more = false;
238 bool more;
248 more = ctx->more;
249 err = more ? crypto_ahash_export(req, state) : 0;
262 ctx2->more = more;
264 if (!more)
425 ctx->more = false;