Home
last modified time | relevance | path

Searched refs:ct_bufferPendingSize (Results 1 – 1 of 1) sorted by relevance

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