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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dini-file-parser.h25 #include <avahi-common/llist.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dini-file-parser.h25 #include <avahi-common/llist.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dbrowse.h25 #include <avahi-common/llist.h>
H A Dannounce.h27 #include <avahi-common/llist.h>
H A Dcache.h27 #include <avahi-common/llist.h>
H A Diface.h30 #include <avahi-common/llist.h>
H A Dinternal.h28 #include <avahi-common/llist.h>
H A Drrlist.c29 #include <avahi-common/llist.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-glib/
H A Dglib-malloc.c26 #include <avahi-common/llist.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dbrowse.h25 #include <avahi-common/llist.h>
H A Dannounce.h27 #include <avahi-common/llist.h>
H A Dcache.h27 #include <avahi-common/llist.h>
H A Diface.h30 #include <avahi-common/llist.h>
H A Dinternal.h28 #include <avahi-common/llist.h>
H A Drrlist.c29 #include <avahi-common/llist.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A Dglib-malloc.c26 #include <avahi-common/llist.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A DMakefile.am41 llist.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A DMakefile.am41 llist.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/tests/
H A Dc-plus-plus-test.cc36 #include <avahi-common/llist.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/tests/
H A Dc-plus-plus-test.cc36 #include <avahi-common/llist.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A DMakefile.inc35 strtok.c connect.c llist.c hash.c multi.c content_encoding.c share.c \
53 wildcard.h fileinfo.h ftplistparser.h strtok.h connect.h llist.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dposix.c977 struct lock_list *llist = NULL; local
1031 DLIST_ADD(llist, ll);
1041 llist = posix_lock_list(l_ctx,
1042 llist,
1043 lock_ctx, /* Lock context llist belongs to. */
1054 for (lock_count = 0, ll = llist; ll; ll = ll->next, lock_count++) {
1076 for (ll = llist; lock_count; ll = ll->next, lock_count--) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsglob.h311 * This info hangs off the cifsFileInfo structure, pointed to by llist.
315 struct list_head llist; /* pointer to next cifsLockInfo */ member in struct:cifsLockInfo
352 struct list_head llist; /* list of byte range locks we have. */ member in struct:cifsFileInfo
673 * This lock protects the cifs_file->llist and cifs_file->flist
H A Dfile.c612 list_for_each_entry_safe(li, tmp, &pSMBFile->llist, llist) {
613 list_del(&li->llist);
701 list_add(&li->llist, &fid->llist);
887 list_for_each_entry_safe(li, tmp, &fid->llist, llist) {
898 list_del(&li->llist);

Completed in 139 milliseconds

123