Searched refs:isc_boolean_true (Results 1 – 3 of 3) sorted by relevance
349 #define isc_boolean_true true macro
152 typedef enum { isc_boolean_false = 0, isc_boolean_true = 1 } isc_boolean_t; enumerator155 #define ISC_TRUE isc_boolean_true
965 return isc_boolean_true; in omapi_protocol_authenticated()