Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/tests/
Dtest_uri.c287 const unsigned char querycheckbuf[] = { 0x02, 0x2f, 0x2f, 0x02, 0x3f, 0x26 }; in t_parse_uri12() local
312 CU_ASSERT(buflen == sizeof(querycheckbuf)); in t_parse_uri12()
313 CU_ASSERT_NSTRING_EQUAL(buf, querycheckbuf, buflen); in t_parse_uri12()