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