Searched refs:FindString (Results 1 - 25 of 426) sorted by path

1234567891011>>

/haiku/headers/build/os/app/
H A DMessage.h141 status_t FindString(const char *name, const char **string) const;
142 status_t FindString(const char *name, int32 index, const char **string) const;
143 status_t FindString(const char *name, BString *string) const;
144 status_t FindString(const char *name, int32 index, BString *string) const;
261 const char *FindString(const char *, int32 n = 0) const;
/haiku/headers/os/storage/
H A DResourceStrings.h30 virtual const char* FindString(int32 id);
/haiku/headers/private/kernel/util/
H A DKMessage.h107 inline status_t FindString(const char* name,
109 inline status_t FindString(const char* name, int32 index,
451 KMessage::FindString(const char* name, const char** value) const function in class:KMessage
453 return FindString(name, 0, value);
458 KMessage::FindString(const char* name, int32 index, const char** value) const function in class:KMessage
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp45 if (message->FindString("bytes", &bytes) != B_OK)
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp70 if (message->FindString("be:signature", &signature) == B_OK
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp118 while (from->FindString("largv", idx++, &temp) == B_OK) {
614 if (from->FindString("sequence", 0, &sequence) == B_OK)
974 if (from->FindString("mimeType", 0, &temp) == B_OK)
1632 if (from->FindString("signature", 0, &temp) == B_OK)
H A DKeyCommandMap.cpp233 if (!(message->FindString("path", &path) == B_OK
268 if (message.FindString("command", &command) == B_OK) {
/haiku/src/add-ons/input_server/filters/switch_workspace/
H A DSwitchWorkspaceInputFilter.cpp43 if (message->FindString("bytes", &bytes) != B_OK)
/haiku/src/add-ons/input_server/methods/pen/
H A DDumpMessage.cpp63 if (names->FindString(field_name, name) == B_OK)
201 if (message->FindString(field_name, index, &value) >= B_OK) {
/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp142 if (message->FindString("bytes", &bytes) < B_OK)
H A DT9InputServerMethod.cpp143 if (message->FindString("bytes", &bytes) < B_OK)
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp335 request.FindString("context", &context);
336 request.FindString("server", &server);
337 request.FindString("share", &share);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp82 if (reply.FindString("user", &foundUser) != B_OK
83 || reply.FindString("password", &foundPassword) != B_OK) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitoringEvent.cpp40 || message->FindString("name", &localName) != B_OK) {
78 || message->FindString("name", &localName) != B_OK) {
113 || message->FindString("attr", &localName) != B_OK) {
H A DSecurityContext.cpp116 if (archive->FindString("name", &name) != B_OK)
121 if (archive->FindString("password", &password) == B_OK)
251 if (archive->FindString("name", &name) != B_OK)
255 if (archive->FindString("path", &path) != B_OK)
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DMessageDriverSettingsUtils.cpp28 if (save->FindString(MDSU_NAME, &string) == B_OK
45 for (int32 index = 0; message.FindString(MDSU_VALUES, index, &value) == B_OK;
75 name = current.FindString(MDSU_NAME);
171 if (parameter.FindString(MDSU_NAME, &name) != B_OK || !name)
184 for (int32 index = 0; parameter.FindString(MDSU_VALUES, index, &name) == B_OK;
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp219 if ((status = replyMessage.FindString("result", &tokenizeMode)) != B_OK)
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DSettings.cpp82 BPath path(fMessage.FindString("destination"));
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp78 if (fSettings.FindString("destination", &fDestinationDir) != B_OK)
98 status_t error = Open(fSettings.FindString("server"),
105 error = Login(fSettings.FindString("username"), password,
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DFortuneFilter.cpp60 fSettings->FindString("fortune_file", &fortuneFile);
61 fSettings->FindString("tag_line", &tagLine);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp278 status = Open(fSettingsMessage.FindString("server"),
283 fSettingsMessage.FindString("server"));
300 status = Login(fSettingsMessage.FindString("username"), password);
307 fSettingsMessage.FindString("server"));
395 << fSettingsMessage.FindString("server");
458 const char *from = header.FindString("MAIL:from");
459 const char *to = header.FindString("MAIL:recipients");
461 to = header.FindString("MAIL:to");
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp202 const char *name = message->FindString("text");
H A DGeneralAddon.cpp129 if(device.FindString(MDSU_VALUES, &fDeviceName) != B_OK)
156 for(int32 index = 0; item.FindString(MDSU_VALUES, index, &name) == B_OK; index++) {
176 && parameter.FindString(MDSU_VALUES, &fUsername) == B_OK) {
184 && parameter.FindString(MDSU_VALUES, &fPassword) == B_OK) {
247 if(authentication.FindString(kGeneralTabAuthenticators,
339 entry->FindString("KernelModuleName", &name);
357 authenticator.FindString("KernelModuleName", &name);
447 authentication.FindString(kGeneralTabAuthenticators, &authenticator);
452 && item->Message()->FindString("KernelModuleName",
487 return marked->Message()->FindString("KernelModuleNam
[all...]
H A DMessageDriverSettingsUtils.cpp30 if(save->FindString(MDSU_NAME, &string) == B_OK
47 for(int32 index = 0; message.FindString(MDSU_VALUES, index, &value) == B_OK;
77 name = current.FindString(MDSU_NAME);
173 if(parameter.FindString(MDSU_NAME, &name) != B_OK || !name)
186 for(int32 index = 0; parameter.FindString(MDSU_VALUES, index, &name) == B_OK;
H A DPPPoEAddon.cpp117 if(device.FindString(MDSU_VALUES, &name) != B_OK || name != kKernelModuleName)
124 || parameter.FindString(MDSU_VALUES, &fInterfaceName) != B_OK)
134 || parameter.FindString(MDSU_VALUES, &fServiceName) != B_OK)
303 const char *name = message->FindString("text");

Completed in 143 milliseconds

1234567891011>>