Skip to content

Commit dd67aee

Browse files
committed
DoDirRecursively
1 parent 911c761 commit dd67aee

File tree

24 files changed

+1808
-1530
lines changed

24 files changed

+1808
-1530
lines changed

c/c.pub

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
unsafe.Pointer Pointer
2-
*FILE FilePtr
3-
FILE FILE
4-
uintptr SizeT
5-
uintptr IntptrT
6-
uintptr UintptrT
7-
int8 Int8T
8-
int16 Int16T
9-
int32 Int32T
10-
int64 Int64T
11-
uint8 Uint8T
12-
uint16 Uint16T
13-
uint32 Uint32T
14-
uint64 Uint64T
15-
LongLong IntmaxT
16-
UlongLong UintmaxT
17-
Option Option
1+
todo:unsafe.Pointer Pointer at positon:../../c/c.go:35:2
2+
todo:*FILE FilePtr at positon:../../c/c.go:36:2
3+
FILE
4+
todo:uintptr SizeT at positon:../../c/c.go:58:6
5+
todo:uintptr IntptrT at positon:../../c/c.go:60:6
6+
todo:uintptr UintptrT at positon:../../c/c.go:61:6
7+
todo:int8 Int8T at positon:../../c/c.go:62:6
8+
todo:int16 Int16T at positon:../../c/c.go:63:6
9+
todo:int32 Int32T at positon:../../c/c.go:64:6
10+
todo:int64 Int64T at positon:../../c/c.go:65:6
11+
todo:uint8 Uint8T at positon:../../c/c.go:67:6
12+
todo:uint16 Uint16T at positon:../../c/c.go:68:6
13+
todo:uint32 Uint32T at positon:../../c/c.go:69:6
14+
todo:uint64 Uint64T at positon:../../c/c.go:70:6
15+
todo:LongLong IntmaxT at positon:../../c/c.go:72:6
16+
todo:UlongLong UintmaxT at positon:../../c/c.go:73:6
17+
Option

c/cjson/cjson.pub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
JSON

c/clang/clang.pub

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
String
2+
StringSet
3+
todo:c.Pointer ClientData at positon:../../c/clang/clang.go:1132:6
4+
UnsavedFile
5+
Index
6+
TranslationUnit
7+
todo:c.Int CursorKind at positon:../../c/clang/clang.go:1314:6
8+
Cursor
9+
todo:c.Int TypeKind at positon:../../c/clang/clang.go:1346:6
10+
Type
11+
todo:uintptr File at positon:../../c/clang/clang.go:1519:6
12+
SourceLocation
13+
SourceRange
14+
todo:c.Int TokenKind at positon:../../c/clang/clang.go:1548:6
15+
Token
16+
todo:c.Int LayoutError at positon:../../c/clang/clang.go:2159:6
17+
todo:c.Int CXXAccessSpecifier at positon:../../c/clang/clang.go:2236:6
18+
todo:c.Int StorageClass at positon:../../c/clang/clang.go:2261:6
19+
todo:c.Int ChildVisitResult at positon:../../c/clang/clang.go:2699:6
20+
todo:func(Cursor, ClientData)ChildVisitResult Visitor at positon:../../c/clang/clang.go:2767:6
21+
todo:func(File, *SourceLocation, c.Uint, ClientData) InclusionVisitor at positon:../../c/clang/clang.go:2781:6

c/debug/debug.pub

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Info
2+
Frame

c/ffi/ffi.pub

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Type
2+
Cif
3+
todo:func(*Cif, unsafe.Pointer, *unsafe.Pointer, unsafe.Pointer) ClosureFunc at positon:../../c/ffi/ffi.go:121:6

c/libuv/libuv.pub

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
Thread
2+
ThreadOptions
3+
Work
4+
todo:func(c.Pointer) ThreadCb at positon:../../c/libuv/thread.go:27:6
5+
todo:func(*Work) WorkCb at positon:../../c/libuv/thread.go:30:6
6+
todo:func(*Work, c.Int) AfterWorkCb at positon:../../c/libuv/thread.go:33:6
7+
Timer
8+
todo:func(*Timer) TimerCb at positon:../../c/libuv/timer.go:21:6
9+
Check
10+
todo:func(*Check) CheckCb at positon:../../c/libuv/check.go:18:6
11+
todo:c.Int Errno at positon:../../c/libuv/error.go:103:6
12+
todo:c.Int FsType at positon:../../c/libuv/fs.go:61:6
13+
todo:c.Int DirentType at positon:../../c/libuv/fs.go:63:6
14+
todo:c.Int File at positon:../../c/libuv/fs.go:65:6
15+
Fs
16+
FsEvent
17+
FsPoll
18+
Dirent
19+
Stat
20+
todo:func(*Fs) FsCb at positon:../../c/libuv/fs.go:97:6
21+
todo:func(*FsEvent, *c.Char, c.Int, c.Int) FsEventCb at positon:../../c/libuv/fs.go:100:6
22+
todo:func(*FsPoll, c.Int, c.Int) FsPollCb at positon:../../c/libuv/fs.go:103:6
23+
todo:c.Int TcpFlags at positon:../../c/libuv/net.go:60:6
24+
todo:c.Int UdpFlags at positon:../../c/libuv/net.go:62:6
25+
Handle
26+
Stream
27+
Tcp
28+
Udp
29+
Req
30+
UdpSend
31+
Write
32+
Connect
33+
GetAddrInfo
34+
GetNameInfo
35+
Shutdown
36+
todo:func(*Handle) CloseCb at positon:../../c/libuv/net.go:135:6
37+
todo:func(*Connect, c.Int) ConnectCb at positon:../../c/libuv/net.go:138:6
38+
todo:func(*UdpSend, c.Int) UdpSendCb at positon:../../c/libuv/net.go:141:6
39+
todo:func(*Udp, c.Long, *Buf, *net.SockAddr, c.Uint) UdpRecvCb at positon:../../c/libuv/net.go:144:6
40+
todo:func(*Stream, c.Long, *Buf) ReadCb at positon:../../c/libuv/net.go:147:6
41+
todo:func(*Write, c.Int) WriteCb at positon:../../c/libuv/net.go:150:6
42+
todo:func(*Stream, c.Int) ConnectionCb at positon:../../c/libuv/net.go:153:6
43+
todo:func(*Shutdown, c.Int) ShutdownCb at positon:../../c/libuv/net.go:156:6
44+
Async
45+
todo:func(*Async) AsyncCb at positon:../../c/libuv/async.go:36:6
46+
Idle
47+
todo:func(*Idle) IdleCb at positon:../../c/libuv/idle.go:18:6
48+
todo:c.Int RunMode at positon:../../c/libuv/libuv.go:77:6
49+
todo:c.Int LoopOption at positon:../../c/libuv/libuv.go:79:6
50+
todo:c.Int Membership at positon:../../c/libuv/libuv.go:81:6
51+
todo:c.Int HandleType at positon:../../c/libuv/libuv.go:83:6
52+
todo:c.Int ReqType at positon:../../c/libuv/libuv.go:85:6
53+
todo:c.Int OsSock at positon:../../c/libuv/libuv.go:87:6
54+
todo:c.Int OsFd at positon:../../c/libuv/libuv.go:89:6
55+
todo:c.Int PollEvent at positon:../../c/libuv/libuv.go:91:6
56+
Loop
57+
Poll
58+
Buf
59+
todo:func(uintptr)c.Pointer MallocFunc at positon:../../c/libuv/libuv.go:116:6
60+
todo:func(c.Pointer, uintptr)c.Pointer ReallocFunc at positon:../../c/libuv/libuv.go:119:6
61+
todo:func(uintptr, uintptr)c.Pointer CallocFunc at positon:../../c/libuv/libuv.go:122:6
62+
todo:func(c.Pointer) FreeFunc at positon:../../c/libuv/libuv.go:125:6
63+
todo:func(*Handle, uintptr, *Buf) AllocCb at positon:../../c/libuv/libuv.go:128:6
64+
todo:func(*GetAddrInfo, c.Int, *net.AddrInfo) GetaddrinfoCb at positon:../../c/libuv/libuv.go:131:6
65+
todo:func(*GetNameInfo, c.Int, *c.Char, *c.Char) GetnameinfoCb at positon:../../c/libuv/libuv.go:134:6
66+
todo:func(*Handle, c.Pointer) WalkCb at positon:../../c/libuv/libuv.go:137:6
67+
todo:func(*Poll, c.Int, c.Int) PollCb at positon:../../c/libuv/libuv.go:140:6
68+
Signal
69+
todo:func(*Signal, c.Int) SignalCb at positon:../../c/libuv/signal.go:20:6

c/llama2/llama2.pub

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
TokenIndex
2+
Tokenizer
3+
Config
4+
TransformerWeights
5+
RunState
6+
Transformer
7+
ProbIndex
8+
Sampler

c/lua/lua.pub

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
State
2+
todo:c.Double Number at positon:../../c/lua/lua.go:78:6
3+
todo:c.Int Integer at positon:../../c/lua/lua.go:81:6
4+
todo:c.Uint Unsigned at positon:../../c/lua/lua.go:84:6
5+
todo:c.Pointer KContext at positon:../../c/lua/lua.go:87:6
6+
todo:func(*State)c.Int CFunction at positon:../../c/lua/lua.go:94:6
7+
todo:func(*State, c.Int, KContext)c.Int KFunction at positon:../../c/lua/lua.go:101:6
8+
todo:func(*State, c.Pointer, *c.Ulong)*c.Char Reader at positon:../../c/lua/lua.go:108:6
9+
todo:func(*State, c.Pointer, c.Ulong, c.Pointer)c.Int Writer at positon:../../c/lua/lua.go:111:6
10+
todo:func(c.Pointer, c.Pointer, c.Ulong, c.Ulong)c.Pointer Alloc at positon:../../c/lua/lua.go:118:6
11+
todo:func(c.Pointer, c.Char, c.Int) WarnFunction at positon:../../c/lua/lua.go:125:6
12+
todo:func(*State, *Debug) Hook at positon:../../c/lua/lua.go:132:6
13+
CallInfo
14+
Debug

c/neco/neco.pub

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Gen
2+
todo:func(c.Int, *c.Pointer) Coro at positon:../../c/neco/neco.go:54:6

c/net/net.pub

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
SockaddrIn
2+
SockaddrIn6
3+
SockaddrStorage
4+
InAddr
5+
In6Addr
6+
SockAddr
7+
Hostent
8+
AddrInfo

0 commit comments

Comments
 (0)