/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | pbuf.c | 427 * @note Despite its name, pbuf_realloc cannot grow the size of a pbuf (chain). 434 s32_t grow; in pbuf_realloc() local 450 grow = new_len - p->tot_len; in pbuf_realloc() 460 LWIP_ASSERT("grow < max_u16_t", grow < 0xffff); in pbuf_realloc() 461 q->tot_len += (u16_t)grow; in pbuf_realloc()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | pbuf.c | 490 * @note Despite its name, pbuf_realloc cannot grow the size of a pbuf (chain). 497 s32_t grow; in pbuf_realloc() local 513 grow = new_len - p->tot_len; in pbuf_realloc() 523 LWIP_ASSERT("grow < max_u16_t", grow < 0xffff); in pbuf_realloc() 524 q->tot_len += (u16_t)grow; in pbuf_realloc()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/ |
H A D | lconf.c | 221 * and can realloc() it to grow it, and should free() it to 1576 { /* Not enough room in the buffer - grow it. */ in yy_get_next_buffer() 1598 /* Can't grow it, we don't own it. */ in yy_get_next_buffer() 2052 yy_size_t grow_size = 8 /* arbitrary grow size */; in zconfensure_buffer_stack() 2146 /* It's okay to grow etc. this buffer, and we should throw it in zconf_scan_bytes()
|
H A D | yconf.c | 1002 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | httpd_opts.h | 113 * the (readonly) fsdata will grow a bit as every file includes the HTTP
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | api.h | 151 by the netconn application thread (can grow quite big) */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | httpd_opts.h | 168 * the (readonly) fsdata will grow a bit as every file includes the HTTP
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 275 will gradually grow toward the actual PollTimeout, doubling
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | api.h | 224 by the netconn application thread (can grow quite big) */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | api.h | 237 by the netconn application thread (can grow quite big) */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | ip4_frag.c | 331 * will grow over time as new pbufs are rx.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | ip4_frag.c | 335 * will grow over time as new pbufs are rx.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | ip_frag.c | 323 * will grow over time as new pbufs are rx.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | gc.c | 1091 /* First grow down... */ in jffs2_garbage_collect_dnode()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | ccp.c | 1213 * because MPPE frames **grow**. The kernel [must] in ccp_reqci()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | pbuf.c | 399 * @note Despite its name, pbuf_realloc cannot grow the size of a pbuf (chain).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | ccp.c | 1213 * because MPPE frames **grow**. The kernel [must] in ccp_reqci()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | CHANGELOG | 1045 * tcp_in.c: fix BUG#27445: grow cwnd with every duplicate ACK
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | CHANGELOG | 1972 * tcp_in.c: fix BUG#27445: grow cwnd with every duplicate ACK
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | CHANGELOG | 2189 * tcp_in.c: fix BUG#27445: grow cwnd with every duplicate ACK
|