Variable 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
 addr
 addrlen
 alloc, wbuffer_it
 allocated_digits, bigint_t
 allocated_rows, csvfilereader_t
 allocated_size, cstring_t
 argc, maincontext_startparam_t
 argv, maincontext_startparam_t
 array
 array_iterator, vm_mappedregions_t
B
 big, decimal_frombigint_state_t
 bit_offset, patriciatrie_node_t
 block, sha1_hash_t
 blocklist, pagecache_impl_t
 blocksize, binarystack_t
 blockstart, binarystack_t
 buddy, testelem_t
C
 chan, logwriter_t
 chars, cstring_t
 child
 childs
 clearbuffer, log_it
 cmp_key_object, typeadapt_comparator_it
 cmp_object, typeadapt_comparator_it
 column, textpos_t
 comapre, log_it
 comparator, typeadapt_t
 condition, textresource_condition_t
 context_type, maincontext_startparam_t
 continuecontext, thread_t
 continuelabel, syncwait_t
 current, sysuser_t
 current_addr, ipaddr_list_t
D
 data
 datalen, sha1_hash_t
 delete_object, typeadapt_lifetime_it
 depth, blockarray_t
 digits
 display
E
 element_count, vm_mappedregions_t
 element_iterator, vm_mappedregions_t
 elements_per_block, blockarray_t
 elementsize, blockarray_t
 end
 end_offset
 endaddr, vm_region_t
 err, ipsocket_async_t
 errcode, test_errortimer_t
 error, processcontext_t
 event, syncwait_t
 eventid, ioevent_t
 evhimpl, x11window_t
 exponent
F
 file
 file_usage, resourceusage_t
 fileoffset, filereader_t
 filesize, filereader_t
 first, ipaddr_list_t
 first_array, vm_mappedregions_t
 flags, x11window_t
 flushbuffer, log_it
 freeblocksize, binarystack_t
 freelist, pagecache_impl_t
 freelistidx, pagecache_block_t
 freepagelist, pagecache_block_t
const uint8_t * addr
Memory start address of binary/string key.
sys_socketaddr_t addr[1]
Same as ipaddr_t.addr.
sys_socketaddr_t addr[]
Opaque representation of internet address (IPv4 or IPv6).
uint8_t * addr
Holds start address of memory buffer.
uint8_t *addr
Address of allocated buffer.
uint8_t * addr
Points to start (lowest) address of memory.
uint8_t * addr
The start address of the mapped memory.
const uint8_t * addr
Start address of non-const string memory.
const uint8_t * addr/*[size]*/
Start address of binary data of key.
void * addr
Start address or lowest address of mapping.
uint8_t * addr
Points to start (lowest) address of memory.
uint16_t addrlen
Same as ipaddr_t.addrlen.
uint16_t addrlen
Length of internal address representation addr.
int (
   *alloc
) (void * impl, size_t new_size, /*inout*/struct memstream_t * memstr)
Allocate a new memory block of new_size bytes and return it in memstr.
uint16_t allocated_digits
The number of allocated digits.
size_t allocated_rows
The number of allocated rows of tablevalues.
size_t allocated_size
Size of allocated memory block chars points to.
int argc
The number of process arguments.
const char ** argv
An array of program arguments.
arraysf_t * array
Remembers iterated container.
arraystf_t * array
Remembers iterated container.
vm_regionsarray_t * array_iterator
Points to next array of vm_region_t which comes after array element_iterator points to.
bigint_t * big
A preallocated bigint_t.
size_t bit_offset
The bit offset of the bit to test.
uint8_t block[64]
Collects data until size is 64 bytes.
struct { struct dlist_node_t * last ; } blocklist
A list of pagecache_block_t.
uint32_t blocksize
Size in bytes of allocated memory block blockstart points to.
uint8_t * blockstart
Start address of latest allocated memory block.
testelem_t * buddy
Points to buddy node.
logwriter_chan_t *chan
Array of logwriter_chan_t.
uint8_t* chars
Pointer to character array with ‘\0’ at the end of the string.
arraysf_unode_t * child[4]
A 4-way array of child nodes.
arraystf_unode_t * child[4]
A 4-way array of child nodes.
trie_nodedata_t * child[256]
An array of 256 pointer to trie_nodedata_t.
suffixtree_node_t * childs
List of all children.
struct suffixtree_node_t * childs
Points to root node with all childs of root node.
void (*clearbuffer) (void * log, uint8_t channel)
Clears log buffer (sets length of logbuffer to 0).
int (
   *cmp_key_object
) (struct typeadapt_t * typeadp, const void * lkey, const struct typeadapt_object_t * robject)
Compares key with an object.
int (
   *cmp_object
) (struct typeadapt_t * typeadp, const struct typeadapt_object_t * lobject, const struct typeadapt_object_t * robject)
Compares two objects.
size_t column
Column number of the last read character.
Returns 0 if logbuffer compares equal to content in log for a specific log_channel_e channel.
typeadapt_comparator_it comparator
Interface to adapt comparison of key and object.
string_t condition
The C99-condition which is checked in the generated source code.
maincontext_e context_type
Set to a value of maincontext_e.
ucontext_t continuecontext
Contains thread machine context before main_task is called.
void * continuelabel
The address where execution should continue after the thread is woken up.
sysuser_id_t current
Contains the current user the process uses.
Points to ipaddr_t storage used to return next address.
const uint8_t * data/*length*/
Start address of text data.
trie_nodedata_t * data
Points to data in memory.
uint64_t datalen
Stores the number of bytes process so far.
int (
   *delete_object
) (struct typeadapt_t * typeadp, struct typeadapt_object_t ** object)
Function frees memory and associated resources of object.
uint8_t depth
The depth of the tree.
The values of digits.
uint32_t digits[/*0..size_allocated-1*/]
9 decimal digits encoded as integer are stored per digit (uint32_t).
struct x11display_t* display
Reference to x11display_t.
struct x11display_t* display
Reference to x11display_t.
struct x11display_t* display
Reference to x11display_t.
size_t element_count
Number of elements element_iterator can access in sequence.
vm_region_t * element_iterator
Points to an array of vm_region_t of size element_count.
size_t elements_per_block
Number of elements stored in a single data block.
uint16_t elementsize
The size of a single element
uint8_t * end
Points one after the last memory byte.
const uint8_t * end
Points to memory address after the last byte of the string.
const uint8_t * end
As long as next is lower than end there are more bytes to read.
uint8_t * end
Points to memory address one after the end address of allocated memory.
uint32_t end_offset
Last offset into nextpage which is start address of unused memory.
uint32_t end_offset
Offset of end of last node relative to start address of this object.
void * endaddr
End address of mapping.
int err
Indicates if operation has completed.
int errcode
The error code which is returned by process_testerrortimer.
struct { uint16_t * stroffset ; uint8_t * strdata ; } error
Data for errorcontext_t module.
syncevent_t * event
A pointer to type syncevent_t the syncthread is waiting for.
ioevent_id_t eventid
Every event has an associated id.
const x11window_evh_t * evhimpl
Reference to x11window_evh_t which handles events.
uint16_t exponent
The exponent with base »2 raised to 32«.
int16_t exponent
The exponent of base number 1000000000.
mmfile_t file
The read file content mapped to memory.
sys_iochannel_t file
The file from which is read.
size_t file_usage
Number of open files.
off_t fileoffset
Offset into file where the next read operation begins.
off_t filesize
The size of the io-stream file refers to.
struct addrinfo * first
Points to start of list.
vm_regionsarray_t * first_array
Points to first array of vm_region_t.
uint8_t flags
Additional flags inidicating ownership of system objects.
void (*flushbuffer) (void * log, uint8_t channel)
Writes content of buffer to configured file descriptor and clears log buffer.
uint32_t freeblocksize
The number of free bytes of memory block blockstart points to.
An array of list of allocated blocks which contain free pages.
uint8_t freelistidx
Index into pagecache_impl_t.freeblocklist.
dlist_t freepagelist
List of free pages.
Close