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

/haiku/src/bin/
H A Dhey.cpp996 type_code typefound; local
1010 msg->GetInfo(B_ANY_TYPE, i, &namefound, &typefound);
1013 while (msg->FindData(namefound, typefound, j++, (const void **)&voidptr,
1015 datatype = get_datatype_string(typefound);
1016 content = format_data(typefound, (char*)voidptr, sizefound);
1026 if (typefound == B_MESSAGE_TYPE) {
1029 } else if (typefound == B_RAW_TYPE && strcmp(namefound,

Completed in 82 milliseconds