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

/haiku/src/servers/registrar/
H A DClipboardHandler.cpp76 reply.what = B_REG_RESULT;
94 reply.what = B_REG_RESULT;
111 reply.what = B_REG_RESULT;
129 reply.what = B_REG_RESULT;
149 reply.what = B_REG_RESULT;
183 reply.what = B_REG_RESULT;
H A DMIMEManager.cpp135 reply.what = B_REG_RESULT;
150 reply.what = B_REG_RESULT;
165 reply.what = B_REG_RESULT;
175 reply.what = B_REG_RESULT;
188 reply.what = B_REG_RESULT;
201 reply.what = B_REG_RESULT;
231 reply.what = B_REG_RESULT;
316 reply.what = B_REG_RESULT;
474 BMessage reply(B_REG_RESULT);
570 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);
1772 BMessage reply(B_REG_RESULT);
/haiku/src/kits/storage/
H A DMimeType.cpp277 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
307 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
443 err = (status_t)(signatures->what == B_REG_RESULT ? B_OK
499 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
532 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
566 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
606 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
646 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
671 err = (status_t)(supertypes->what == B_REG_RESULT ? B_OK
711 err = (status_t)(types->what == B_REG_RESULT
[all...]
H A DMime.cpp68 err = reply.what == B_REG_RESULT ? B_OK : B_BAD_VALUE;
/haiku/headers/private/app/
H A DRegistrarDefs.h42 B_REG_RESULT = 'rgrz', enumerator in enum:BPrivate::__anon3
/haiku/src/servers/registrar/mime/
H A DMimeUpdateThread.cpp114 BMessage reply(B_REG_RESULT);
/haiku/src/kits/app/
H A DRoster.cpp1054 error = reply.what == B_REG_RESULT
1102 error = reply.what == B_REG_RESULT
1144 error = reply.what == B_REG_RESULT
1183 err = reply.what == B_REG_RESULT
1232 error = reply.what == B_REG_RESULT
1279 error = reply.what == B_REG_RESULT
2770 error = reply.what == B_REG_RESULT
2840 error = reply.what == B_REG_RESULT
2877 error = reply.what == B_REG_RESULT

Completed in 92 milliseconds