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

/haiku-fatelf/src/servers/registrar/
H A DClipboardHandler.cpp72 reply.what = B_REG_RESULT;
90 reply.what = B_REG_RESULT;
107 reply.what = B_REG_RESULT;
125 reply.what = B_REG_RESULT;
145 reply.what = B_REG_RESULT;
178 reply.what = B_REG_RESULT;
H A DMIMEManager.cpp98 reply.what = B_REG_RESULT;
113 reply.what = B_REG_RESULT;
128 reply.what = B_REG_RESULT;
138 reply.what = B_REG_RESULT;
151 reply.what = B_REG_RESULT;
164 reply.what = B_REG_RESULT;
194 reply.what = B_REG_RESULT;
279 reply.what = B_REG_RESULT;
430 BMessage reply(B_REG_RESULT);
526 BMessage reply(B_REG_RESULT);
[all...]
H A DTRoster.cpp991 BMessage reply(B_REG_RESULT);
1020 BMessage reply(B_REG_RESULT);
1051 BMessage reply(B_REG_RESULT);
1081 BMessage reply(B_REG_RESULT);
1106 BMessage reply(B_REG_RESULT);
1131 BMessage reply(B_REG_RESULT);
1747 BMessage reply(B_REG_RESULT);
/haiku-fatelf/src/kits/storage/
H A DMimeType.cpp270 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
296 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
410 err = (status_t)(signatures->what == B_REG_RESULT ? B_OK
461 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
492 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
522 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
555 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
588 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
611 err = (status_t)(supertypes->what == B_REG_RESULT ? B_OK
651 err = (status_t)(types->what == B_REG_RESULT
[all...]
H A DMime.cpp77 err = reply.what == B_REG_RESULT ? B_OK : B_BAD_VALUE;
/haiku-fatelf/headers/private/app/
H A DRegistrarDefs.h37 B_REG_RESULT = 'rgrz', enumerator in enum:BPrivate::__anon582
/haiku-fatelf/src/servers/registrar/mime/
H A DMimeUpdateThread.cpp113 BMessage reply(B_REG_RESULT);
/haiku-fatelf/src/kits/app/
H A DRoster.cpp1451 err = reply.what == B_REG_RESULT
1493 err = reply.what == B_REG_RESULT
1531 err = reply.what == B_REG_RESULT
1566 err = reply.what == B_REG_RESULT
1608 err = reply.what == B_REG_RESULT
1647 err = reply.what == B_REG_RESULT
2963 error = reply.what == B_REG_RESULT
3033 error = reply.what == B_REG_RESULT
3065 error = reply.what == B_REG_RESULT

Completed in 48 milliseconds