Home | History | Annotate | Download | only in dbus

Lines Matching full:received

18  * You should have received a copy of the GNU General Public License
622 DBusString received;
626 if (!_dbus_string_init (&received))
628 _dbus_warn ("no mem to allocate string received\n");
632 if (!_dbus_string_pop_line (&from_auth, &received))
636 _dbus_string_free (&received);
640 if (!same_first_word (&received, &line))
645 _dbus_string_get_const_data (&received));
646 _dbus_string_free (&received);
650 _dbus_string_free (&received);
784 _dbus_warn ("script did not have EXPECT_ statements for all the data received from the DBusAuth\n");