Lines Matching refs:ptxn
54 push_notification_event_flagsclear_get_data(struct push_notification_txn *ptxn,
64 data = p_new(ptxn->pool,
68 p_array_init(&data->keywords_clear, ptxn->pool, 4);
70 p_array_init(&data->keywords_old, ptxn->pool, 4);
73 push_notification_txn_msg_set_eventdata(ptxn, msg, ec, data);
80 struct push_notification_txn *ptxn,
99 data = push_notification_event_flagsclear_get_data(ptxn, msg, ec);
115 struct push_notification_txn *ptxn,
126 data = push_notification_event_flagsclear_get_data(ptxn, msg, ec);
137 ok = p_strdup(ptxn->pool, *old_keywords);
142 ok = p_strdup(ptxn->pool, *old_keywords);