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

Function hb_str_vlen

libhb/common.c:6860–6867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6858}
6859
6860int hb_str_vlen(char **strv)
6861{
6862 int i;
6863 if (strv == NULL)
6864 return 0;
6865 for (i = 0; strv[i]; i++);
6866 return i;
6867}
6868
6869static const char* strchr_quote(const char *pos, char c, char q)
6870{

Callers 9

field_valueFunction · 0.85
ParseOptionsFunction · 0.85
foreign_audio_scanFunction · 0.85
subtitles_noneFunction · 0.85
count_subtitlesFunction · 0.85
PreparePresetFunction · 0.85
add_srtFunction · 0.85
add_ssaFunction · 0.85

Calls

no outgoing calls

Tested by 7

ParseOptionsFunction · 0.68
foreign_audio_scanFunction · 0.68
subtitles_noneFunction · 0.68
count_subtitlesFunction · 0.68
PreparePresetFunction · 0.68
add_srtFunction · 0.68
add_ssaFunction · 0.68