GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TERMKEY_GET_BUFFER_REMAINING(3) FreeBSD Library Functions Manual TERMKEY_GET_BUFFER_REMAINING(3)

termkey_get_buffer_remaining - returns the free buffer space

#include <termkey.h>

size_t termkey_get_buffer_remaining(TermKey *tk);

Link with -ltermkey.

termkey_get_buffer_remaining() returns the number of bytes of buffer space currently free in the termkey(7) instance. These bytes are free to use by termkey_push_bytes(3), or may be filled by termkey_advisereadable(3).

termkey_get_buffer_remaining() returns a size in bytes.

termkey_push_bytes(3), termkey_advisereadable(3), termkey_set_buffer_size(3), termkey_get_buffer_size(3), termkey_getkey(3), termkey(7)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.