Lines Matching defs:buffer
47 parse_buffer buffer = { 0, 0, 0, 0, { 0, 0, 0 } };
48 buffer.content = (const unsigned char*)json;
49 buffer.length = strlen(json) + sizeof("");
50 buffer.hooks = global_hooks;
52 TEST_ASSERT_FALSE(parse_array(item, &buffer));
58 parse_buffer buffer = { 0, 0, 0, 0, { 0, 0, 0 } };
59 buffer.content = (const unsigned char*)json;
60 buffer.length = strlen(json) + sizeof("");
61 buffer.hooks = global_hooks;
63 TEST_ASSERT_TRUE(parse_array(item, &buffer));