Lines Matching defs:pending
476 "due to pending tx\n");
517 * there is already a pending pong payload
520 lwsl_parser("DROP PING since one pending\n");
943 unsigned int pending = 0;
1130 if ((int)pending > ebuf.len)
1131 pending = (unsigned int)ebuf.len;
1134 (size_t)(pending ? pending :
1211 pending = (unsigned int)lws_ssl_pending(wsi);
1214 if (!pending && (wsi->flags & LCCSCF_PRIORITIZE_READS) &&
1216 pending = 9999999;
1219 if (pending) {
1221 pending = pending > wsi->ws->rx_ubuf_alloc ?
1222 wsi->ws->rx_ubuf_alloc : pending;
1224 pending = pending > wsi->a.context->pt_serv_buf_size ?
1225 wsi->a.context->pt_serv_buf_size : pending;
1266 /* Priority 3: pending control packets (pong or close)
1376 * Check in on the active extensions, see if they had pending stuff to
1380 * coming here with a NULL, zero-length ebuf means just spill pending