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

/haiku/src/bin/
H A Dhey.cpp508 void *voidptr; local
520 j++, (const void **)&voidptr, &sizefound)
523 (const void *)voidptr, sizefound) == B_OK) {
1003 void *voidptr; local
1013 while (msg->FindData(namefound, typefound, j++, (const void **)&voidptr,
1016 content = format_data(typefound, (char*)voidptr, sizefound);
1031 if (a_message.Unflatten((const char *)voidptr) == B_OK)

Completed in 11 milliseconds