Searched refs:parse_filter (Results 1 – 3 of 3) sorted by relevance
234 if ((ctx.gfilter = parse_filter(&ctx, ctx.gfilter)) == NULL) in auth_ldap()238 if ((ctx.gbasedn = parse_filter(&ctx, ctx.gbasedn)) == NULL) in auth_ldap()
68 char * parse_filter(struct auth_ctx *, const char *);
245 if ((ctx->binddn = parse_filter(ctx, value)) == NULL) in parse_conf()261 if ((ctx->filter = parse_filter(ctx, value)) == NULL) in parse_conf()461 parse_filter(struct auth_ctx *ctx, const char *str) in parse_filter() function