Home
last modified time | relevance | path

Searched refs:subtree (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp22 path.insert(path.begin() + 1, Entry(subtree(0), Offsets.second)); in replaceRoot()
40 NodeRef NR = path[l].subtree(path[l].offset - 1); in getLeftSibling()
44 NR = NR.subtree(NR.size() - 1); in getLeftSibling()
65 NodeRef NR = subtree(l); in moveLeft()
70 NR = NR.subtree(NR.size() - 1); in moveLeft()
90 NodeRef NR = path[l].subtree(path[l].offset + 1); in getRightSibling()
94 NR = NR.subtree(0); in getRightSibling()
110 NodeRef NR = subtree(l); in moveRight()
114 NR = NR.subtree(0); in moveRight()
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.c371 ((mask & LDAP_REALM_SUBTREE) && rparams->subtree == NULL) || in krb5_ldap_modify_realm()
383 if ( rparams->subtree!=NULL) { in krb5_ldap_modify_realm()
385 for(k=0;k<rparams->subtreecount && rparams->subtree[k]!=NULL;k++) { in krb5_ldap_modify_realm()
386 if (strlen(rparams->subtree[k]) != 0) { in krb5_ldap_modify_realm()
387 st = checkattributevalue(ld, rparams->subtree[k], "Objectclass", subtreeclass, in krb5_ldap_modify_realm()
392 strval = rparams->subtree; in krb5_ldap_modify_realm()
599 ((mask & LDAP_REALM_SUBTREE) && rparams->subtree == NULL) || in krb5_ldap_create_realm()
630 if ( rparams->subtree!=NULL) { in krb5_ldap_create_realm()
632 for (i=0; rparams->subtree[i]!=NULL && i<subtreecount; i++) { in krb5_ldap_create_realm()
633 if (strlen(rparams->subtree[i]) != 0) { in krb5_ldap_create_realm()
[all …]
H A Dldap_principal.c208 char **subtree=NULL, *realm=NULL, *filter=NULL; in krb5_ldap_iterate() local
244 if ((st = krb5_get_subtree_info(ldap_context, &subtree, &ntree)) != 0) in krb5_ldap_iterate()
251 … LDAP_SEARCH(subtree[tree], ldap_context->lrparams->search_scope, filter, principal_attributes); in krb5_ldap_iterate()
266 if (subtree[ntree-1]) in krb5_ldap_iterate()
267 free (subtree[ntree-1]); in krb5_ldap_iterate()
268 free(subtree); in krb5_ldap_iterate()
H A Dldap_principal2.c875 char *user=NULL, *subtree=NULL, *principal_dn=NULL; in krb5_ldap_put_principal() local
996 subtree = strdup(ldap_context->lrparams->realmdn); in krb5_ldap_put_principal()
1007 subtree = strdup(xargs.containerdn); in krb5_ldap_put_principal()
1013 subtree = strdup(ldap_context->lrparams->containerref); in krb5_ldap_put_principal()
1015 subtree = strdup(ldap_context->lrparams->realmdn); in krb5_ldap_put_principal()
1017 CHECK_NULL(subtree); in krb5_ldap_put_principal()
1020 filtuser, subtree) < 0) in krb5_ldap_put_principal()
1028 free(subtree); in krb5_ldap_put_principal()
1029 subtree = NULL; in krb5_ldap_put_principal()
1542 if (subtree) in krb5_ldap_put_principal()
[all …]
H A Dldap_misc.c526 char **subtree, *realm_cont_dn, *containerref; in krb5_get_subtree_info() local
530 subtree = ldap_context->lrparams->subtree; in krb5_get_subtree_info()
541 while (count < subtreecount && subtree[count] != NULL) { in krb5_get_subtree_info()
542 subtarr[count] = strdup(subtree[count]); in krb5_get_subtree_info()
1160 char *filter = NULL, *corrected = NULL, **subtree = NULL; in krb5_ldap_get_reference_count() local
1192 st = krb5_get_subtree_info(ldap_context, &subtree, &ntrees); in krb5_ldap_get_reference_count()
1197 LDAP_SEARCH(subtree[i], LDAP_SCOPE_SUBTREE, filter, refcntattr); in krb5_ldap_get_reference_count()
1219 free(subtree[i]); in krb5_ldap_get_reference_count()
1220 free(subtree); in krb5_ldap_get_reference_count()
H A Dldap_realm.h57 char **subtree; member
/freebsd/usr.sbin/makefs/
H A Dmakefs.c102 const char *subtree; in main() local
313 subtree = argv[1]; in main()
315 root = walk_dir(subtree, ".", NULL, NULL); in main()
319 subtree = "."; in main()
342 apply_specfile(specfile, subtree, root, fsoptions.onlyspec); in main()
347 printf("\nparent: %s\n", subtree); in main()
354 fstype->make_fs(argv[0], subtree, root, &fsoptions); in main()
/freebsd/contrib/jemalloc/src/
H A Drtree.c63 rtree_delete_subtree(tsdn_t * tsdn,rtree_t * rtree,rtree_node_elm_t * subtree,unsigned level) rtree_delete_subtree() argument
/freebsd/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c811 oid->subs[sub] = view->subtree.len; in vacm_append_viewindex()
813 asn_append_oid(oid, &view->subtree); in vacm_append_viewindex()
820 struct asn_oid subtree; in vacm_get_view() local
823 if (vacm_view_index_decode(oid, sub, vname, &subtree) < 0) in vacm_get_view()
828 asn_compare_oid(&subtree, &view->subtree)== 0) in vacm_get_view()
838 struct asn_oid subtree; in vacm_get_next_view() local
844 if (vacm_view_index_decode(oid, sub, vname, &subtree) < 0) in vacm_get_next_view()
849 asn_compare_oid(&subtree, &view->subtree)== 0) in vacm_get_next_view()
1011 asn_oid2str_r(&view->subtree, oidbuf), view->exclude? in vacm_dump()
/freebsd/crypto/krb5/src/plugins/kdb/ldap/ldap_util/
H A Dkdb5_ldap_realm.c407 rparams->subtree = list; in kdb5_ldap_create()
415 rparams->subtree[rparams->subtreecount] = NULL; in kdb5_ldap_create()
710 if (rparams->subtree) { in kdb5_ldap_modify()
711 for (k=0; k<rparams->subtreecount && rparams->subtree[k]; k++) in kdb5_ldap_modify()
712 free(rparams->subtree[k]); in kdb5_ldap_modify()
713 free(rparams->subtree); in kdb5_ldap_modify()
715 rparams->subtree = NULL; in kdb5_ldap_modify()
733 rparams->subtree = slist; in kdb5_ldap_modify()
741 rparams->subtree[rparams->subtreecount] = NULL; in kdb5_ldap_modify()
906 for (i=0; rparams->subtree[i]!=NULL; i++) in print_realm_params()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h520 /// subtree - Access the i'th subtree reference in a branch node.
523 NodeRef &subtree(unsigned i) const { in subtree() function
689 // The key array in a branch node holds the rightmost stop key of each subtree.
693 // It is unusual for a branch node to only have one subtree, but it can happen
706 const NodeRef &subtree(unsigned i) const { return this->first[i]; } in subtree() function
709 NodeRef &subtree(unsigned i) { return this->first[i]; } in subtree() function
711 /// findFrom - Find the first subtree after i that may contain x.
716 /// This is the first subtree that can possibly contain x.
725 /// safeFind - Find a subtree tha
787 NodeRef &subtree(unsigned i) const { subtree() function
824 NodeRef &subtree(unsigned Level) const { subtree() function
[all...]
/freebsd/share/snmp/mibs/
H A DFREEBSD-MIB.txt24 FreeBSD Project enterprise MIB subtree."
66 a subtree. Grab the next sequential oid in the list.
/freebsd/krb5/
H A DREADME1 This subtree is world-exportable, as it does not contain any
/freebsd/kerberos5/
H A DREADME1 This subtree is world-exportable, as it does not contain any
/freebsd/share/examples/kld/dyn_sysctl/
H A DREADME2 reference counting. It also contains example of attaching a subtree to the
/freebsd/contrib/bsnmp/
H A DTODO3 a private subtree for transports:
/freebsd/crypto/openssh/
H A Dxmss_fast.h16 unsigned long long subtree; member
/freebsd/contrib/libucl/
H A DFREEBSD-upgrade35 # $ git subtree merge -P contrib/libucl vendor/libucl/<REF_BRANCH_TO_BE_IMPORTED>
/freebsd/sys/contrib/openzfs/module/zstd/
H A DREADME.md5 This subtree contains the ZSTD library used in ZFS. It is heavily cut-down by
/freebsd/contrib/bsnmp/snmpd/
H A DBEGEMOT-MIB.txt56 "The root of the Begemot subtree of the fokus tree."
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade41 % git subtree merge -P contrib/one-true-awk vendor/one-true-awk
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBRIDGE-MIB.txt173 -- the dot1dBase subtree
175 -- Implementation of the dot1dBase subtree is mandatory for all
327 -- the dot1dStp subtree
329 -- Implementation of the dot1dStp subtree is optional. It is
755 -- the dot1dTp subtree
757 -- Implementation of the dot1dTp subtree is optional. It is
760 -- this subtree.
1007 -- Implementation of this subtree is optional.
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_cacheversion.m412 # The top-level configure.ac in a subtree using NTP_CACHEVERSION
/freebsd/crypto/openssl/
H A DFREEBSD-upgrade64 $ git subtree merge -P crypto/openssl vendor/openssl-X.Y
/freebsd/contrib/llvm-project/libcxx/include/
H A D__tree113 // Determines if the subtree rooted at __x is a proper red black subtree. If
114 // __x is a proper subtree, returns the black height (null counts as 1). If
115 // __x is an improper subtree, returns 0.
139 return 0; // invalid left subtree
141 return 0; // invalid or different height right subtree
234 // Effects: Makes __x->__right_ the subtree root with __x as its left child
253 // Effects: Makes __x->__left_ the subtree root with __x as its right child

12