Lines Matching refs:cprd
1685 CancelPendingReplyData *cprd; in bus_connections_expect_reply() local
1743 cprd = dbus_new0 (CancelPendingReplyData, 1); in bus_connections_expect_reply()
1744 if (cprd == NULL) in bus_connections_expect_reply()
1755 dbus_free (cprd); in bus_connections_expect_reply()
1762 cprd, in bus_connections_expect_reply()
1767 dbus_free (cprd); in bus_connections_expect_reply()
1772 cprd->pending = pending; in bus_connections_expect_reply()
1773 cprd->connections = connections; in bus_connections_expect_reply()
1838 CheckPendingReplyData *cprd; in bus_connections_check_reply() local
1871 cprd = dbus_new0 (CheckPendingReplyData, 1); in bus_connections_check_reply()
1872 if (cprd == NULL) in bus_connections_check_reply()
1880 cprd, in bus_connections_check_reply()
1884 dbus_free (cprd); in bus_connections_check_reply()
1888 cprd->link = link; in bus_connections_check_reply()
1889 cprd->connections = connections; in bus_connections_check_reply()