Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/testspdy/
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()
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()
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()
/external/protobuf/php/ext/google/protobuf/
Dupb.c4272 static upb_tabkey strcopy(lookupkey_t k2) { in strcopy() function
4336 tabkey = strcopy(key); in upb_strtable_insert2()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4514 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy() function
4583 tabkey = strcopy(key, a); in upb_strtable_insert3()