Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c135 char *ct_buffer; /* Pointer to the buffer. */ member
280 ct->ct_buffer = NULL; /* We allocate the buffer when needed. */ in _clnt_vc_create_timed()
1098 if (ct->ct_buffer) { in clnt_vc_control()
1099 free(ct->ct_buffer); in clnt_vc_control()
1100 ct->ct_buffer = NULL; in clnt_vc_control()
1463 #define REMAIN_BYTES(p) (ct->ct_bufferSize-(ct->ct_##p - ct->ct_buffer))
1468 if (NULL == ct->ct_buffer) { in addInBuffer()
1479 ct->ct_buffer = buffer; in addInBuffer()
1506 (ct->ct_buffer + ct->ct_bufferSize)) { in addInBuffer()
1507 ct->ct_bufferWritePtr = ct->ct_buffer; in addInBuffer()
[all …]