Searched refs:HL_PEEK (Results 1 – 2 of 2) sorted by relevance
249 HL_PEEK, //!< Sees messages before all other processing; cannot abort enumerator260 …al XmppReturnStatus AddStanzaHandler(XmppStanzaHandler* handler, HandlerLevel level = HL_PEEK) = 0;
296 for (size_t i = 0; i < stanza_handlers_[HL_PEEK]->size(); i += 1) { in IncomingStanza()297 (*stanza_handlers_[HL_PEEK])[i]->HandleStanza(stanza); in IncomingStanza()