Home
last modified time | relevance | path

Searched defs:int (Results 1 – 4 of 4) sorted by relevance

/unit/go/
H A Dport.go73 func getUnixConn(fd int) *net.UnixConn {
143 func nxt_go_port_send(pid C.int, id C.int, buf unsafe.Pointer, buf_size C.int,
144 oob unsafe.Pointer, oob_size C.int) C.ssize_t {
171 func nxt_go_port_recv(pid C.int, id C.int, buf unsafe.Pointer, buf_size C.int,
H A Dunit.go70 func GoBytes(buf unsafe.Pointer, size C.int) []byte {
80 func GoStringN(sptr *C.nxt_unit_sptr_t, l C.int) string {
H A Dresponse.go98 func wait_shm_ack(c chan int) {
/unit/src/
H A Dnxt_signal.c72 nxt_signal_action(int signo, void (*handler)(int)) in nxt_signal_action()