Home
last modified time | relevance | path

Searched defs:clientnode (Results 1 – 21 of 21) sorted by relevance

/dports/shells/klish/klish-2.1.4/lub/bintree/
H A Dbintree_iterator_previous.c35 void *clientnode = lub_bintree_findprevious(this->tree, &this->key); in lub_bintree_iterator_previous() local
H A Dbintree_iterator_next.c35 void *clientnode = lub_bintree_findnext(this->tree, &this->key); in lub_bintree_iterator_next() local
H A Dbintree_iterator_init.c41 lub_bintree_t * tree, const void *clientnode) in lub_bintree_iterator_init()
H A Dbintree_findlast.c73 static int compareright(const void *clientnode, const void *clientkey) in compareright()
H A Dbintree_remove.c50 void lub_bintree_remove(lub_bintree_t * this, void *clientnode) in lub_bintree_remove()
H A Dbintree_insert.c45 int lub_bintree_insert(lub_bintree_t * this, void *clientnode) in lub_bintree_insert()
H A Dbintree_findfirst.c72 static int compareleft(const void *clientnode, const void *clientkey) in compareleft()
H A Dprivate.h56 #define lub_bintree_getnode(this,clientnode)\ argument
/dports/shells/klish/klish-2.1.4/clish/var/
H A Dvar.c41 int clish_var_bt_compare(const void *clientnode, const void *clientkey) in clish_var_bt_compare()
50 void clish_var_bt_getkey(const void *clientnode, lub_bintree_key_t * key) in clish_var_bt_getkey()
/dports/databases/redis6/redis-6.0.16/src/
H A Dblocked.c231 listNode *clientnode = listFirst(clients); in serveClientsBlockedOnListKey() local
292 listNode *clientnode = listFirst(clients); in serveClientsBlockedOnSortedSetKey() local
440 listNode *clientnode = listFirst(clients); in serveClientsBlockedOnKeyByModule() local
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dblocked.c279 listNode *clientnode = listFirst(clients); in serveClientsBlockedOnListKey() local
332 listNode *clientnode = listFirst(clients); in serveClientsBlockedOnSortedSetKey() local
511 listNode *clientnode = listFirst(clients); in serveClientsBlockedOnKeyByModule() local
/dports/shells/klish/klish-2.1.4/konf/buf/
H A Dbuf.c22 int konf_buf_bt_compare(const void *clientnode, const void *clientkey) in konf_buf_bt_compare()
40 void konf_buf_bt_getkey(const void *clientnode, lub_bintree_key_t * key) in konf_buf_bt_getkey()
/dports/databases/redis5/redis-5.0.14/src/
H A Dblocked.c303 listNode *clientnode = listFirst(clients); in handleClientsBlockedOnKeys() local
364 listNode *clientnode = listFirst(clients); in handleClientsBlockedOnKeys() local
/dports/shells/klish/klish-2.1.4/clish/ptype/
H A Dptype.c108 int clish_ptype_bt_compare(const void *clientnode, const void *clientkey) in clish_ptype_bt_compare()
117 void clish_ptype_bt_getkey(const void *clientnode, lub_bintree_key_t * key) in clish_ptype_bt_getkey()
/dports/shells/klish/klish-2.1.4/clish/view/
H A Dview.c20 int clish_view_bt_compare(const void *clientnode, const void *clientkey) in clish_view_bt_compare()
29 void clish_view_bt_getkey(const void *clientnode, lub_bintree_key_t * key) in clish_view_bt_getkey()
/dports/sysutils/g15daemon/g15daemon-3.0.4/g15daemon/
H A Dg15_plugins.c214 lcdnode_t *clientnode; in g15_plugin_load() local
/dports/shells/klish/klish-2.1.4/clish/command/
H A Dcommand.c86 int clish_command_bt_compare(const void *clientnode, const void *clientkey) in clish_command_bt_compare()
95 void clish_command_bt_getkey(const void *clientnode, lub_bintree_key_t * key) in clish_command_bt_getkey()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_clisrv.h152 UINT8 clientnode; member
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/
H A DBlockManager.java1506 DatanodeDescriptor clientnode, Set<Node> excludes, long blocksize) { in chooseTarget4WebHDFS()
1515 Node clientnode, in chooseTarget4AdditionalDatanode()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_clisrv.h413 byte clientnode; member
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DFSNamesystem.java3319 Node clientnode = null; in getAdditionalDatanode() local