Searched refs:fastStrDup (Results 1 – 15 of 15) sorted by relevance
45 m_name = fastStrDup("<Unknown>"); in JavaClass()51 m_name = fastStrDup(classNameC); in JavaClass()54 m_name = fastStrDup("<Unknown>"); in JavaClass()
43 char* fastStrDup(const char*);56 #define strdup(p) fastStrDup(p)
166 char* fastStrDup(const char* str) in fastStrDup() function
103 char* c = fastStrDup(className); in appendClassName()161 m_signature = fastStrDup(signatureString.utf8().data()); in signature()
59 m_value.m_string = fastStrDup(name); in IdentifierRep()
36 char* fastStrDup(const char*);188 using WTF::fastStrDup;
184 char* fastStrDup(const char* src) in fastStrDup() function
81 char* c = fastStrDup(className); in appendClassName()
226 parameterArray[index++] = fastStrDup(it->first.utf8().data()); in xsltParamArrayFromParameterMap()227 parameterArray[index++] = fastStrDup(it->second.utf8().data()); in xsltParamArrayFromParameterMap()
133 m_stream.url = fastStrDup(decodeURLEscapeSequences(responseURL.string()).utf8().data()); in startStream()135 m_stream.url = fastStrDup(responseURL.string().utf8().data()); in startStream()
147 m_cookieJarFileName = fastStrDup(cookieJarFileName); in setCookieJarFileName()693 d->m_url = fastStrDup(url.latin1().data()); in initializeHandle()
133 vector.append(fastStrDup(normalizedPath));
167 ?fastStrDup@WTF@@YAPADPBD@Z
9220 Export WTF::fastStrDup symbol10152 Add fastStrDup to FastMalloc10155 The new string returned by fastStrDup is obtained with fastMalloc,10161 (WTF::fastStrDup):
51157 Use fastStrDup instead of strdup51160 Replace strdup/free with fastStrDup/fastFree.