Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Dralloc.c400 size_t existing_length; in cat() local
403 existing_length = strlen(*dest); in cat()
404 both = resize(*dest, existing_length + n + 1); in cat()
408 memcpy(both + existing_length, str, n); in cat()
409 both[existing_length + n] = '\0'; in cat()
430 size_t existing_length, size_t str_size) in ralloc_str_append()
435 both = resize(*dest, existing_length + str_size + 1); in ralloc_str_append()
439 memcpy(both + existing_length, str, str_size); in ralloc_str_append()
440 both[existing_length + str_size] = '\0'; in ralloc_str_append()
484 size_t existing_length; in ralloc_vasprintf_append() local
429 ralloc_str_append(char **dest, const char *str, size_t existing_length, size_t str_size) ralloc_str_append() argument
819 size_t existing_length; linear_vasprintf_append() local
869 unsigned existing_length; linear_cat() local
[all...]
H A Dralloc.h373 size_t existing_length, size_t str_size);

Completed in 2 milliseconds