/haiku/headers/os/storage/ |
H A D | Resources.h | 76 const char** nameFound, 80 const char** nameFound, 83 const char **nameFound, 91 const char** nameFound);
|
/haiku/src/kits/storage/ |
H A D | Resources.cpp | 468 int32* idFound, const char** nameFound, size_t* lengthFound) in GetResourceInfo() argument 478 if (nameFound) in GetResourceInfo() 479 *nameFound = item->Name(); in GetResourceInfo() 490 const char** nameFound, size_t* lengthFound) in GetResourceInfo() argument 500 if (nameFound) in GetResourceInfo() 501 *nameFound = item->Name(); in GetResourceInfo() 512 const char** nameFound, size_t* lengthFound) in GetResourceInfo() argument 518 if (nameFound) in GetResourceInfo() 519 *nameFound = item->Name(); in GetResourceInfo() 548 int32* idFound, size_t* lengthFound, const char** nameFound) in GetResourceInfo() argument [all …]
|
/haiku/src/kits/network/libnetservices/ |
H A D | HttpHeaders.cpp | 259 char* nameFound; in PopulateFromArchive() local 261 if (archive->GetInfo(B_STRING_TYPE, index, &nameFound, NULL) != B_OK) in PopulateFromArchive() 264 BString value = archive->FindString(nameFound); in PopulateFromArchive() 265 AddHeader(nameFound, value); in PopulateFromArchive()
|
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/ |
H A D | ColorPreview.cpp | 125 char* nameFound; in MessageReceived() local 129 &nameFound, &typeFound) != B_OK) { in MessageReceived() 136 message->FindData(nameFound, typeFound, in MessageReceived()
|
/haiku/src/servers/keystore/ |
H A D | Keyring.cpp | 186 char* nameFound = NULL; in GetNextApplication() local 188 &nameFound, NULL); in GetNextApplication() 193 result = fApplications.FindMessage(nameFound, &appMessage); in GetNextApplication() 201 signature = nameFound; in GetNextApplication()
|
/haiku/docs/user/storage/ |
H A D | Resources.dox | 496 int32* idFound, const char** nameFound, size_t* lengthFound) 504 \param nameFound A pointer to a variable the name pointer of the found 518 int32* idFound, const char** nameFound, size_t* lengthFound) 526 \param nameFound A pointer to a variable the name pointer of the found 540 const char** nameFound, size_t* lengthFound) 546 \param nameFound A pointer to a variable the name pointer of the found 581 const char** nameFound) 592 \param nameFound A pointer to a variable the name pointer of the found
|
/haiku/src/build/libbe/app/ |
H A D | Message.cpp | 352 BMessage::GetInfo(type_code typeRequested, int32 index, char **nameFound, in GetInfo() argument 360 if (nameFound) in GetInfo() 361 *nameFound = (char *)fData + fFields[index].offset; in GetInfo() 376 if (nameFound) in GetInfo() 377 *nameFound = (char *)fData + field->offset; in GetInfo()
|
/haiku/headers/build/os/app/ |
H A D | Message.h | 60 char **nameFound, type_code *typeFound,
|
/haiku/src/kits/app/ |
H A D | Message.cpp | 435 BMessage::GetInfo(type_code typeRequested, int32 index, char** nameFound, in GetInfo() argument 446 if (nameFound != NULL) in GetInfo() 447 *nameFound = (char*)fData + fFields[index].offset; in GetInfo() 462 if (nameFound != NULL) in GetInfo() 463 *nameFound = (char*)fData + field->offset; in GetInfo()
|
/haiku/headers/os/app/ |
H A D | Message.h | 69 char** nameFound, type_code* typeFound,
|
/haiku/src/tests/kits/storage/ |
H A D | AppFileInfoTest.cpp | 338 const char *nameFound; in CheckNoResource() local 343 &nameFound, &size); in CheckNoResource() 345 found = !strcmp(nameFound, name); in CheckNoResource()
|
/haiku/docs/user/app/ |
H A D | Message.dox | 234 char** nameFound, type_code* typeFound, int32* countFound) const 242 \param[out] nameFound The name of the item if it is found. Haiku will fill
|