Searched refs:parse_filter (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/libexec/login_ldap/
H A Dlogin_ldap.h68 char * parse_filter(struct auth_ctx *, const char *);
H A Dlogin_ldap.c234 if ((ctx.gfilter = parse_filter(&ctx, ctx.gfilter)) == NULL)
238 if ((ctx.gbasedn = parse_filter(&ctx, ctx.gbasedn)) == NULL)
H A Dutil.c245 if ((ctx->binddn = parse_filter(ctx, value)) == NULL)
261 if ((ctx->filter = parse_filter(ctx, value)) == NULL)
461 parse_filter(struct auth_ctx *ctx, const char *str) function

Completed in 141 milliseconds