Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c134 uint_t ct_bufferSize; /* Total size of the buffer. */ member
282 ct->ct_bufferSize = DEFAULT_PENDING_ZONE_MAX_SIZE; in _clnt_vc_create_timed()
1057 if (ct->ct_bufferSize == *(uint_t *)info) in clnt_vc_control()
1060 ct->ct_bufferSize = *(uint_t *)info; in clnt_vc_control()
1073 *(uint_t *)info = ct->ct_bufferSize; in clnt_vc_control()
1433 buffer = malloc(ct->ct_bufferSize); in addInBuffer()
1467 (ct->ct_buffer + ct->ct_bufferSize)) { in addInBuffer()
1498 ct->ct_buffer + ct->ct_bufferSize) { in consumeFromBuffer()
1499 ct->ct_bufferReadPtr -= ct->ct_bufferSize; in consumeFromBuffer()
1658 if (nBytes > (ct->ct_bufferSize - ct->ct_bufferPendingSize)) { in nb_send()
[all …]