Lines Matching refs:empty
286 * pbuf.c/.h, timers.c: freeing ooseq pbufs when the pbuf pool is empty implemented
655 * udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625)
1012 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty
1148 bigger malloc pool if one is empty (only usable with MEM_USE_POOLS).
1883 changes on low memory or empty send-buffer.
2136 data packet was lost): add assert that all segment lists are empty in
2186 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can
2875 * pbuf.c: Stopped compiler complaining of empty if statement
2876 when LWIP_DEBUGF() empty. Closed an unclosed comment.
2877 * tcp.c: Stopped compiler complaining of empty if statement
2878 when LWIP_DEBUGF() empty.