Manual Pages for Linux CentOS command on man ldns_buffer_available
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_buffer_available

ldns(3) Library Functions Manual ldns(3)

NAME ldnsbufferremainingat, ldnsbufferremaining, ldnsbufferavail‐ ableat, ldnsbufferavailable, ldnsbufferstatus, ldnsbuffersta‐ tusok SYNOPSIS

#include

#include

#include sizet ldnsbufferremainingat(ldnsbuffer *buffer, sizet at); sizet ldnsbufferremaining(ldnsbuffer *buffer); int ldnsbufferavailableat(ldnsbuffer *buffer, sizet at, sizet count); int ldnsbufferavailable(ldnsbuffer *buffer, sizet count); ldnsstatus ldnsbufferstatus(ldnsbuffer *buffer); bool ldnsbufferstatusok(ldnsbuffer *buffer); DESCRIPTION ldnsbufferremainingat() returns the number of bytes remaining between the indicated position and the limit. buffer: the buffer at: indicated position Returns number of bytes ldnsbufferremaining() returns the number of bytes remaining between the buffer's position and limit. buffer: the buffer Returns the number of bytes ldnsbufferavailableat() checks if the buffer has at least COUNT more bytes available. Before reading or writing the caller needs to ensure enough space is available! buffer: the buffer at: indicated position count: how much is available Returns true or false (as int?) ldnsbufferavailable() checks if the buffer has count bytes available at the current position buffer: the buffer count: how much is available Returns true or false (as int?) ldnsbufferstatus() returns the status of the buffer \param[in] buffer Returns the status ldnsbufferstatusok() returns true if the status of the buffer is LDNSSTATUSOK, false otherwise buffer: the buffer Returns true or false AUTHOR The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben. REPORTING BUGS

Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at http://www.nlnetlabs.nl/bugs/index.html COPYRIGHT

Copyright (c) 2004 - 2006 NLnet Labs. Licensed under the BSD License. There is NO warranty; not even for MER‐ CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO ldnsbuffer. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035. REMARKS This manpage was automaticly generated from the ldns source code by use of Doxygen and some perl. 30 May 2006 ldns(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™