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 |
Jumps to oninitlabel, to onrunlabel, to onabortlabel or to address of continuelabel.
void handlesignal_syncthread( const uint32_t signalstate, void * continuelabel, IDNAME oninitlabel, IDNAME onrunlabel, IDNAME onabortlabel )
Computes the hash value of a key.
size_t ( * hashkey ) (struct typeadapt_t * typeadp, const void * key)
Computes the hash value of the key of an object.
size_t ( * hashobject ) (struct typeadapt_t * typeadp, const struct typeadapt_object_t * node)
Inverse operation to blockstart_blockheader.
static inline blockheader_t * header_blockheader( uint8_t * blockstart )
Returns the size which needs to be allocated additional.
static inline uint32_t headersize_blockheader( void )
Hides win and removes it from the screen.
int hide_window( window_t * win )
In X11 terms unmaps a window: makes it invisible to the user.
int hide_x11window( x11window_t * x11win )
Returns name of IP network node or NULL if undefined.
const char * hostname_url( const url_t * url )
Converts host_val from host byte order to big-endian order.
unsigned htobe_int( unsigned host_val )
Converts host_val from host byte order to little-endian order.
unsigned htole_int( unsigned host_val )