Home | History | Annotate | Download | only in dbus

Lines Matching full:write_multi

382   dbus_bool_t (* write_multi)     (TestTypeNode   *node,
1046 _dbus_assert (node->klass->write_multi != NULL);
1047 retval = (* node->klass->write_multi) (node, block, writer, seed, n_copies);
3063 child->klass->write_multi)