Constant 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
A
 accessmode_EXEC
 accessmode_NEXTFREE_BITPOS
 accessmode_NONE
 accessmode_PRIVATE
 accessmode_RDWR
 accessmode_RDWR_PRIVATE
 accessmode_RDWR_SHARED
 accessmode_READ
 accessmode_SHARED
 accessmode_WRITE
E
 EINVARIANT
 ELEAK
F
 file_STDERR
 file_STDIN
 file_STDOUT
 ftBlockDevice
 ftCharacterDevice
 ftDirectory
 ftNamedPipe
 ftRegularFile
 ftSocket
 ftSymbolicLink
 ftUnknown
G
 gconfig_BITS_ALPHA
 gconfig_BITS_BLUE
 gconfig_BITS_BUFFER
 gconfig_BITS_DEPTH
 gconfig_BITS_GREEN
 gconfig_BITS_RED
 gconfig_BITS_STENCIL
 gconfig_CONFORMANT
 gconfig_NONE
 gconfig_NROFELEMENTS
 gconfig_TRANSPARENT_ALPHA
 gconfig_TYPE
 gconfig_value_CONFORMANT_ES1_BIT
 gconfig_value_CONFORMANT_ES2_BIT
 gconfig_value_CONFORMANT_OPENGL_BIT
 gconfig_value_CONFORMANT_OPENVG_BIT
 gconfig_value_TYPE_PBUFFER_BIT
 gconfig_value_TYPE_PIXMAP_BIT
 gconfig_value_TYPE_WINDOW_BIT
 gcontext_api_OPENGL
 gcontext_api_OPENGLES
 gcontext_api_OPENVG
H
 header_CHILD, header_t
 header_KEYLEN, header_t
 header_KEYLEN0, header_t
 header_KEYLEN1, header_t
 header_KEYLEN2, header_t
 header_KEYLEN3, header_t
 header_KEYLEN4, header_t
 header_KEYLEN5, header_t
 header_KEYLEN6, header_t
 header_KEYMASK, header_t
 header_SIZE1, header_t
 header_SIZE2, header_t
 header_SIZE3, header_t
 header_SIZE4, header_t
 header_SIZE5, header_t
 header_SIZE6, header_t
 header_SIZEMASK, header_t
 header_SUBNODE, header_t
 header_USERVALUE, header_t
I
 iochannel_STDERR
 iochannel_STDIN
 iochannel_STDOUT
 ioevent_CLOSE
 ioevent_ERROR
 ioevent_READ
 ioevent_WRITE
 ipprotocol_ANY
 ipprotocol_TCP
 ipprotocol_UDP
 ipversion_4
 ipversion_6
 ipversion_ANY
L
 log_channel_ERR
 log_channel_NROFCHANNEL
 log_channel_TEST
 log_channel_USERERR
 log_channel_WARN
 log_config_MINSIZE
 log_flags_END
 log_flags_NONE
 log_flags_OPTIONALHEADER
 log_flags_START
 log_state_BUFFERED
 log_state_IGNORED
 log_state_IMMEDIATE
 log_state_NROFSTATE
 log_state_UNBUFFERED
M
 maincontext_CONSOLE
 maincontext_DEFAULT
 maincontext_STATIC
P
 process_state_ABORTED
 process_state_RUNNABLE
 process_state_STOPPED
 process_state_TERMINATED
S
 Screen-Pixel-RGB=Window-Pixel-RGB+(1
 syncrun_returncode_ABORT
 syncrun_state_ABORT
 syncrun_state_CONTINUE
 syncrun_state_EXIT
 syncrun_state_WAIT
 syncthread_signal_ABORT
 syncthread_signal_INIT
 syncthread_signal_NULL
 syncthread_signal_WAKEUP
 sysclock_MONOTONIC
 sysclock_REAL
U
 url_scheme_HTTP
W
 windowconfig_FRAME
 windowconfig_MAXSIZE
 windowconfig_MINSIZE
 windowconfig_NONE
 windowconfig_NROFELEMENTS
 windowconfig_POS
 windowconfig_SIZE
 windowconfig_TITLE
 windowconfig_TRANSPARENCY
X
 x11window_flags_OWNCOLORMAP
 x11window_flags_OWNWINDOW
 x11window_state_DESTROYED
 x11window_state_HIDDEN
 x11window_state_SHOWN
Allows for executing (only).
Next free bit position useful in a subtype of accessmode_e.
Neither read nor write nor exec is allowed.
Write access to data or memory block is private to its process (COPY_ON_WRITE).
Combination of accessmode_READ and accessmode_WRITE.
Combination of accessmode_RDWR and accessmode_PRIVATE.
Combination of accessmode_RDWR and accessmode_SHARED.
Allows for reading (only).
A write to a data or memory block is shared between all processes.
Allows for writing (only).
Invariant violated.
Resource leak.
The file descriptor value of the standard error (output) channel.
The file descriptor value of the standard input channel.
The file descriptor value of the standard output channel.
A block device special file.
A character device special file.
Directory type.
Named pipe type.
A normal data file.
A unix system socket.
A symbolic link.
Unknown file type.
The minimum number of bits per pixel which determine the alpha value (1: fully opaque, 0: fully transparent).
The minimum number of bits per pixel which determine the blue color.
The minimum number of bits per pixel for all color channels together including alpha.
The minimum number of bits the depth buffer must support.
The minimum number of bits per pixel which determine the green color.
The minimum number of bits per pixel which determine the red color.
The minimum number of bits the stencil buffer must support.
Determine the supported drawing APIs.
This is the last entry in a list to indicate termination.
Gives the number of all valid configuration options excluding gconfig_NROFELEMENTS.
A value != 0 sets a flag which makes the background of a window surface shine through.
The configuration supports drawing into a specific surface type.
Config supports creating OpenGL ES 1.0/1.1 graphic contexts.
Config supports creating OpenGL ES 2.0 graphic contexts.
Config supports creating OpenGL graphic contexts.
Config supports creating OpenVG graphic contexts.
The config supports drawing into a OpenGL (ES) pixel buffer surface.
The config supports drawing into a native pixmap surface.
The config supports drawing into a window surface.
The client uses api OpenGL for drawing.
The client uses api OpenGL ES for drawing.
The client uses api OpenVG for drawing.
Child and digit array available.
trie_nodedata_t.keylen == contains key length trie_nodedata_t.key[0..keylen-1] == binary key digits
No key[] member available
trie_nodedata_t.key[0] == binary key digit
trie_nodedata_t.key[0..1] == binary key digits
trie_nodedata_t.key[0..2] == binary key digits
trie_nodedata_t.key[0..3] == binary key digits
trie_nodedata_t.key[0..4] == binary key digits
trie_nodedata_t.key[0..5] == binary key digits
Mask to determine the value of the following KEY configurations.
The size of the node is 2 * sizeof(void*)
The size of the node is 4 * sizeof(void*)
The size of the node is 8 * sizeof(void*)
The size of the node is 16 * sizeof(void*)
The size of the node is 32 * sizeof(void*)
The size of the node is 64 * sizeof(void*)
Mask to determine the value of one of the following 4 size configurations.
Subnode pointer is avialable and digit[0] counts the number of valid pointers to trie_node_t not null.
If set indicates that uservalue member is available.
The default standard error (output) channel.
The default standard input channel.
The default standard output channel.
The peer of a stream oriented connection (pipe, TCP/IP, ...)
An error condition is signaled on file descriptor.
You can read from file descriptor.
You can write to a file descriptor.
Only useful as a filter argument to newdnsquery_ipaddrlist.
Use reliable transmission control protocol to send/receive messages.
Use unreliable datagram protocol to send/receive messages.
Selects IP version 4 address types of the form “A.B.C.D”, e.g.
Selects IP version 6 address types of the form “AABB:CCDD::XXYY” .
Only useful as a filter argument to newdnsquery_ipaddrlist.
Uses error channel for log output.
Use this value to determine the number of different channels numbered from 0 up to (log_channel_NROFCHANNEL-1).
Uses test channel for log output.
Uses STDERR channel for log output.
Uses warning channel for log output.
The minimum size in bytes of one log entry before it is possibly truncated.
Indicates that this is the last part of a log entry.
Indicates that the log entry does not change append or not append state.
A given log_header_t is only written before the log entry if the pointer to the function name in log_header_t differs from the pointer given in the previous call.
Indicates that this is the beginning of a new log entry.
Normal operation mode.
Ignore any writing to this channel.
Every part of a log entry is written immediately without waiting for the last part end.
Use this value to determine the number of different states numbered from 0 up to (log_state_NROFSTATE-1).
Every log entry is constructed in a buffer and if the last part of the entry is added to it the log entry is written out as a whole.
Default single or multi threading implementation for commandline tools.
Default single or multi threading implementation.
An implementation which is configured by a static initializer.
The process has ended due to an abnormal condition (unhandled signal/exception).
The process is in a runable state (either executing, waiting for execution or waiting for a system call to complete)
The process has been stopped by a STOP signal.
The process has exited normal and returned an exit code.
Window-Pixel-Alpha) * Background-Pixel-RGB Before drawing you need to change the color of the pixels to: Window-Pixel-RGB = Window-Pixel-RGB * Window-Pixel-Alpha
The process was aborted.
The thread has generated some error and should be aborted.
The thread needs to run at least one mroe time.
The thread has terminated, freed all resources, and wants to be removed from its run queue.
The thread wants to wait for an event.
Abort signal.
Initialization signal meaning syncthread_t.state contains a pointer to the function arguments.
No signal indicates normal running mode.
Signal received after syncthread_t waited for some event which has occurred.
Clock that cannot be set and represents monotonic time since some unspecified starting point.
System-wide real-time clock.
URL for HTTP protocol.
Sets window frame border flag to true.
Sets the maximum window size.
Sets the minimum window size.
Marks end of attribute list.
Gives the number of all valid configuration options excluding windowconfig_NROFELEMENTS.
Sets the window position.
Sets the window size.
Sets the title string of the window utf8.
Sets a transparency value for the whole window.
The system colormap is owned by this object.
The system window is owned by this object.
The window is destroyed.
The window is created but not shown to the user (iconic or minimized state).
The window is created and shown to the user but may be only partially visible or obscured by another window.
Close