quote_end 175 source3/lib/ldb/common/ldb_dn.c static int get_quotes_position(const char *source, int *quote_start, int *quote_end) quote_end 179 source3/lib/ldb/common/ldb_dn.c if (source == NULL || quote_start == NULL || quote_end == NULL) return -1; quote_end 198 source3/lib/ldb/common/ldb_dn.c *quote_end = p - source;