other 163 lib/util/rbtree.c struct rb_node *other; other 169 lib/util/rbtree.c other = parent->rb_right; other 170 lib/util/rbtree.c if (rb_is_red(other)) other 172 lib/util/rbtree.c rb_set_black(other); other 175 lib/util/rbtree.c other = parent->rb_right; other 177 lib/util/rbtree.c if ((!other->rb_left || rb_is_black(other->rb_left)) && other 178 lib/util/rbtree.c (!other->rb_right || rb_is_black(other->rb_right))) other 180 lib/util/rbtree.c rb_set_red(other); other 186 lib/util/rbtree.c if (!other->rb_right || rb_is_black(other->rb_right)) other 189 lib/util/rbtree.c if ((o_left = other->rb_left)) other 191 lib/util/rbtree.c rb_set_red(other); other 192 lib/util/rbtree.c __rb_rotate_right(other, root); other 193 lib/util/rbtree.c other = parent->rb_right; other 195 lib/util/rbtree.c rb_set_color(other, rb_color(parent)); other 197 lib/util/rbtree.c if (other->rb_right) other 198 lib/util/rbtree.c rb_set_black(other->rb_right); other 206 lib/util/rbtree.c other = parent->rb_left; other 207 lib/util/rbtree.c if (rb_is_red(other)) other 209 lib/util/rbtree.c rb_set_black(other); other 212 lib/util/rbtree.c other = parent->rb_left; other 214 lib/util/rbtree.c if ((!other->rb_left || rb_is_black(other->rb_left)) && other 215 lib/util/rbtree.c (!other->rb_right || rb_is_black(other->rb_right))) other 217 lib/util/rbtree.c rb_set_red(other); other 223 lib/util/rbtree.c if (!other->rb_left || rb_is_black(other->rb_left)) other 226 lib/util/rbtree.c if ((o_right = other->rb_right)) other 228 lib/util/rbtree.c rb_set_red(other); other 229 lib/util/rbtree.c __rb_rotate_left(other, root); other 230 lib/util/rbtree.c other = parent->rb_left; other 232 lib/util/rbtree.c rb_set_color(other, rb_color(parent)); other 234 lib/util/rbtree.c if (other->rb_left) other 235 lib/util/rbtree.c rb_set_black(other->rb_left); other 994 source4/heimdal/kdc/pkinit.c const char *type, *other = ""; other 1042 source4/heimdal/kdc/pkinit.c other = client_params->dh_group_name; other 1086 source4/heimdal/kdc/pkinit.c kdc_log(context, config, 0, "PK-INIT using %s %s", type, other); other 4392 source4/heimdal/lib/krb5/crypto.c krb5_data *other) other 4400 source4/heimdal/lib/krb5/crypto.c krb5_data_zero(other); other 4432 source4/heimdal/lib/krb5/crypto.c ASN1_MALLOC_ENCODE(PkinitSP80056AOtherInfo, other->data, other->length, other 4441 source4/heimdal/lib/krb5/crypto.c if (other->length != size) other 4462 source4/heimdal/lib/krb5/crypto.c krb5_data other; other 4499 source4/heimdal/lib/krb5/crypto.c enctype, as_req, pk_as_rep, ticket, &other); other 4515 source4/heimdal/lib/krb5/crypto.c SHA1_Update(&m, other.data, other.length); other 4527 source4/heimdal/lib/krb5/crypto.c free(other.data); other 211 source4/lib/ldb/pyldb.c struct ldb_dn *dn, *other; other 217 source4/lib/ldb/pyldb.c if (!PyObject_AsDn(NULL, py_other, dn_ldb_ctx(dn), &other)) other 220 source4/lib/ldb/pyldb.c return ldb_dn_add_child(dn, other)?Py_True:Py_False; other 226 source4/lib/ldb/pyldb.c struct ldb_dn *other, *dn; other 232 source4/lib/ldb/pyldb.c if (!PyObject_AsDn(NULL, py_other, dn_ldb_ctx(dn), &other)) other 235 source4/lib/ldb/pyldb.c return ldb_dn_add_base(dn, other)?Py_True:Py_False; other 283 source4/lib/ldb/pyldb.c *other; other 285 source4/lib/ldb/pyldb.c if (!PyObject_AsDn(NULL, py_other, NULL, &other)) other 287 source4/lib/ldb/pyldb.c ldb_dn_add_child(ret, other); other 1352 source4/lib/ldb/pyldb.c static int py_ldb_msg_element_cmp(PyLdbMessageElementObject *self, PyLdbMessageElementObject *other) other 1355 source4/lib/ldb/pyldb.c PyLdbMessageElement_AsMessageElement(other)); other 46 source4/librpc/ndr/py_security.c struct dom_sid *self = py_talloc_get_ptr(py_self), *other; other 47 source4/librpc/ndr/py_security.c other = py_talloc_get_ptr(py_other); other 48 source4/librpc/ndr/py_security.c if (other == NULL) other 51 source4/librpc/ndr/py_security.c return dom_sid_compare(self, other);