HomeSort by relevance Sort by last modified time
    Searched full:xmpp_status (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengine.h 333 xmpp_status = (x); \
334 if (XMPP_FAILED(xmpp_status)) { \
335 return xmpp_status; \
342 xmpp_status = (x); \
343 if (XMPP_FAILED(xmpp_status)) { \
chatroommoduleimpl.cc 383 XmppReturnStatus xmpp_status = XMPP_RETURN_OK; local
409 return xmpp_status;
490 XmppReturnStatus xmpp_status = XMPP_RETURN_OK; local
520 return xmpp_status;

Completed in 899 milliseconds