Lines Matching full:foo*
65 char teststr[] = "coap://localhost/?foo&bla=fasel";
79 CU_ASSERT_NSTRING_EQUAL(uri.query.s, "foo&bla=fasel", 13);
97 char teststr[] = "coap://foo:100000";
104 CU_ASSERT_NSTRING_EQUAL(uri.host.s, "foo", 3);
143 char teststr[] = "coap://foo.bar:5683/some_resource/with/multiple/segments";
162 CU_ASSERT_NSTRING_EQUAL(uri.host.s, "foo.bar", 7);
463 0x00 /* "foo/" as Uri-Path options */
476 CU_ASSERT_NSTRING_EQUAL(uri_path->s, "foo/", 4);
504 0xb0, 0x03, 'f', 'o', 'o' /* "//foo" as Uri-Path options */
518 CU_ASSERT_NSTRING_EQUAL(uri_path->s, "/foo", 4);