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
N
 nanosec, timevalue_t
 newcopy_object, typeadapt_lifetime_it
 next
 next_block, pagecache_block_t
 next_child
 next_freeblock, pagecache_block_t
 next_offset, queue_iterator_t
 nextindex, filereader_t
 nextpage, queue_iterator_t
 nextwait, thread_t
 node, suffixtree_pos_t
 nodeadp
 nodeoff, typeadapt_member_t
 nodesize, queue_iterator_t
 nr_nodes, exthash_t
 nr_signal_handlers, signalstate_t
 nr_waiting, waitlist_t
 nrchild, trie_nodedata_t
 nrcolumns, csvfilereader_t
 nrelements, syncqueue_t
 nrfreebuffer, filereader_t
 nrofparts, splitstring_t
 nrofreader, rwlock_t
 nrrows, csvfilereader_t
O
 object
 objectcache, threadcontext_t
 objectsize, typeadapt_impl_t
 offset
 oldstate, signalhandler_t
 onclose
 ondestroy
 onredraw
 onreshape
 onvisible
P
 pageblock, pagecache_block_t
 pagecache, threadcontext_t
 pagecache_correction, resourceusage_t
 pagecache_staticusage, resourceusage_t
 pagecache_usage, resourceusage_t
 pagesize
 pagesize_vm, valuecache_t
 parent
 pcontext, threadcontext_t
 pos
 posshift, arraysf_t
 prefixlen, suffixtree_iterator_t
 prev
 prevlastcolumn, textpos_t
 printf, log_it
 printtext, log_it
 privilegeduser, sysuser_t
 protection, vm_region_t
 protocol
 protocol_ipaddr, ipaddr_t
 ptr, ioevent_id_t
Q
 queue, queue_page_t
 queues, syncrun_t
int32_t nanosec
The nano seconds counted from some point in time.
int (
   *newcopy_object
) (struct typeadapt_t * typeadp, /*out*/struct typeadapt_object_t ** destobject, const struct typeadapt_object_t * srcobject)
Function copies an object.
blockheader_t * next
Points to previously allocated block.
const char * next
Points to unconverted mb character sequence of len bytes.
dlist_node_t * next
Points to next node in the list.
struct addrinfo * next
Points in list.
uint8_t * next
Points to next unread memory byte.
struct dlist_node_t * next
Next memory page in list of pages.
struct slist_node_t * next
Points to next node in the list.
const uint8_t * next
Points to memory address of the next byte which is read.
slist_node_t * next
Used in suffixtreeiterator_list_t to connect all contained suffixtree_iterator_t.
const uint8_t * next
Points to the next byte returned from nextbyte_utf8scanner.
uint8_t * next
Pointer to next free memory location of the allocated memory.
dlist_node_t next_block
Used to store all allocated pagecache_block_t in a list.
suffixtree_node_t * next_child
Pointer to suffixtree_node_t which has to be visited next on this level of hierachy.
suffixtree_node_t * next_child
Used to manage childs in a single linked list.
dlist_node_t next_freeblock
Used to store pagecache_block_t in a free list if this block contains free pages.
uint32_t next_offset
The offset into nextpage which is the start address of the next node.
uint8_t nextindex
Index into mmfile.
queue_page_t * nextpage
The memory page which is iterated.
struct slist_node_t * nextwait
Points to next thread which waits on the same thrmutex_t or waitlist_t.
suffixtree_node_t * node
The current node indicates the position in the tree.
typeadapt_member_t nodeadp
Offers lifetime + keycomparator + gethash services to handle stored nodes.
typeadapt_member_t nodeadp
Offers lifetime + comparator services to handle stored nodes.
typeadapt_nodeoffset_t nodeoff
Stores typeadapt_nodeoffset_t.
uint16_t nodesize
The size of the returned node.
size_t nr_nodes
The number of stored nodes in the hash table.
int nr_signal_handlers
Number of stored signal handlers.
size_t nr_waiting
The number of threads waiting.
uint8_t nrchild
Nr of childs stored in optional child[] array or trie_subnode_t.
size_t nrcolumns
The number of columns (Data fields) per row.
size_t nrelements
Number of stored elements.
uint8_t nrfreebuffer
Number of released or unread buffers.
uint8_t nrofparts
The number of noncontinuous parts the string is composed of.
uint32_t nrofreader
The number of readers currently reading the protected data structure.
size_t nrrows
The number of rows of data.
iobj_t * object
A pointer to the object data.
void * object
The value of the first argument of iocallback_f.
struct x11window_t * object
The pointer to the identified object.
iobj_DECLARE(,
objectcache) objectcache
Thread local erorr object cache.
size_t objectsize
The size of supported structure.
size_t offset
Memory offset of first data byte of key used to branch.
size_t offset
Byte offset into text data.
struct sigaction oldstate
Contains old signal handler configuration.
void (*onclose) (window_t * win)
The event handler is called if the user requested to close the window.
void (*onclose) (x11window_t * x11win)
The event handler is called if the user requested to close the window.
void (*ondestroy) (window_t * win)
The event handler is called if the window was destroyed by another process.
void (*ondestroy) (x11window_t * x11win)
The event handler is called if the window was destroyed by another process.
void (*onredraw) (window_t * win)
The event handler is called if the window was (partially) obscured and the obscured content has to be redrawn.
void (*onredraw) (x11window_t * x11win)
The event handler is called if the window was (partially) obscured and the obscured content has to be redrawn.
void (*onreshape) (window_t * win, uint32_t width, uint32_t height)
The event handler is called whenever the geometry of the window changes.
void (*onreshape) (x11window_t * x11win, uint32_t width, uint32_t height)
The event handler is called whenever the geometry of the window changes.
void (*onvisible) (window_t * win, bool isVisible)
The event handler is called whenever the window changes from hidden to shown state or vice versa.
void (*onvisible) (x11window_t * x11win, bool isVisible)
The event handler is called whenever the window changes from hidden to shown state or vice versa.
vmpage_t pageblock
System memory page where free pages are located.
iobj_DECLARE(,
pagecache) pagecache
Thread local virtual memory page manager.
size_t pagecache_correction
Size of pages resourceusage_t uses itself.
size_t pagecache_staticusage
Size of static memory allocated in pagecache_t.
size_t pagecache_usage
Sum of size of all cache memory pages.
uint8_t pagesize
The size of a memory block.
size_t pagesize
Size of a single page stored in freepagelist.
uint32_t pagesize_vm
The size of a virtual memory page in bytes.
lrptree_node_t * parent
Points to parent node.
suffixtree_node_t * parent
The parent of node.
struct processcontext_t * pcontext
Points to shared processcontext_t.
size_t pos
Index of node stored in arraysf_t.
suffixtree_pos_t pos
Position in suffixtree_t where the next character is added.
uint32_t posshift:8
The number of bits pos index of arraysf_node_t is shifted right before it is used modulo toplevelsize to access root.
size_t prefixlen
Sum of length of strings on the path from root up to next_child.
dlist_node_t * prev
Points to previous node in the list.
struct dlist_node_t * prev
PRev memory page in list of pages.
size_t prevlastcolumn
Column number of the last character on the previous line.
void (
   *printf
) (void * log, uint8_t channel, uint8_t flags, const log_header_t * header, const char * format, ... ) __attribute__ ((__format__ (__printf__, 5, 6)))
Writes a new log entry to in internal buffer.
void (
   *printtext
) (void * log, uint8_t channel, uint8_t flags, const log_header_t * header, log_text_f textf, ... )
Writes text resource as new log entry to in internal buffer.
sysuser_id_t privilegeduser
Contains privileged user which is set at process creation from the system.
accessmode_e protection
Gives protection (access rights) of the memory block.
uint16_t protocol
Same as ipaddr_t.protocol.
uint16_t protocol
Indicates a specific internet protocol.
ipprotocol_e protocol_ipaddr(const ipaddr_t *addr)
Returns the specified protocol for this ip address.
void * ptr
Allows to store the id value as pointer type.
queue_t * queue
Queue this page belongs to.
syncqueue_t queues[7]
Queues wich are used to store syncthread_t.
Close