~ubuntu-branches/ubuntu/lucid/openldap/lucid

« back to all changes in this revision

Viewing changes to servers/slapd/proto-slap.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907134110-rsnlhy8b0r21p9bg
Tags: 2.4.18-0ubuntu1
* New upstream release: (LP: #419515):
  + pcache overlay supports disconnected mode.
* Fix nss overlay load (LP: #417163).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $OpenLDAP: pkg/ldap/servers/slapd/proto-slap.h,v 1.670.2.49 2009/06/02 23:58:20 quanah Exp $ */
 
1
/* $OpenLDAP: pkg/ldap/servers/slapd/proto-slap.h,v 1.670.2.54 2009/08/25 22:44:25 quanah Exp $ */
2
2
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3
3
 *
4
4
 * Copyright 1998-2009 The OpenLDAP Foundation.
851
851
LDAP_SLAPD_V (const char *) slapd_slp_attrs;
852
852
LDAP_SLAPD_V (slap_ssf_t) local_ssf;
853
853
LDAP_SLAPD_V (struct runqueue_s) slapd_rq;
 
854
#ifdef LDAP_TCP_BUFFER
 
855
LDAP_SLAPD_V (int) slapd_tcp_rmem;
 
856
LDAP_SLAPD_V (int) slapd_tcp_wmem;
 
857
#endif /* LDAP_TCP_BUFFER */
854
858
 
855
859
#ifdef HAVE_WINSOCK
856
860
LDAP_SLAPD_F (ber_socket_t) slapd_socknew(ber_socket_t s);
922
926
LDAP_SLAPD_F (int) dnIsSuffix LDAP_P((
923
927
        const struct berval *dn, const struct berval *suffix ));
924
928
 
 
929
LDAP_SLAPD_F (int) dnIsWithinScope LDAP_P((
 
930
        struct berval *ndn, struct berval *nbase, int scope ));
 
931
 
 
932
LDAP_SLAPD_F (int) dnIsSuffixScope LDAP_P((
 
933
        struct berval *ndn, struct berval *nbase, int scope ));
 
934
 
925
935
LDAP_SLAPD_F (int) dnIsOneLevelRDN LDAP_P(( struct berval *rdn ));
926
936
 
927
937
LDAP_SLAPD_F (int) dnExtractRdn LDAP_P((
985
995
LDAP_SLAPD_F (int) entry_dn_cmp LDAP_P(( const void *v_a, const void *v_b ));
986
996
LDAP_SLAPD_F (int) entry_id_cmp LDAP_P(( const void *v_a, const void *v_b ));
987
997
LDAP_SLAPD_F (Entry *) entry_dup LDAP_P(( Entry *e ));
 
998
LDAP_SLAPD_F (Entry *) entry_dup2 LDAP_P(( Entry *dest, Entry *src ));
988
999
LDAP_SLAPD_F (Entry *) entry_dup_bv LDAP_P(( Entry *e ));
989
1000
LDAP_SLAPD_F (Entry *) entry_alloc LDAP_P((void));
990
1001
LDAP_SLAPD_F (int) entry_prealloc LDAP_P((int num));
1767
1778
 
1768
1779
LDAP_SLAPD_F (int)  syncrepl_add_glue LDAP_P(( 
1769
1780
                                        Operation*, Entry* ));
 
1781
LDAP_SLAPD_F (void) syncrepl_diff_entry LDAP_P((
 
1782
        Operation *op, Attribute *old, Attribute *anew,
 
1783
        Modifications **mods, Modifications **ml, int is_ctx ));
1770
1784
LDAP_SLAPD_F (void) syncinfo_free LDAP_P(( struct syncinfo_s *, int all ));
1771
1785
 
1772
1786
/* syntax.c */