Lines Matching refs:strlen

23   result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri);
46 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri);
69 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri);
91 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri);
101 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri);
124 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri);
159 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri);
190 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri);
207 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri);
222 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri);
257 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri);
295 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri);
366 result = coap_split_query((unsigned char *)teststr, strlen(teststr),
370 CU_ASSERT(buf[1] == strlen(teststr) - 13);
372 CU_ASSERT_NSTRING_EQUAL(buf+2, teststr, strlen(teststr));
389 result = coap_split_query((unsigned char *)teststr, strlen(teststr),
404 result = coap_split_query((unsigned char *)teststr, strlen(teststr),
425 result = coap_split_query((unsigned char *)teststr, strlen(teststr),
429 CU_ASSERT(buf[1] == (((strlen(teststr) - 269) >> 8) & 0xff));
430 CU_ASSERT(buf[2] == ((strlen(teststr) - 269) & 0xff));
432 CU_ASSERT_NSTRING_EQUAL(buf+3, teststr, strlen(teststr));