Home
last modified time | relevance | path

Searched refs:strcopy (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/src/
H A Dtemplate.h184 std::unique_ptr<char[]> strcopy(InputIt first, InputIt last) {
191 inline std::unique_ptr<char[]> strcopy(const char *val) {
192 return strcopy(val, val + strlen(val));
195 inline std::unique_ptr<char[]> strcopy(const char *val, size_t n) {
196 return strcopy(val, val + n);
200 inline std::unique_ptr<char[]> strcopy(const std::string &val) {
201 return strcopy(std::begin(val), std::end(val));
204 inline std::unique_ptr<char[]> strcopy(const std::unique_ptr<char[]> &val) {
208 return strcopy(val.get());
211 inline std::unique_ptr<char[]> strcopy(cons
[all...]
/third_party/nghttp2/examples/
H A Dclient.c118 static char *strcopy(const char *s, size_t len) { in strcopy() function
517 req->host = strcopy(uri->host, uri->hostlen); in request_init()
519 req->path = strcopy(uri->path, uri->pathlen); in request_init()
520 req->hostport = strcopy(uri->hostport, uri->hostportlen); in request_init()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c148 static char* strcopy(const char *s, size_t len) in strcopy() function
634 req->host = strcopy(uri->host, uri->hostlen); in request_init()
636 req->path = strcopy(uri->path, uri->pathlen); in request_init()
637 req->hostport = strcopy(uri->hostport, uri->hostportlen); in request_init()
H A Dtest_notls.c127 static char* strcopy(const char *s, size_t len) in strcopy() function
586 req->host = strcopy(uri->host, uri->hostlen); in request_init()
588 req->path = strcopy(uri->path, uri->pathlen); in request_init()
589 req->hostport = strcopy(uri->hostport, uri->hostportlen); in request_init()
H A Dtest_request_response.c130 static char* strcopy(const char *s, size_t len) in strcopy() function
622 req->host = strcopy(uri->host, uri->hostlen); in request_init()
624 req->path = strcopy(uri->path, uri->pathlen); in request_init()
625 req->hostport = strcopy(uri->hostport, uri->hostportlen); in request_init()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1641 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy() function
1713 tabkey = strcopy(key, a); in upb_strtable_insert3()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1616 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy() function
1687 tabkey = strcopy(key, a); in upb_strtable_insert3()

Completed in 40 milliseconds