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

/external/libmicrohttpd/src/testspdy/
H A Dtest_notls.c127 static char* strcopy(const char *s, size_t len) function
586 req->host = strcopy(uri->host, uri->hostlen);
588 req->path = strcopy(uri->path, uri->pathlen);
589 req->hostport = strcopy(uri->hostport, uri->hostportlen);
H A Dtest_new_connection.c148 static char* strcopy(const char *s, size_t len) function
634 req->host = strcopy(uri->host, uri->hostlen);
636 req->path = strcopy(uri->path, uri->pathlen);
637 req->hostport = strcopy(uri->hostport, uri->hostportlen);
H A Dtest_request_response.c130 static char* strcopy(const char *s, size_t len) function
622 req->host = strcopy(uri->host, uri->hostlen);
624 req->path = strcopy(uri->path, uri->pathlen);
625 req->hostport = strcopy(uri->hostport, uri->hostportlen);
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c4272 static upb_tabkey strcopy(lookupkey_t k2) { function
4336 tabkey = strcopy(key);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c4514 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { function
4583 tabkey = strcopy(key, a);

Completed in 189 milliseconds