Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c133 uint_t ct_bufferSize; /* Total size of the buffer. */ member
281 ct->ct_bufferSize = DEFAULT_PENDING_ZONE_MAX_SIZE; in _clnt_vc_create_timed()
1093 if (ct->ct_bufferSize == *(uint_t *)info) in clnt_vc_control()
1097 ct->ct_bufferSize = *(uint_t *)info; in clnt_vc_control()
1111 *(uint_t *)info = ct->ct_bufferSize; in clnt_vc_control()
1463 #define REMAIN_BYTES(p) (ct->ct_bufferSize-(ct->ct_##p - ct->ct_buffer))
1472 buffer = malloc(ct->ct_bufferSize); in addInBuffer()
1506 (ct->ct_buffer + ct->ct_bufferSize)) { in addInBuffer()
1537 ct->ct_buffer + ct->ct_bufferSize) { in consumeFromBuffer()
1538 ct->ct_bufferReadPtr -= ct->ct_bufferSize; in consumeFromBuffer()
[all …]