Searched refs:object_tree (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.sbin/ldapd/ |
| H A D | schema.h | 112 RB_HEAD(object_tree, object); 113 RB_PROTOTYPE(object_tree, object, link, obj_oid_cmp); 142 struct object_tree objects;
|
| H A D | schema.c | 57 RB_GENERATE(object_tree, object, link, obj_oid_cmp); 102 return RB_FIND(object_tree, &schema->objects, &find); in lookup_object_by_oid() 925 prev = RB_INSERT(object_tree, &schema->objects, obj); in schema_parse_objectclass() 1020 RB_REMOVE(object_tree, &schema->objects, obj); in schema_parse_objectclass()
|
| H A D | search.c | 584 RB_FOREACH(obj, object_tree, &conf->schema->objects) { in ldap_search_subschema()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | expr.c | 2558 tree call_expr, arg_list, fn, object_tree, size_tree; in clear_storage_via_libcall() local 2577 object_tree = make_tree (ptr_type_node, object); in clear_storage_via_libcall() 2583 arg_list = tree_cons (NULL_TREE, object_tree, arg_list); in clear_storage_via_libcall()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | expr.c | 3072 tree call_expr, arg_list, fn, object_tree, size_tree; local 3114 object_tree = make_tree (ptr_type_node, object); 3124 arg_list = tree_cons (NULL_TREE, object_tree, arg_list);
|