Searched refs:UUIDLEN (Results 1 – 1 of 1) sorted by relevance
64 #define UUIDLEN 16 macro1375 if ( syncUUID[0].bv_len != UUIDLEN ) { in do_syncrep2()3843 val = ch_malloc(UUIDLEN-2); in presentlist_insert()3845 memcpy(val, syncUUID->bv_val+2, UUIDLEN-2); in presentlist_insert()3854 val = ch_malloc(UUIDLEN); in presentlist_insert()3856 AC_MEMCPY( val, syncUUID->bv_val, UUIDLEN ); in presentlist_insert()5800 return ( memcmp( v_uuid1, v_uuid2, UUIDLEN-2 )); in syncuuid_cmp()5802 return ( memcmp( v_uuid1, v_uuid2, UUIDLEN )); in syncuuid_cmp()