Searched refs:strcopy (Results 1 – 5 of 5) sorted by relevance
/external/libmicrohttpd/src/testspdy/ |
D | test_notls.c | 127 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()
|
D | test_new_connection.c | 148 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()
|
D | test_request_response.c | 130 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/ |
D | upb.c | 4272 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/ |
D | upb.c | 4514 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy() function 4583 tabkey = strcopy(key, a); in upb_strtable_insert3()
|