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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-message-util.c843 const unsigned char *our_byte_array = (void*)0xdeadbeef; local
879 &our_byte_array, &our_byte_array_len,
975 if (our_byte_array[0] != 'a' ||
976 our_byte_array[1] != 'b' ||
977 our_byte_array[2] != 'c' ||
978 our_byte_array[3] != 234)
1040 const unsigned char our_byte_array[] = { 'a', 'b', 'c', 234 }; local
1041 const unsigned char *v_ARRAY_BYTE = our_byte_array;
1244 _DBUS_N_ELEMENTS (our_byte_array),

Completed in 96 milliseconds