Home
last modified time | relevance | path

Searched refs:nameFound (Results 1 – 12 of 12) sorted by relevance

/haiku/headers/os/storage/
H A DResources.h76 const char** nameFound,
80 const char** nameFound,
83 const char **nameFound,
91 const char** nameFound);
/haiku/src/kits/storage/
H A DResources.cpp468 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 DHttpHeaders.cpp259 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 DColorPreview.cpp125 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 DKeyring.cpp186 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 DResources.dox496 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 DMessage.cpp352 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 DMessage.h60 char **nameFound, type_code *typeFound,
/haiku/src/kits/app/
H A DMessage.cpp435 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 DMessage.h69 char** nameFound, type_code* typeFound,
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp338 const char *nameFound; in CheckNoResource() local
343 &nameFound, &size); in CheckNoResource()
345 found = !strcmp(nameFound, name); in CheckNoResource()
/haiku/docs/user/app/
H A DMessage.dox234 char** nameFound, type_code* typeFound, int32* countFound) const
242 \param[out] nameFound The name of the item if it is found. Haiku will fill