Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
H
 handlesignal_syncthread, syncthread_t
 hashkey, typeadapt_gethash_it
 hashobject, typeadapt_gethash_it
 header_blockheader, blockheader_t
 headersize_blockheader, blockheader_t
 hide_window, window_t
 hide_x11window, x11window_t
 hostname_url, url_t
 htobe_int, int_t
 htole_int, int_t
void handlesignal_syncthread(const uint32_t signalstate,
void *continuelabel,
IDNAME oninitlabel,
IDNAME onrunlabel,
IDNAME onabortlabel)
Jumps to oninitlabel, to onrunlabel, to onabortlabel or to address of continuelabel.
size_t (*hashkey) (struct typeadapt_t * typeadp, const void * key)
Computes the hash value of a key.
size_t (
   *hashobject
) (struct typeadapt_t * typeadp, const struct typeadapt_object_t * node)
Computes the hash value of the key of an object.
static inline blockheader_t * header_blockheader(uint8_t *blockstart)
Inverse operation to blockstart_blockheader.
static inline uint32_t headersize_blockheader(void)
Returns the size which needs to be allocated additional.
int hide_window(window_t *win)
Hides win and removes it from the screen.
int hide_x11window(x11window_t *x11win)
In X11 terms unmaps a window: makes it invisible to the user.
const char * hostname_url(const url_t *url)
Returns name of IP network node or NULL if undefined.
unsigned htobe_int(unsigned host_val)
Converts host_val from host byte order to big-endian order.
unsigned htole_int(unsigned host_val)
Converts host_val from host byte order to little-endian order.
Close