Searched refs:le_blob (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A Dmarshal.c80 #define BLOB_LENGTH (sizeof (le_blob) - 1)
84 const gchar le_blob[] = variable
155 g_assert_cmpuint ((guint) sizeof (le_blob), ==, (guint) sizeof (be_blob));
161 len = dbus_message_demarshal_bytes_needed (blob, sizeof (le_blob));
166 m = dbus_message_demarshal (blob, sizeof (le_blob), &f->e);
249 g_test_add ("/demarshal/le", Fixture, le_blob, setup, test_endian, teardown);
251 g_test_add ("/demarshal/needed/le", Fixture, le_blob, setup, test_needed,

Completed in 93 milliseconds