mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
This commit is contained in:
parent
5719344653
commit
8b962f8446
111 changed files with 288 additions and 223 deletions
|
@ -63,17 +63,17 @@ pub:
|
|||
}
|
||||
|
||||
struct Picoev {
|
||||
loop &C.picoev_loop
|
||||
loop &C.picoev_loop = unsafe { nil }
|
||||
cb fn (voidptr, picohttpparser.Request, mut picohttpparser.Response)
|
||||
err_cb fn (voidptr, picohttpparser.Request, mut picohttpparser.Response, IError)
|
||||
user_data voidptr
|
||||
timeout_secs int
|
||||
max_headers int
|
||||
mut:
|
||||
date &u8
|
||||
buf &u8
|
||||
date &u8 = unsafe { nil }
|
||||
buf &u8 = unsafe { nil }
|
||||
idx [1024]int
|
||||
out &u8
|
||||
out &u8 = unsafe { nil }
|
||||
}
|
||||
|
||||
[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue