Home
last modified time | relevance | path

Searched refs:strSource (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/regex/v4/
Dregex_workaround.hpp198 const char *strSource in strcpy_s() argument
201 std::size_t lenSourceWithNull = std::strlen(strSource) + 1; in strcpy_s()
204 std::memcpy(strDestination, strSource, lenSourceWithNull); in strcpy_s()
210 const char *strSource in strcat_s() argument
213 std::size_t lenSourceWithNull = std::strlen(strSource) + 1; in strcat_s()
217 std::memcpy(strDestination + lenDestination, strSource, lenSourceWithNull); in strcat_s()