Home
last modified time | relevance | path

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

/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.h51 { return fAuthenticatorsCount; } in CountAuthenticators()
82 int32 fAuthenticatorsCount; variable
H A DGeneralAddon.cpp55 fAuthenticatorsCount(0), in GeneralAddon()
95 fAuthenticatorsCount = 0; in LoadSettings()
164 ++fAuthenticatorsCount; in LoadAuthenticationSettings()
236 if(fAuthenticatorsCount == 0) in IsAuthenticationModified()