Searched refs:llist (Results 1 - 25 of 50) sorted by relevance

12

/external/curl/tests/unit/
H A Dunit1300.c24 #include "llist.h"
26 static struct curl_llist *llist; variable in typeref:struct:curl_llist
32 /* used by the llist API, does nothing here */
39 llist = Curl_llist_alloc(test_curl_llist_dtor);
40 if(!llist)
44 Curl_llist_destroy(llist, NULL);
53 Curl_llist_destroy(llist, NULL);
65 size_t llist_size = Curl_llist_count(llist);
79 fail_unless(llist->size == 0, "list initial size should be zero");
80 fail_unless(llist
[all...]
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dproc-llist.h2 * proc-llist.h
49 } llist; typedef in typeref:struct:__anon9133
51 void list_create(llist *l);
52 static inline lnode *list_get_cur(llist *l) { return l->cur; }
53 void list_append(llist *l, lnode *node);
54 void list_clear(llist* l);
57 lnode *list_find_inode(llist *l, unsigned long i);
H A Dproc-llist.c2 * proc-llist.c - Minimal linked list library
27 #include "proc-llist.h"
29 void list_create(llist *l)
36 void list_append(llist *l, lnode *node)
68 void list_clear(llist* l)
87 lnode *list_find_inode(llist *l, unsigned long i)
/external/selinux/libsemanage/src/
H A Ddatabase_activedb.c26 dbase_llist_t llist; member in struct:dbase_activedb
36 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist);
44 if (!dbase_llist_needs_resync(handle, &dbase->llist))
48 dbase_llist_cache_init(&dbase->llist);
49 if (dbase_llist_set_serial(handle, &dbase->llist) < 0)
58 if (dbase_llist_cache_prepend(handle, &dbase->llist, records[i])
71 dbase_llist_drop_cache(&dbase->llist);
80 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist);
88 if (!dbase_llist_is_modified(&dbase->llist))
92 if (dbase_llist_list(handle, &dbase->llist,
[all...]
H A Ddatabase_file.c31 dbase_llist_t llist; member in struct:dbase_file
43 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist);
53 if (!dbase_llist_needs_resync(handle, &dbase->llist))
57 dbase_llist_cache_init(&dbase->llist);
58 if (dbase_llist_set_serial(handle, &dbase->llist) < 0)
88 if (dbase_llist_cache_prepend(handle, &dbase->llist,
109 dbase_llist_drop_cache(&dbase->llist);
123 if (!dbase_llist_is_modified(&dbase->llist))
143 for (ptr = dbase->llist.cache_tail; ptr != NULL; ptr = ptr->prev) {
148 dbase_llist_set_modified(&dbase->llist,
[all...]
H A Ddatabase_join.c26 dbase_llist_t llist; member in struct:dbase_join
45 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist);
57 if (!dbase_llist_needs_resync(handle, &dbase->llist))
61 dbase_llist_cache_init(&dbase->llist);
62 if (dbase_llist_set_serial(handle, &dbase->llist) < 0)
134 if (dbase_llist_cache_prepend(handle, &dbase->llist, record) <
143 if (dbase_llist_set_serial(handle, &dbase->llist) < 0)
164 dbase_llist_drop_cache(&dbase->llist);
177 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist);
188 if (!dbase_llist_is_modified(&dbase->llist))
[all...]
/external/avahi/avahi-daemon/
H A Dini-file-parser.h23 #include <avahi-common/llist.h>
H A Ddbus-internal.h30 #include <avahi-common/llist.h>
H A Dstatic-hosts.c28 #include <avahi-common/llist.h>
/external/toybox/lib/
H A Dllist.c0 /* llist.c - Linked list functions
47 void **llist = (void **)list; local
48 void **next = (void **)*llist;
49 *llist = *next;
/external/avahi/avahi-core/
H A Dbrowse.h23 #include <avahi-common/llist.h>
H A Dannounce.h25 #include <avahi-common/llist.h>
H A Dcache.h25 #include <avahi-common/llist.h>
H A Diface.h28 #include <avahi-common/llist.h>
H A Dinternal.h26 #include <avahi-common/llist.h>
H A Drrlist.c27 #include <avahi-common/llist.h>
H A Dhashmap.c27 #include <avahi-common/llist.h>
/external/avahi/avahi-glib/
H A Dglib-malloc.c24 #include <avahi-common/llist.h>
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DDefaultRouter.java337 LinkedList llist = new LinkedList();
338 llist.add(this.getNextHop(request));
339 return llist.listIterator();
/external/curl/lib/
H A DMakefile.inc45 strtok.c connect.c llist.c hash.c multi.c content_encoding.c share.c \
62 wildcard.h fileinfo.h ftplistparser.h strtok.h connect.h llist.h \
/external/toybox/toys/pending/
H A Ddiff.c518 struct arg_list *llist = TT.L_list; local
568 xprintf("--- %s\n", (toys.optflags & FLAG_L) ? llist->arg : files[0]);
569 if (((toys.optflags & FLAG_L) && !llist->next) || !(toys.optflags & FLAG_L))
572 while (llist->next) llist = llist->next;
573 xprintf("+++ %s\n", llist->arg);
/external/avahi/tests/
H A Dc-plus-plus-test.cc34 #include <avahi-common/llist.h>
/external/avahi/avahi-autoipd/
H A Diface-linux.c38 #include <avahi-common/llist.h>
/external/avahi/avahi-utils/
H A Davahi-resolve.c38 #include <avahi-common/llist.h>
/external/toybox/scripts/
H A Dmake.sh234 do_loudly $HOSTCC scripts/config2help.c -I . lib/xwrap.c lib/llist.c \

Completed in 467 milliseconds

12