Beispiel #1
0
 public static extern int uv_shutdown(IntPtr req, IntPtr handle, handle_callback callback);
Beispiel #2
0
 public unsafe static extern int uv_write_unix(IntPtr req, IntPtr handle, UVBuffer.Unix *bufferList, int bufferCount, handle_callback callback);
Beispiel #3
0
 public static extern int uv_timer_start(IntPtr timer, handle_callback callback, ulong timeout, ulong repeat);
Beispiel #4
0
 public static extern int uv_listen(IntPtr stream, int backlog, handle_callback callback);
Beispiel #5
0
 public unsafe static extern int uv_write_win(IntPtr req, IntPtr handle, UVBuffer.Windows *bufferList, int bufferCount, handle_callback callback);
Beispiel #6
0
 internal unsafe static extern int uv_write_win(IntPtr req, IntPtr handle, UVBuffer.Windows* bufferList, int bufferCount, handle_callback callback);
Beispiel #7
0
 internal unsafe static extern int uv_write_unix(IntPtr req, IntPtr handle, UVBuffer.Unix* bufferList, int bufferCount, handle_callback callback);
Beispiel #8
0
 internal static extern int uv_shutdown(IntPtr req, IntPtr handle, handle_callback callback);
Beispiel #9
0
 internal static extern int uv_listen(IntPtr stream, int backlog, handle_callback callback);