Home
last modified time | relevance | path

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

/external/dbus/test/
Dcorrupt.c196 #define CORRUPT_LEN 1024 macro
200 static const gchar not_a_dbus_message[CORRUPT_LEN] = { 0 };
225 send_n_bytes (socket, not_a_dbus_message, CORRUPT_LEN); in test_corrupt()