Searched refs:boolValue (Results 1 – 3 of 3) sorted by relevance
26 #define WRITE_RO_FLAG(whoIsAble, boolValue, Indicator, RIGHTS) do{\ argument27 whoIsAble = boolValue;\
408 int boolValue = -1; in setOption() local418 boolValue = ((Boolean) value)? 1 : 0; in setOption()423 setOption_native(fd, optID, boolValue, intValue); in setOption()
308 jint boolValue, jint intValue) { in socket_setOption() argument333 lingr.l_onoff = boolValue ? 1 : 0; // Force it to be 0 or 1. in socket_setOption()