version 1.22, 2006/03/31 10:20:05
|
version 1.27, 2010/04/13 20:18:06
|
Line 1
|
Line 1
|
/* cr.c - content rule routines */ |
/* cr.c - content rule routines */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/cr.c,v 1.21 2006/01/03 22:12:13 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/cr.c,v 1.26 2009/01/21 23:40:26 kurt Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1998-2006 The OpenLDAP Foundation. |
* Copyright 1998-2010 The OpenLDAP Foundation. |
* All rights reserved. |
* All rights reserved. |
* |
* |
* Redistribution and use in source and binary forms, with or without |
* Redistribution and use in source and binary forms, with or without |
Line 30 struct cindexrec {
|
Line 30 struct cindexrec {
|
}; |
}; |
|
|
static Avlnode *cr_index = NULL; |
static Avlnode *cr_index = NULL; |
static LDAP_STAILQ_HEAD(CRList, slap_content_rule) cr_list |
static LDAP_STAILQ_HEAD(CRList, ContentRule) cr_list |
= LDAP_STAILQ_HEAD_INITIALIZER(cr_list); |
= LDAP_STAILQ_HEAD_INITIALIZER(cr_list); |
|
|
static int |
static int |