Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 153) sorted by relevance

1234567

/nrf52832-nimble/rt-thread/components/finsh/
H A Dcmd.c160 rt_list_t *next = (rt_list_t*)RT_NULL; in list_thread() local
273 rt_list_t *next = (rt_list_t*)RT_NULL; in list_sem() local
340 rt_list_t *next = (rt_list_t*)RT_NULL; in list_event() local
405 rt_list_t *next = (rt_list_t*)RT_NULL; in list_mutex() local
463 rt_list_t *next = (rt_list_t*)RT_NULL; in list_mailbox() local
534 rt_list_t *next = (rt_list_t*)RT_NULL; in list_msgqueue() local
601 rt_list_t *next = (rt_list_t*)RT_NULL; in list_memheap() local
658 rt_list_t *next = (rt_list_t*)RT_NULL; in list_mempool() local
728 rt_list_t *next = (rt_list_t*)RT_NULL; in list_timer() local
811 rt_list_t *next = (rt_list_t*)RT_NULL; in list_device() local
H A Dfinsh_heap.c19 struct finsh_block_header* next; local
215 struct finsh_block_header* next; in finsh_block_split() local
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dnodelist.c314 struct jffs2_node_frag *next = frag_next(newfrag); in jffs2_add_full_dnode_to_inode() local
407 struct jffs2_inode_cache *this, *next; in jffs2_free_ino_caches() local
423 struct jffs2_raw_node_ref *this, *next; in jffs2_free_raw_node_refs() local
440 struct rb_node *next; in jffs2_lookup_node_frag() local
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dlist.h24 struct list_head *next, *prev; member
83 struct list_head *next) in __list_add()
111 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/
H A Dhttpd-fsdata.h41 const struct httpd_fsdata_file *next; member
53 struct httpd_fsdata_file *next; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dtcp_in.c1051 tcp_oos_insert_segment(struct tcp_seg *cseg, struct tcp_seg *next)
1091 struct tcp_seg *next; local
1503 struct tcp_seg *next = pcb->ooseq; local
1676 struct tcp_seg *next, *prev = NULL; local
1831 struct tcp_seg *next, *prev = NULL; local
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dos_mbuf.c314 struct os_mbuf *next; in os_mbuf_free_chain() local
501 struct os_mbuf *next; in os_mbuf_off() local
802 struct os_mbuf *next; in os_mbuf_copyinto() local
859 struct os_mbuf *next; in os_mbuf_concat() local
934 struct os_mbuf *next; in os_mbuf_pullup() local
998 struct os_mbuf *next; in os_mbuf_trim_front() local
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/
H A Dlist.h58 struct list_head *next; member
80 struct list_head *next = afterthisent->next; in list_add() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Detharp.h71 struct etharp_q_entry *next; member
H A Dpbuf.h144 struct pbuf *next; member
182 struct pbuf *next; member
H A Dmld6.h60 struct mld_group *next; member
H A Draw.h75 struct raw_pcb *next; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Detharp.h71 struct etharp_q_entry *next; member
H A Dmld6.h60 struct mld_group *next; member
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dinfback.c84 static code *next; local
249 unsigned char FAR *next; /* next input */ local
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Draw.h67 struct raw_pcb *next; member
H A Dtimers.h68 struct sys_timeo *next; member
/nrf52832-nimble/rt-thread/components/libc/pthreads/
H A Dsemaphore.h28 struct posix_sem* next; member
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Dpoll.c36 struct rt_poll_node *next; member
191 struct rt_poll_node *node, *next; in poll_teardown() local
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_mtb.h57 struct uffs_MountTableEntrySt *next; member
H A Duffs_pool.h55 struct uffs_PoolEntrySt *next; member
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dtcp_in.c800 tcp_oos_insert_segment(struct tcp_seg *cseg, struct tcp_seg *next) in tcp_oos_insert_segment()
849 struct tcp_seg *next; in tcp_receive() local
H A Dmem.c158 mem_size_t next; member
424 mem_size_t next; in mem_trim() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/
H A Dfsdata.h39 const struct fsdata_file *next; member
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dgettext.c64 struct file_line *next; member
86 struct message *next; member

1234567