Lines Matching defs:sock
1508 uint32_t sock;
1514 CHECK_TO_TYPE_OR_RETURN(args, args[0], Uint32, sock);
1520 sock,
1528 sock,
1540 uint32_t sock;
1549 CHECK_TO_TYPE_OR_RETURN(args, args[0], Uint32, sock);
1558 sock,
1585 sock,
1602 uint32_t sock;
1610 CHECK_TO_TYPE_OR_RETURN(args, args[0], Uint32, sock);
1618 sock,
1645 sock,
1659 uint32_t sock;
1662 CHECK_TO_TYPE_OR_RETURN(args, args[0], Uint32, sock);
1665 Debug(wasi, "sock_shutdown(%d, %d)\n", sock, how);
1666 uvwasi_errno_t err = uvwasi_sock_shutdown(&wasi->uvw_, sock, how);