Home
last modified time | relevance | path

Searched refs:foundnewer (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/climm/climm-0.7.1/src/
H A Dxmpp_base.c608 char *n_s, *foundnewer; in XmppHandleIqGmail() local
652 foundnewer = iks_find_attrib (mb, "result-time"); in XmppHandleIqGmail()
655 serv->xmpp_gmail_new_newer = atoll (foundnewer); in XmppHandleIqGmail()
660 serv->xmpp_gmail_newer = atoll (foundnewer); in XmppHandleIqGmail()
H A Djabber_base.cpp1188 std::string foundnewer = mb->findAttribute ("result-time"); in handleIq() local
1191 gmail_new_newer = atoll (foundnewer.c_str ()); in handleIq()
1196 gmail_newer = atoll (foundnewer.c_str ()); in handleIq()