Searched refs:optionValue (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DOptionControl.cpp104 int32 optionValue; local
105 if (GetOptionAt(c, &name, &optionValue) && optionValue == value) {
106 SetValue(optionValue);
126 int32 optionValue; local
127 if (GetOptionAt(c, &optionName, &optionValue)
129 SetValue(optionValue);
/haiku/headers/private/net/
H A Dnet_socket.h105 void* optionValue, int* _optionLength);
112 const void* optionValue, int optionLength);

Completed in 38 milliseconds