Lines Matching refs:SLURP_INT
74 #define SLURP_INT(obj, member, valp) \
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);