Home
last modified time | relevance | path

Searched refs:LDAP_PVT_CSNSTR_BUFSIZE (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dldapsync.c54 char cookiestr[ LDAP_PVT_CSNSTR_BUFSIZE + 20 ]; in slap_compose_sync_cookie()
455 char csnbuf[ LDAP_PVT_CSNSTR_BUFSIZE + 4 ]; in slap_init_sync_cookie_ctxcsn()
462 octet_str.bv_len = snprintf( csnbuf, LDAP_PVT_CSNSTR_BUFSIZE + 4, in slap_init_sync_cookie_ctxcsn()
H A Dslapcommon.h57 char tv_maxcsnbuf[ LDAP_PVT_CSNSTR_BUFSIZE * ( SLAP_SYNC_SID_MAX + 1 ) ];
H A Dctxcsn.c52 assert( maxcsn->bv_len >= LDAP_PVT_CSNSTR_BUFSIZE ); in slap_get_commit_csn()
H A Dslapadd.c64 static char csnbuf[ LDAP_PVT_CSNSTR_BUFSIZE ];
H A Dslapmodify.c48 static char csnbuf[ LDAP_PVT_CSNSTR_BUFSIZE ];
H A Dadd.c604 char csnbuf[ LDAP_PVT_CSNSTR_BUFSIZE ]; in slap_add_opattrs()
H A Dslapcommon.c1164 maxcsn[ sid ].bv_val = maxcsn[ sid - 1 ].bv_val + LDAP_PVT_CSNSTR_BUFSIZE; in slap_tool_update_ctxcsn_init()
H A Dmodify.c878 char csnbuf[ LDAP_PVT_CSNSTR_BUFSIZE ]; in slap_mods_opattrs()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Doperational.c78 char csnbuf[ LDAP_PVT_CSNSTR_BUFSIZE ]; in backsql_operational_entryCSN()
H A Dadd.c927 char buf[ LDAP_PVT_CSNSTR_BUFSIZE ]; in backsql_add()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Ddelete.cpp61 char csnbuf[LDAP_PVT_CSNSTR_BUFSIZE]; in ndb_back_delete()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/
H A Dlastmod.c375 char csnbuf[ LDAP_PVT_CSNSTR_BUFSIZE ]; in best_guess()
840 char csnbuf[ LDAP_PVT_CSNSTR_BUFSIZE ]; in lastmod_db_open()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Ddelete.c79 char csnbuf[LDAP_PVT_CSNSTR_BUFSIZE]; in wt_delete()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Ddelete.c72 char csnbuf[LDAP_PVT_CSNSTR_BUFSIZE]; in mdb_delete()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_pvt.h146 #define LDAP_PVT_CSNSTR_BUFSIZE 64 macro
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c682 char buf[LDAP_PVT_CSNSTR_BUFSIZE + STRLENOF("(entryCSN<=)")]; in syncprov_findcsn()
683 char cbuf[LDAP_PVT_CSNSTR_BUFSIZE]; in syncprov_findcsn()
2000 char cbuf[LDAP_PVT_CSNSTR_BUFSIZE]; in syncprov_play_sessionlog()
2046 num * LDAP_PVT_CSNSTR_BUFSIZE, op->o_tmpmemctx ); in syncprov_play_sessionlog()
2115 csns[j].bv_val = csns[0].bv_val + (j * LDAP_PVT_CSNSTR_BUFSIZE); in syncprov_play_sessionlog()
2410 char cbuf[LDAP_PVT_CSNSTR_BUFSIZE]; in syncprov_op_response()
3908 char csnbuf[ LDAP_PVT_CSNSTR_BUFSIZE ]; in syncprov_db_open()
H A Daccesslog.c691 char csnbuf[LDAP_PVT_CSNSTR_BUFSIZE]; in accesslog_purge()
1925 char cbuf[LDAP_PVT_CSNSTR_BUFSIZE]; in accesslog_response()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c1489 char csnbuf[LDAP_PVT_CSNSTR_BUFSIZE]; in ldif_back_delete()