Home
last modified time | relevance | path

Searched defs:strcopy (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/src/
Dtemplate.h184 std::unique_ptr<char[]> strcopy(InputIt first, InputIt last) { in strcopy() function
191 inline std::unique_ptr<char[]> strcopy(const char *val) { in strcopy() function
195 inline std::unique_ptr<char[]> strcopy(const char *val, size_t n) { in strcopy() function
200 inline std::unique_ptr<char[]> strcopy(const std::string &val) { in strcopy() function
204 inline std::unique_ptr<char[]> strcopy(const std::unique_ptr<char[]> &val) { in strcopy() function
211 inline std::unique_ptr<char[]> strcopy(const std::unique_ptr<char[]> &val, in strcopy() function
/third_party/nghttp2/examples/
Dclient.c118 static char *strcopy(const char *s, size_t len) { in strcopy() function
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_notls.c127 static char* strcopy(const char *s, size_t len) in strcopy() function
Dtest_new_connection.c148 static char* strcopy(const char *s, size_t len) in strcopy() function
Dtest_request_response.c130 static char* strcopy(const char *s, size_t len) in strcopy() function
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c1641 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy() function
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1616 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy() function