Searched defs:optionValue (Results 1 – 4 of 4) sorted by relevance
150 typedef struct optionValue { struct151 teOptArgType valType; ///< which argument type152 char * pzName; ///< name of the sub-option153 union {160 } v;
526 int optionValue = SO_SYNCHRONOUS_NONALERT; in openhost() local
1348 optionValue(char **argv, int *num) in optionValue() function
799 (void *)&optionValue, sizeof(optionValue)); in openhost() local