![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements OP_SOCK_UNIX_CONNECT to connect to a UNIX domain socket path. More...
#include <string.h>
Go to the source code of this file.
Functions | |
| free_value (pathv) | |
| push_value (vm, make_int(fd > 0 ? fd :0)) | |
Variables | |
| case | OP_SOCK_UNIX_CONNECT |
| int | fd = 0 |
| break | |
Implements OP_SOCK_UNIX_CONNECT to connect to a UNIX domain socket path.
Behavior:
Errors:
Definition in file socket_unix_connect.c.
| free_value | ( | pathv | ) |
| break |
Definition at line 61 of file socket_unix_connect.c.
| int fd = 0 |
Definition at line 32 of file socket_unix_connect.c.
| case OP_SOCK_UNIX_CONNECT |
Definition at line 29 of file socket_unix_connect.c.