Skip to content

Commit b7a01ba

Browse files
committed
DoDirRecursively
1 parent 911c761 commit b7a01ba

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
2+
todo:*FILE FilePtr
3+
FILE
4+
todo:uintptr SizeT
5+
todo:uintptr IntptrT
6+
todo:uintptr UintptrT
7+
todo:int8 Int8T
8+
todo:int16 Int16T
9+
todo:int32 Int32T
10+
todo:int64 Int64T
11+
todo:uint8 Uint8T
12+
todo:uint16 Uint16T
13+
todo:uint32 Uint32T
14+
todo:uint64 Uint64T
15+
todo:LongLong IntmaxT
16+
todo:UlongLong UintmaxT
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
4+
UnsavedFile
5+
Index
6+
TranslationUnit
7+
todo:c.Int CursorKind
8+
Cursor
9+
todo:c.Int TypeKind
10+
Type
11+
todo:uintptr File
12+
SourceLocation
13+
SourceRange
14+
todo:c.Int TokenKind
15+
Token
16+
todo:c.Int LayoutError
17+
todo:c.Int CXXAccessSpecifier
18+
todo:c.Int StorageClass
19+
todo:c.Int ChildVisitResult
20+
todo:func(Cursor, ClientData)ChildVisitResult Visitor
21+
todo:func(File, *SourceLocation, c.Uint, ClientData) InclusionVisitor

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

c/libuv/libuv.pub

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

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
3+
todo:c.Int Integer
4+
todo:c.Uint Unsigned
5+
todo:c.Pointer KContext
6+
todo:func(*State)c.Int CFunction
7+
todo:func(*State, c.Int, KContext)c.Int KFunction
8+
todo:func(*State, c.Pointer, *c.Ulong)*c.Char Reader
9+
todo:func(*State, c.Pointer, c.Ulong, c.Pointer)c.Int Writer
10+
todo:func(c.Pointer, c.Pointer, c.Ulong, c.Ulong)c.Pointer Alloc
11+
todo:func(c.Pointer, c.Char, c.Int) WarnFunction
12+
todo:func(*State, *Debug) Hook
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

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)