Lines Matching refs:state
80 OLDAP_STOP, /* Do nothing state, stops the state machine */
191 ldapstate state; /* Current machine state. */
204 * This is the ONLY way to change LDAP state!
224 if(ldapc->state != newstate)
225 infof(data, "LDAP %p state change from %s to %s",
226 (void *)ldapc, names[ldapc->state], names[newstate]);
229 ldapc->state = newstate;
271 if(!data->state.up.user && !data->state.up.password &&
272 !data->state.up.options)
273 rc = ldap_url_parse(data->state.url, ludp);
419 if(data->state.aptr.user) {
431 data->state.aptr.user?
537 li->proto = ldap_pvt_url_scheme2proto(data->state.up.scheme);
731 if(li->state != OLDAP_SSL && li->state != OLDAP_TLS) {
760 if(code == LDAP_PROTOCOL_ERROR && li->state != OLDAP_BINDV2 &&
773 /* Handle response message according to current state. */
774 switch(li->state) {
808 else if(data->state.aptr.user)
837 *done = li->state == OLDAP_STOP;
889 infof(data, "LDAP local: %s", data->state.url);