Searched refs:existing_length (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dralloc.c341 size_t existing_length; local
344 existing_length = strlen(*dest);
345 both = resize(*dest, existing_length + n + 1);
349 memcpy(both + existing_length, str, n);
350 both[existing_length + n] = '\0';
440 size_t existing_length; local
442 existing_length = *str ? strlen(*str) : 0;
443 return ralloc_vasprintf_rewrite_tail(str, &existing_length, fmt, args);
/external/mesa3d/src/glsl/
H A Dralloc.c341 size_t existing_length; local
344 existing_length = strlen(*dest);
345 both = resize(*dest, existing_length + n + 1);
349 memcpy(both + existing_length, str, n);
350 both[existing_length + n] = '\0';
440 size_t existing_length; local
442 existing_length = *str ? strlen(*str) : 0;
443 return ralloc_vasprintf_rewrite_tail(str, &existing_length, fmt, args);

Completed in 134 milliseconds