Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c2761 DWORD ValueType; /* value type */ in _sasl_getpath() local
2792 &ValueType, in _sasl_getpath()
2797 if (ValueType != REG_EXPAND_SZ && in _sasl_getpath()
2798 ValueType != REG_MULTI_SZ && in _sasl_getpath()
2799 ValueType != REG_SZ) { in _sasl_getpath()
2814 &ValueType, in _sasl_getpath()
2818 switch (ValueType) { in _sasl_getpath()