![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements OP_SOCK_UNIX_LISTEN to create a UNIX domain listening socket. More...
Go to the source code of this file.
Functions | |
| free_value (backlogv) | |
| free_value (pathv) | |
| push_value (vm, make_int(fd > 0 ? fd :0)) | |
Variables | |
| case | OP_SOCK_UNIX_LISTEN |
| Value | pathv = pop_value(vm) |
| int | fd = 0 |
| break | |
Implements OP_SOCK_UNIX_LISTEN to create a UNIX domain listening socket.
Behavior:
Errors:
Definition in file socket_unix_listen.c.
| free_value | ( | backlogv | ) |
| free_value | ( | pathv | ) |
| break |
Definition at line 63 of file socket_unix_listen.c.
| int fd = 0 |
Definition at line 26 of file socket_unix_listen.c.
| case OP_SOCK_UNIX_LISTEN |
Definition at line 22 of file socket_unix_listen.c.
| Value pathv = pop_value(vm) |
Definition at line 25 of file socket_unix_listen.c.