Lines Matching refs:more
27 bool more;
77 if (!ctx->more) {
86 ctx->more = false;
114 ctx->more = msg->msg_flags & MSG_MORE;
115 if (!ctx->more) {
150 } else if (!ctx->more)
156 if (ctx->more)
161 if (!ctx->more) {
175 ctx->more = flags & MSG_MORE;
206 if (!result && !ctx->more) {
213 if (!result || ctx->more) {
214 ctx->more = false;
241 bool more;
245 more = ctx->more;
246 err = more ? crypto_ahash_export(req, state) : 0;
259 ctx2->more = more;
261 if (!more)
432 ctx->more = false;