1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

usecache: get all tests running with -usecache enabled by default (p.1) (#7699)

This commit is contained in:
joe-conigliaro
2021-01-20 16:04:59 +11:00
committed by GitHub
parent b3a4f746a2
commit 97ebecc5f4
23 changed files with 261 additions and 119 deletions

View File

@@ -18,11 +18,11 @@ pub:
}
struct C.phr_header_t {}
fn phr_parse_request() int
fn phr_parse_response() int
fn phr_parse_headers() int
fn C.phr_parse_request() int
fn C.phr_parse_response() int
fn C.phr_parse_headers() int
fn phr_parse_request_path() int
fn phr_parse_request_path_pipeline() int
fn C.phr_parse_request_path() int
fn C.phr_parse_request_path_pipeline() int
fn C.get_date() byteptr
fn C.u64toa() int