| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| kcm.c | 59 kcmuuid_t *uuids; member in struct:krb5_kcm_cursor 576 ptr = realloc(c->uuids, sizeof(c->uuids[0]) * (c->length + 1)); 578 free(c->uuids); 582 c->uuids = ptr; 584 memcpy(&c->uuids[c->length], &uuid, sizeof(uuid)); 592 free(c->uuids); 639 &c->uuids[c->offset], 640 sizeof(c->uuids[c->offset])); 642 if (sret != sizeof(c->uuids[c->offset])) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
| InterfaceFile.h | 333 const std::vector<std::pair<Target, std::string>> &uuids() const { function in class:llvm::MachO::InterfaceFile 334 return UUIDs; 403 /// compatibilities. UUIDs, Path, & FileKind are irrelevant since these by 436 std::vector<std::pair<Target, std::string>> UUIDs;
|
| /src/external/bsd/openldap/dist/clients/tools/ |
| ldapsearch.c | 2228 BerVarray uuids; local 2261 printf(_("# following UUIDs no longer match the search\n")); 2265 ber_scanf( syncinfo, "[W]", &uuids ); 2266 if ( uuids ) { 2270 for ( i=0; !BER_BVISNULL( &uuids[i] ); i++ ) { 2272 uuids[i].bv_val, uuids[i].bv_len, 2280 ber_bvarray_free( uuids );
|
| /src/external/gpl2/lvm2/dist/libdm/ |
| libdm-deptree.c | 145 struct dm_hash_table *uuids; member in struct:dm_tree 181 if (!(dtree->uuids = dm_hash_create(32))) { 197 dm_hash_destroy(dtree->uuids); 342 !dm_hash_insert(dtree->uuids, uuid, node)) { 367 if ((node = dm_hash_lookup(dtree->uuids, uuid))) 373 return dm_hash_lookup(dtree->uuids, uuid + sizeof(UUID_PREFIX) - 1); 710 /* Handle transition: active device uuids might be missing the prefix */
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| syncprov.c | 150 Avlnode *uuids; member in struct:syncprov_accesslog_deletes 630 BerVarray uuids; member in struct:fpres_cookie 646 pc->uuids[pc->num].bv_val = pc->last; 647 AC_MEMCPY( pc->uuids[pc->num].bv_val, a->a_nvals[0].bv_val, 648 pc->uuids[pc->num].bv_len ); 650 pc->last = pc->uuids[pc->num].bv_val; 651 pc->uuids[pc->num].bv_val = NULL; 661 0, pc->uuids, 0 ); 662 pc->uuids[pc->num].bv_val = pc->last; 664 pc->last = pc->uuids[0].bv_val 2023 BerVarray uuids, csns; local [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/ |
| syncrepl.c | 2548 struct berval uuids[2]; local 2549 if ( !syncrepl_dsee_uuid( uuid, uuids, ctx )) { 2558 ber_dupbv( &mod->sml_values[0], &uuids[1] ); 2560 slap_sl_free( uuids[0].bv_val, ctx ); 2561 slap_sl_free( uuids[1].bv_val, ctx ); 4721 BerVarray uuids, 4754 if ( uuids ) { 4770 for (i=0; uuids[i].bv_val; i++) { 4774 uf.f_av_value = uuids[i];
|