Home
last modified time | relevance | path

Searched refs:ValueType (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c2735 DWORD ValueType; /* value type */ in _sasl_getpath() local
2766 &ValueType, in _sasl_getpath()
2771 if (ValueType != REG_EXPAND_SZ && in _sasl_getpath()
2772 ValueType != REG_MULTI_SZ && in _sasl_getpath()
2773 ValueType != REG_SZ) { in _sasl_getpath()
2788 &ValueType, in _sasl_getpath()
2792 switch (ValueType) { in _sasl_getpath()