Searched refs:extInfoStr (Results 1 – 1 of 1) sorted by relevance
90 static int32_t RemoveEscapeForExtInfo(const char *extInfoStr, char **outExtInfoStr) in RemoveEscapeForExtInfo() argument92 uint32_t len = HcStrlen(extInfoStr); in RemoveEscapeForExtInfo()100 if (extInfoStr[i] == '\\') { in RemoveEscapeForExtInfo()102 if (extInfoStr[i] == '\"') { in RemoveEscapeForExtInfo()106 (*outExtInfoStr)[j++] = extInfoStr[i]; in RemoveEscapeForExtInfo()