Home
last modified time | relevance | path

Searched defs:mem_len (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/
H A Dpbuf.c1476 pbuf_memfind(const struct pbuf *p, const void *mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind()
/btstack/3rd-party/lwip/core/src/apps/smtp/
H A Dsmtp.c593 size_t mem_len = sizeof(struct smtp_session); in smtp_send_mail() local