Lines Matching refs:outstanding
84 ssize_t outstanding; /* send this many bytes more */
220 sx->outstanding, &result);
234 DEBUGASSERT(sx->outstanding >= nwritten);
236 sx->outstanding -= nwritten;
251 sx->outstanding, &result);
266 DEBUGASSERT(sx->outstanding >= nread);
267 sx->outstanding -= nread;
450 sx->outstanding = packetsize;
460 else if(sx->outstanding) {
465 sx->outstanding = 8; /* receive data size */
476 else if(sx->outstanding) {
632 sx->outstanding = idx;
637 else if(sx->outstanding) {
648 else if(sx->outstanding) {
655 sx->outstanding = 2; /* expect two bytes */
663 else if(sx->outstanding) {
759 sx->outstanding = len;
768 else if(sx->outstanding) {
773 sx->outstanding = 2;
781 else if(sx->outstanding) {
954 sx->outstanding = len;
962 else if(sx->outstanding) {
972 sx->outstanding = 10; /* minimum packet size is 10 */
981 else if(sx->outstanding) {
1054 sx->outstanding = len - 10; /* get the rest */
1071 else if(sx->outstanding) {