Home
last modified time | relevance | path

Searched refs:list_remove (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/dports/news/inn-current/inn-2.7-20211226/tests/lib/
H A Dlist-t.c44 ok(19, list_remove(&a) == &a); in main()
52 list_remove(&c); in main()
56 list_remove(&c); in main()
60 list_remove(&c); in main()
/dports/news/inn/inn-2.6.4/tests/lib/
H A Dlist-t.c46 ok(19, list_remove(&a) == &a); in main()
54 list_remove(&c); in main()
58 list_remove(&c); in main()
62 list_remove(&c); in main()
/dports/sysutils/shlock/inn-2.6.4/tests/lib/
H A Dlist-t.c46 ok(19, list_remove(&a) == &a); in main()
54 list_remove(&c); in main()
58 list_remove(&c); in main()
62 list_remove(&c); in main()
/dports/net-p2p/uhub/uhub-a8ee6e7/autotest/
H A Dtest_list.tcc41 list_remove(list, (char*) A);
53 list_remove(list, (char*) A);
58 list_remove(list, (char*) A); /* already removed, so should have no effect */
63 list_remove(list, (char*) B); /* already removed, so should have no effect */
80 list_remove(list, A); /* removing the first one. */
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/lib/
H A Dlist.h47 #define queue_remove(q, d) (list_remove ((q), HEAD, (d)))
53 #define stack_pop(q, d) (list_remove ((q), TAIL, (d)))
67 list_remove (list_t *list, pos_e pos, void *data);
/dports/ftp/wzdftpd/wzdftpd-0.8.3/tests/
H A Dtest_list.c117 ret = list_remove(&list, NULL, (void**)&t); in main()
120 ret = list_remove(&list, list_tail(&list), (void**)&t); in main()
124 ret = list_remove(&list, list_head(&list), (void**)&t); in main()
127 ret = list_remove(&list, list_head(&list), (void**)&t); in main()
131 ret = list_remove(&list, list_head(&list), (void**)&t); in main()
/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dutils-list.cpp162 list_remove(list_back(l)); in TEST_F()
169 list_remove(list_front(l)); in TEST_F()
202 list_remove(first); in TEST_F()
203 list_remove(second); in TEST_F()
238 list_remove(item); in TEST_F()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Drefcount.c79 list_remove(&rc->rc_list, ref); in refcount_destroy_many()
85 list_remove(&rc->rc_removed, ref); in refcount_destroy_many()
160 list_remove(&rc->rc_list, ref); in refcount_remove_many()
169 list_remove(&rc->rc_removed, ref); in refcount_remove_many()
/dports/x11/mons/mons-0.8.2/libshlist/test/
H A Dtest_unsafe.sh23 list_remove lst '1' ; echo 'test:' ; print_list lst
103 list_remove lst '1' ; echo 'test:' ; print_list lst
154 list_remove lst ; echo 'test:' ; print_list lst
155 list_remove '1' ; echo 'test:' ; print_list lst
156 list_remove ; echo 'test:' ; print_list lst
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dlog.c90 list_remove(&entry->q_hook); in log_print_queued_msgs()
104 list_remove(&entry->q_hook); in log_flush_queued_msgs()
121 list_remove(log_stk.next); in log_pop()
139 list_remove(log_stk.next); in log_abort()
H A Dwq.c59 list_remove(list); in wqRunToTick()
90 list_remove(&job->list); in wq_job_del()
/dports/devel/py-jep/jep-3.9.1/src/main/c/Jep/java_access/
H A DList.c34 static jmethodID list_remove = 0; variable
85 if (JNI_METHOD(list_remove, env, JLIST_TYPE, "remove", in java_util_List_remove()
87 result = (*env)->CallObjectMethod(env, this, list_remove, index); in java_util_List_remove()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dmain.cc74 static bool list_remove(GtkMainConnectionNode* conn_node);
130 list_remove(self); in notify()
156 list_remove(self); in destroy_notify_handler()
181 bool GtkMainConnectionNode::list_remove(GtkMainConnectionNode* conn_node) in list_remove() function in __anon512715900111::GtkMainConnectionNode
247 if(GtkMainConnectionNode::list_remove(conn_node)) in gtk_callback()
/dports/x11-wm/picom/picom-8.2/src/
H A Dlist.h52 static inline void list_remove(struct list_node *to_remove) { in list_remove() function
60 list_remove(to_move); in list_move_before()
66 list_remove(to_move); in list_move_after()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/util/include/
H A Dlinklist.h121 list_remove(struct list_head * const headerP) { in list_remove() function
138 list_remove(retval); in list_remove_head()
153 list_remove(retval); in list_remove_tail()
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/util/include/
H A Dlinklist.h121 list_remove(struct list_head * const headerP) { in list_remove() function
138 list_remove(retval); in list_remove_head()
153 list_remove(retval); in list_remove_tail()
/dports/security/dropbear/dropbear-2020.81/
H A Dcli-authpubkey.c48 list_remove(iter); in cli_pubkeyfail()
237 key = list_remove(cli_opts.privkeys->first); in cli_auth_pubkey()
252 key = list_remove(cli_opts.privkeys->first); in cli_auth_pubkey()
286 sign_key * key = list_remove(cli_opts.privkeys->first); in cli_auth_pubkey_cleanup()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/liblog/
H A Dpmsg_reader.cpp406 list_remove(&content->node); in __android_log_pmsg_file_read()
449 list_remove(content_node); in __android_log_pmsg_file_read()
458 list_remove(content_node); in __android_log_pmsg_file_read()
478 list_remove(content_node); in __android_log_pmsg_file_read()
486 list_remove(content_node); in __android_log_pmsg_file_read()
496 list_remove(content_node); in __android_log_pmsg_file_read()
517 list_remove(node); in __android_log_pmsg_file_read()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/liblog/
H A Dconfig_read.c81 list_remove(&transport->node); in __android_log_config_read_close()
84 list_remove(&transport->node); in __android_log_config_read_close()
H A Dpmsg_reader.c480 list_remove(&content->node); in __android_log_pmsg_file_read()
525 list_remove(content_node); in __android_log_pmsg_file_read()
534 list_remove(content_node); in __android_log_pmsg_file_read()
554 list_remove(content_node); in __android_log_pmsg_file_read()
562 list_remove(content_node); in __android_log_pmsg_file_read()
574 list_remove(content_node); in __android_log_pmsg_file_read()
595 list_remove(node); in __android_log_pmsg_file_read()
H A Dconfig_write.c112 list_remove(&transport->node); in __android_log_config_write_close()
116 list_remove(&transport->node); in __android_log_config_write_close()
/dports/benchmarks/iperf3/iperf-3.10.1/src/
H A Dtimer.c100 list_remove( Timer* t ) in list_remove() function
115 list_remove( t ); in list_resort()
218 list_remove( t ); in tmr_cancel()
/dports/games/libretro-emux/emux-640d4ba/main/
H A Dport.c41 list_remove(&read_map[i], r); in remove_region()
42 list_remove(&write_map[i], r); in remove_region()
77 list_remove(&port_regions, region); in port_region_remove()
/dports/misc/veles/veles-2018.05.0/python/veles/db/
H A Dtransaction.py101 self.list_remove(sub, dbnode)
110 self.list_remove(sub, dbnode)
120 def list_remove(self, sub, dbnode): member in Transaction
/dports/news/inn-current/inn-2.7-20211226/nnrpd/
H A Dcache.c67 list_remove(&old->node); in cache_add()
110 list_remove(&entry->node); in cache_get()

12345678910>>...25