Searched defs:ct_bufferPendingSize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c134 uint_t ct_bufferPendingSize; /* Size of unsent data. */ member in struct:ct_data
282 ct->ct_bufferPendingSize = 0;
1079 *(int *)info = ct->ct_bufferPendingSize;
1084 if (ct->ct_bufferPendingSize != 0) {
1482 ct->ct_bufferPendingSize = nBytes;
1493 ct->ct_bufferPendingSize += nBytes;
1527 ct->ct_bufferPendingSize -= nBytes;
1528 if (ct->ct_bufferPendingSize == 0) {
1548 if (ct->ct_bufferPendingSize == 0)
1552 if (l < ct->ct_bufferPendingSize) {
[all...]

Completed in 64 milliseconds