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
buffer_frombuf(3) FreeBSD Library Functions Manual buffer_frombuf(3)

buffer_frombuf - initialize buffer structure from raw memory

#include <libowfat/buffer.h>

void buffer_frombuf(buffer* b,const char* x, size_t l);

buffer_frombuf makes a virtual read buffer from a raw memory area. The buffer reading functions will be able to read until the end of the data in the memory area, then signal EOF. The buffer does not have its own buffer space, it reuses the one passed into this function.

Do not touch this memory until you are done with the buffer!

Reading data from the buffer will not change the memory you passed in.

buffer_fromsa(3), buffer_init(3), buffer(3), buffer_frombuf(3)

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.