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