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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user