MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_list_count

Function hb_list_count

libhb/common.c:4118–4122  ·  view source on GitHub ↗

* hb_list_count ********************************************************************** * Returns the number of items currently in the list *********************************************************************/

Source from the content-addressed store, hash-verified

4116 * Returns the number of items currently in the list
4117 *********************************************************************/
4118int hb_list_count( const hb_list_t * l )
4119{
4120 if (l == NULL) return 0;
4121 return l->items_count;
4122}
4123
4124/**********************************************************************
4125 * hb_list_add

Callers 15

hb_remove_previewsFunction · 0.85
hb_scanFunction · 0.85
hb_get_previewFunction · 0.85
hb_add_filter_dictFunction · 0.85
hb_countFunction · 0.85
hb_add_internalFunction · 0.85
thread_funcFunction · 0.85
hb_batch_initFunction · 0.85
hb_batch_title_countFunction · 0.85
best_linked_audioFunction · 0.85
find_audio_trackFunction · 0.85

Calls

no outgoing calls

Tested by 4

PrintTitleInfoFunction · 0.68
PrintTitleSetInfoFunction · 0.68
HandleEventsFunction · 0.68
PrepareJobFunction · 0.68