HomeSort by: relevance | last modified time | path
    Searched defs:suuid (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/src/
fccache.c 248 char suuid[37]; local
251 memset (suuid, 0, sizeof (suuid));
252 len = read (fd, suuid, 36);
253 suuid[36] = 0;
258 strcpy ((char *)&cache_base[1], suuid);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 188 struct berval suuid; /* UUID of entry */ member in struct:opcookie
1184 srsize += opc->suuid.bv_len +
1194 ri->ri_uuid.bv_len = opc->suuid.bv_len;
1195 AC_MEMCPY( ri->ri_uuid.bv_val, opc->suuid.bv_val, opc->suuid.bv_len );
1372 ber_dupbv_x( &opc->suuid, &a->a_nvals[0], op->o_tmpmemctx );
1570 if ( !BER_BVISNULL( &opc->suuid ))
1571 op->o_tmpfree( opc->suuid.bv_val, op->o_tmpmemctx );
1693 se = ch_malloc( sizeof( slog_entry ) + opc->suuid.bv_len +
1698 AC_MEMCPY( se->se_uuid.bv_val, opc->suuid.bv_val, opc->suuid.bv_len )
    [all...]

Completed in 71 milliseconds