Searched refs:strAppend (Results 1 – 3 of 3) sorted by relevance
36 char* strAppend(char* lhs, const char* rhs, size_t n); //append the rhs to the lhs
225 char* strAppend(char* lhs, const char* rhs, size_t n) in strAppend() function
3408 text->text = strAppend(text->text, content, length); in _svgLoaderParserText()