Searched refs:component_len (Results 1 – 2 of 2) sorted by relevance
244 uint64_t component_len; in doubles2str() local246 component_len = 24LL + strlen(sep); in doubles2str()247 if (count >= (INT_MAX - 1)/component_len) in doubles2str()249 ap = av_malloc(component_len * count + 1); in doubles2str()255 unsigned l = snprintf(ap, component_len, "%.15g%s", dp[i], sep); in doubles2str()256 if(l >= component_len) { in doubles2str()
1164 ptrdiff_t component_len = component_end - component; in componentcheck() local1165 if (component_len == 0) { in componentcheck()1177 if (0 < component_len && component_len <= 2 in componentcheck()1179 int len = component_len; in componentcheck()1185 if (0 < component_len && component[0] == '-') in componentcheck()1188 if (component_len_max < component_len) in componentcheck()