HomeSort by relevance Sort by last modified time
    Searched defs:rstate (Results 1 - 6 of 6) sorted by null

  /external/ppp/pppd/include/net/
vjcompress.h 127 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:vjcompress
slcompress.h 135 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:slcompress
  /external/ppp/pppd/plugins/radius/
radius.c 135 static struct radius_state rstate; variable in typeref:struct:radius_state
163 memset(&rstate, 0, sizeof(rstate));
165 strlcpy(rstate.config_file, "/etc/radiusclient/radiusclient.conf",
166 sizeof(rstate.config_file));
223 if (rstate.choose_ip) {
224 *addrp = rstate.ip_addr;
260 /* Put user with potentially realm added in rstate.user */
264 radius_pre_auth_hook(rstate.user,
265 &rstate.authserver
    [all...]
  /external/openfst/src/include/fst/
randgen.h 183 // Samples 'rstate.nsamples' from state 'state_id'. The 'rstate.length' is
184 // the length of the path to 'rstate'. Returns true if samples were
189 bool Sample(const RandState<A> &rstate) {
191 if ((fst_.NumArcs(rstate.state_id) == 0 &&
192 fst_.Final(rstate.state_id) == Weight::Zero()) ||
193 rstate.length == max_length_) {
198 for (size_t i = 0; i < rstate.nsamples; ++i)
199 ++sample_map_[arc_selector_(fst_, rstate.state_id)];
268 bool Sample(const RandState<A> &rstate) {
392 RandState<A> *rstate = new RandState<A>(s, npath_, 0, 0, 0); local
451 const RandState<A> &rstate = *state_table_[s]; local
    [all...]
  /external/openssl/include/openssl/
ssl.h 1159 int rstate; \/* where we are when reading *\/ member in struct:ssl_st
    [all...]
  /external/openssl/ssl/
ssl.h 1159 int rstate; \/* where we are when reading *\/ member in struct:ssl_st
    [all...]

Completed in 782 milliseconds