Searched refs:SLURP_INT (Results 1 – 1 of 1) sorted by relevance
/third_party/node/src/ |
D | node_dtrace.cc | 74 #define SLURP_INT(obj, member, valp) \ macro 105 SLURP_INT(_handle.As<Object>(), fd, &conn.fd); \ 110 SLURP_INT(_##conn, remotePort, &conn.port); \ 111 SLURP_INT(_##conn, bufferSize, &conn.buffered); 120 SLURP_INT(_##conn, fd, &conn.fd); \ 122 SLURP_INT(_##conn, port, &conn.port); \ 123 SLURP_INT(_##conn, bufferSize, &conn.buffered); 136 SLURP_INT(_##conn, fd, &conn.fd); \ 137 SLURP_INT(_##conn, bufferSize, &conn.buffered); \ 140 SLURP_INT(_##conn, port, &conn.port);
|