Searched refs:p2 (Results 1 – 2 of 2) sorted by relevance
34 void *p1, *p2; in START_TEST() local49 p2 = mem_malloc(SIZE2); in START_TEST()50 fail_unless(p2 != NULL); in START_TEST()56 mem_free(p2); in START_TEST()
548 struct pbuf *p2; in tcp_write() local552 if ((p2 = pbuf_alloc(PBUF_TRANSPORT, seglen, PBUF_ROM)) == NULL) { in tcp_write()561 p2->payload = (u8_t*)arg + pos; in tcp_write()567 pbuf_free(p2); in tcp_write()572 pbuf_cat(p/*header*/, p2/*data*/); in tcp_write()