Lines Matching refs:left
232 the left side is supposed to connect to us. */
264 "we must be the only director left");
266 if (dir->left != NULL) {
270 director_connection_get_name(dir->left));
271 director_connection_deinit(&dir->left,
321 i_assert((dir->left != NULL && dir->right != NULL) ||
322 (dir->left == NULL && dir->right == NULL));
344 if (dir->left != NULL)
345 director_connection_set_synced(dir->left, TRUE);
384 if (dir->left != NULL)
385 director_connection_ping(dir->left);
416 } else if (dir->left != NULL) {
456 if (dir->right == NULL && dir->left == NULL) {
469 (dir->left == NULL && dir->right == NULL));
482 if (dir->left != NULL)
483 director_connection_set_synced(dir->left, FALSE);
581 /* if our left or ride side gets removed, notify them first
674 if (dir->right != NULL || dir->left != NULL)
763 if (src != dir->self_host && dir->left != NULL && dir->right != NULL &&
764 director_connection_get_host(dir->left) ==
772 director_connection_send(dir->left, cmd);
773 else if (dir->left == src_conn)
1077 finished. We'll just continue wherever we left off