Home
last modified time | relevance | path

Searched full:grow (Results 1 – 20 of 20) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dpbuf.c427 * @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 Dpbuf.c490 * @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 Dlconf.c221 * 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 Dyconf.c1002 /* 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 Dhttpd_opts.h113 * 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 Dapi.h151 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 Dhttpd_opts.h168 * the (readonly) fsdata will grow a bit as every file includes the HTTP
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml275 will gradually grow toward the actual PollTimeout, doubling
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dapi.h224 by the netconn application thread (can grow quite big) */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dapi.h237 by the netconn application thread (can grow quite big) */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Dip4_frag.c331 * will grow over time as new pbufs are rx.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H A Dip4_frag.c335 * will grow over time as new pbufs are rx.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Dip_frag.c323 * will grow over time as new pbufs are rx.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dgc.c1091 /* First grow down... */ in jffs2_garbage_collect_dnode()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dccp.c1213 * because MPPE frames **grow**. The kernel [must] in ccp_reqci()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dpbuf.c399 * @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 Dccp.c1213 * because MPPE frames **grow**. The kernel [must] in ccp_reqci()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DCHANGELOG1045 * tcp_in.c: fix BUG#27445: grow cwnd with every duplicate ACK
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DCHANGELOG1972 * tcp_in.c: fix BUG#27445: grow cwnd with every duplicate ACK
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DCHANGELOG2189 * tcp_in.c: fix BUG#27445: grow cwnd with every duplicate ACK