Home
last modified time | relevance | path

Searched refs:aggregate_count (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_evlog.c326 UINT32 i, j, event_count, aggregate_count = 0; in TCS_GetPcrEventLog_Internal() local
376 aggregate_list = concat_pcr_events(&aggregate_list, aggregate_count, event_list, in TCS_GetPcrEventLog_Internal()
383 aggregate_count += event_count; in TCS_GetPcrEventLog_Internal()
388 *pEventCount = aggregate_count; in TCS_GetPcrEventLog_Internal()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h34 int (*aggregate_count)(sqlite3_context*); member
395 #define sqlite3_aggregate_count sqlite3_api->aggregate_count
H A Dsqlite3.c135506 int (*aggregate_count)(sqlite3_context*);
135867 #define sqlite3_aggregate_count sqlite3_api->aggregate_count