mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a...
mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a...
mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a...
mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a...
mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a...
mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a...
mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a...
The rand48() family of functions generates pseudo-random numbers using a linear congruential algorithm working on integers 48 bits in size. The particular formula employed is r(n+1) = (a * r(n) + c) m...
This page documents the internal functions used by the OpenSSL BIGNUM implementation. They are described here to facilitate debugging and extending the library. They are not to be used by applications...
This page documents the internal functions used by the OpenSSL BIGNUM implementation. They are described here to facilitate debugging and extending the library. They are not to be used by applications...
The addch, waddch, mvaddch and mvwaddch routines put the character ch into the given window at its current window position, which is then advanced. They are analogous to putchar in stdio(3). If the ad...
These routines copy chstr into the window image structure at and after the current cursor position. The four routines with n as the last argument copy at most n elements, but no more than will fit on ...
These routines copy chstr into the window image structure at and after the current cursor position. The four routines with n as the last argument copy at most n elements, but no more than will fit on ...
These routines write the characters of the (null-terminated) character string str on the given window. It is similar to calling waddch once for each character in the string. The four routines with n a...
These routines write the characters of the (null-terminated) character string str on the given window. It is similar to calling waddch once for each character in the string. The four routines with n a...