Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/test/unit/core/
Dtest_mem.c34 void *p1, *p2; in START_TEST() local
44 p1 = mem_malloc(SIZE1); in START_TEST()
45 fail_unless(p1 != NULL); in START_TEST()
54 mem_trim(p1, SIZE1_2); in START_TEST()
59 mem_free(p1); in START_TEST()
/lib/liblwip/test/unit/tcp/
Dtest_tcp.c274 p1 = tcp_create_rx_segment(pcb, counters.expected_data, data_len, 0, 0, 0); in START_TEST()