Searched refs:next (Results 276 - 300 of 4898) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_serverlistdb.c39 nexts = servrec->next;
42 servrec->prev->next = servrec->next;
43 if (servrec->next)
44 servrec->next->prev = servrec->prev;
47 work->serverlist = servrec->next;
68 servrec->next = NULL;
72 for (servrec2 = work->serverlist; servrec2->next; servrec2 = servrec2->next)
75 servrec2->next
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dnvram.c78 struct nvram_tuple *t, *next; local
82 for (t = curr_nvram_hash[i]; t; t = next) {
83 next = t->next;
90 for (t = nvram_dead; t; t = next) {
91 next = t->next;
185 for (t = curr_nvram_hash[i]; t && strcmp(t->name, name); t = t->next);
204 prev = &t->next, t = *prev);
216 *prev = t->next;
405 struct nvram_tuple *t, *next; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dtivo_beacon.h24 struct aBeacon* next; member in struct:aBeacon
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/infback9/
H A Dinflate9.h43 code FAR *next; /* next available space in codes[] */ member in struct:inflate_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_mfiles.h33 struct multi_files *next; member in struct:multi_files
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dra_token.l128 rainfo->next = NULL;
131 for (ri = dhcp6_if->ralist; ri; ri = ri->next) {
135 rainfo->next = ri;
137 ri_prev->next = rainfo;
138 rainfo->next = ri;
142 if (ri->next == NULL) {
143 ri->next = rainfo;
144 rainfo->next = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dlist.h8 struct bftpd_list_element *next; member in struct:bftpd_list_element
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/appletalk/
H A Dipddp.h20 struct ipddp_route *next; member in struct:ipddp_route
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dncplib_kernel.h192 struct list_head *next; local
196 next = parent->d_subdirs.next;
197 while (next != &parent->d_subdirs) {
198 dentry = list_entry(next, struct dentry, d_u.d_child);
205 next = next->next;
214 struct list_head *next; local
218 next
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dcache.c26 * Force the next attempt to use the cache to be a timeout.
62 struct list_head *next; local
66 next = parent->d_subdirs.next;
67 while (next != &parent->d_subdirs) {
68 dentry = list_entry(next, struct dentry, d_u.d_child);
71 next = next->next;
84 struct list_head *next; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepConfigInfo.h15 RepHostInfoObj* next; // used for chaining multiple "other" hosts. member in struct:RepHostInfoObj
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h43 code FAR *next; /* next available space in codes[] */ member in struct:inflate_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dcpudata_32.h21 int next; member in struct:__anon10304
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dirq_user.h12 struct irq_fd *next; member in struct:irq_fd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h43 code FAR *next; /* next available space in codes[] */ member in struct:inflate_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctimap.h28 unsigned short next; /* the next input mapper ram id */ member in struct:imapper
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dfilter_common.h39 lzma_next_coder *next, lzma_allocator *allocator,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma2_decoder.h19 extern lzma_ret lzma_lzma2_decoder_init(lzma_next_coder *next,
H A Dlzma2_encoder.h34 lzma_next_coder *next, lzma_allocator *allocator,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dphonedev.h11 struct phone_device *next; member in struct:phone_device
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dadx_parser.c46 int next = END_NOT_FOUND; local
72 next = s->remaining;
78 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) {
85 return next;
H A Dh261_parser.c71 int next; local
73 next= h261_find_frame_end(pc,avctx, buf, buf_size);
74 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
81 return next;
H A Dh263_parser.c71 int next; local
73 next= ff_h263_find_frame_end(pc, buf, buf_size);
75 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
83 return next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dadx_parser.c46 int next = END_NOT_FOUND; local
72 next = s->remaining;
78 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0 || !buf_size) {
88 return next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/infback9/
H A Dinflate9.h43 code FAR *next; /* next available space in codes[] */ member in struct:inflate_state

Completed in 475 milliseconds

<<11121314151617181920>>