Lines Matching defs:method
47 char *cred, auth_method_t method);
393 auth_method_t method;
549 ldapBind(LDAP **ldP, char *who, char *cred, auth_method_t method,
558 if (method == none) {
561 } else if (method == simple) {
584 } else if (method == cram_md5) {
591 } else if (method == digest_md5) {
841 stat = lc->status = ldapBind(&lc->ld, lc->who, lc->cred, lc->method,
939 createCon(char *sp, char *who, char *cred, auth_method_t method, int port) {
995 lc->method = method;
1012 setupConList(char *serverList, char *who, char *cred, auth_method_t method) {
1051 lc = createCon(s, who, cred, method, 0);
1273 lc->method, lc->port);