Searched refs:FindData (Results 26 - 50 of 114) sorted by relevance

12345

/haiku-fatelf/src/system/libroot/posix/
H A Dgrp.cpp99 || (error = sGroupDBReply.FindData("entries", B_RAW_TYPE,
254 || reply.FindData("groups", B_INT32_TYPE, (const void**)&groups,
H A Dpwd.cpp99 || (error = sPasswdDBReply.FindData("entries", B_RAW_TYPE,
/haiku-fatelf/headers/private/kernel/util/
H A DKMessage.h83 status_t FindData(const char* name, type_code type,
85 status_t FindData(const char* name, type_code type,
353 status_t error = FindData(name, type, index, &data, &size);
461 return FindData(name, B_STRING_TYPE, index, (const void**)value, &size);
570 if (FindData(name, B_STRING_TYPE, index, (const void**)&value, &size)
/haiku-fatelf/src/apps/activitymonitor/
H A DSystemInfoHandler.cpp219 if (data->FindData("text/plain", B_MIME_TYPE, &text, &textSize) >= B_OK)
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp96 message->FindData(nameFound, typeFound,
/haiku-fatelf/src/apps/resedit/
H A DBitmapView.cpp206 if (response.FindData("image/jpeg", B_MIME_DATA,
209 if (response.FindData("image/png", B_PNG_FORMAT,
579 status = datamsg.FindData("_data", B_RAW_TYPE, (const void **)&buffer, &bufferLength);
609 status = flattened.FindData("_data", B_RAW_TYPE, (const void **)&buffer, &bufferLength);
/haiku-fatelf/src/kits/mail/
H A DHaikuMailFormatFilter.cpp158 if (attributes.FindData(B_MAIL_ATTR_WHEN, B_TIME_TYPE,
/haiku-fatelf/src/libs/icon/transformer/
H A DAffineTransformer.cpp46 if (archive->FindData("matrix", B_DOUBLE_TYPE,
/haiku-fatelf/src/build/libbe/app/
H A DMessage.cpp1507 BMessage::FindData(const char *name, type_code type, int32 index, function in class:BMessage
1623 /* Relay functions from here on (Add... -> AddData, Find... -> FindData) */
1640 error = FindData(name, typeCode, 0, (const void **)&ptr, &bytes); \
1656 error = FindData(name, typeCode, index, (const void **)&ptr, &bytes); \
1851 return FindData(name, B_STRING_TYPE, index, (const void **)string, &bytes);
1893 status_t error = FindData(name, B_POINTER_TYPE, index,
1921 status_t error = FindData(name, B_MESSENGER_TYPE, index,
1948 status_t error = FindData(name, B_REF_TYPE, index,
1975 status_t error = FindData(name, B_MESSAGE_TYPE, index,
2002 status_t error = FindData(nam
2013 BMessage::FindData(const char *name, type_code type, const void **data, function in class:BMessage
[all...]
/haiku-fatelf/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp193 if (clipping->FindData("text/plain",
197 if (clipping->FindData("application/x-vnd.Be-text_run_array",
/haiku-fatelf/src/servers/input/
H A DMethodReplicant.cpp250 if (message->FindData("icon", B_ANY_TYPE, (const void**)&data, &numBytes)
374 if (message->FindData("icon", B_ANY_TYPE, (const void**)&icon, &numBytes)
/haiku-fatelf/src/apps/poorman/
H A DPoorManWindow.cpp225 if (message->FindData("time_t", B_TIME_TYPE, &pointer, &size) != B_OK)
230 if (message->FindData("in_addr_t", B_ANY_TYPE, &pointer, &size) != B_OK)
235 if (message->FindData("rgb_color", B_RGB_COLOR_TYPE, &pointer, &size) != B_OK)
/haiku-fatelf/src/kits/app/
H A DMessage.cpp1926 BMessage::FindData(const char *name, type_code type, int32 index, function in class:BMessage
2406 /* Relay functions from here on (Add... -> AddData, Find... -> FindData) */
2424 error = FindData(name, typeCode, 0, (const void **)&ptr, &bytes); \
2441 error = FindData(name, typeCode, index, (const void **)&ptr, &bytes); \
2767 status_t err = FindData(name, B_ALIGNMENT_TYPE, index,
2793 return FindData(name, B_STRING_TYPE, index, (const void **)string, &bytes);
2834 status_t error = FindData(name, B_POINTER_TYPE, index,
2862 status_t error = FindData(name, B_MESSENGER_TYPE, index,
2889 status_t error = FindData(name, B_REF_TYPE, index,
2916 status_t error = FindData(nam
2954 BMessage::FindData(const char *name, type_code type, const void **data, function in class:BMessage
[all...]
/haiku-fatelf/src/kits/media/
H A DMediaFormats.cpp392 if (reply.FindData("formats", MEDIA_META_FORMAT_TYPE, index,
402 if (reply.FindData("formats", MEDIA_META_FORMAT_TYPE, index,
644 if (reply.FindData("format", B_RAW_TYPE, 0, &data, &size) != B_OK)
/haiku-fatelf/src/apps/diskprobe/
H A DDataView.cpp284 if (message->FindData("text/plain", B_MIME_TYPE, &data, &size) == B_OK
285 || message->FindData(B_FILE_MIME_TYPE, B_MIME_TYPE, &data, &size) == B_OK) {
335 && (clip->FindData(B_FILE_MIME_TYPE, B_MIME_TYPE, &data, &length) == B_OK
336 || clip->FindData("text/plain", B_MIME_TYPE, &data, &length) == B_OK)) {
1072 if (dragMessage->FindData("text/plain", B_MIME_TYPE, &data, &size) == B_OK
1073 || dragMessage->FindData("text/plain", B_MIME_TYPE, &data, &size) == B_OK)
/haiku-fatelf/src/kits/bluetooth/
H A DLocalDevice.cpp251 && reply.FindData("bdaddr", B_ANY_TYPE, 0,
352 && reply.FindData("devclass", B_ANY_TYPE, 0, (const void**)&bufferRecord,
/haiku-fatelf/src/servers/registrar/
H A DMIMEManager.cpp185 err = message->FindData("data", B_RAW_TYPE, &data,
362 err = message->FindData("icon data", B_RAW_TYPE, &data,
/haiku-fatelf/src/add-ons/input_server/methods/pen/
H A DDumpMessage.cpp227 if (message->FindData(field_name, field_code, index, &data, &numBytes) != B_OK) {
/haiku-fatelf/src/add-ons/screen_savers/shelf/
H A DShelf.cpp76 status = archive->FindData(kShelfArchiveName, 'shlf', &data, &length);
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp63 ret = message->FindData("RGBColor", B_RGB_COLOR_TYPE, index,
/haiku-fatelf/src/apps/serialconnect/
H A DSerialWindow.cpp234 message->FindData("data", B_RAW_TYPE, (const void**)&bytes, &length);
/haiku-fatelf/src/bin/
H A Dclipboard.cpp312 clip->FindData("text/plain", B_MIME_TYPE, (const void **)&textBuffer, &textLength);
/haiku-fatelf/src/kits/locale/
H A DCollator.cpp68 if (archive->FindData("loc:collator", B_RAW_TYPE, &buffer, &size) == B_OK) {
/haiku-fatelf/src/preferences/appearance/
H A DAPRView.cpp139 if (msg->FindData("RGBColor", (type_code)'RGBC', (const void**)&color,
/haiku-fatelf/src/servers/app/
H A DScreenConfigurations.cpp206 || stored.FindData("mode", B_RAW_TYPE, (const void**)&mode,

Completed in 404 milliseconds

12345