version 1.5.2.2, 2005/06/03 19:54:17
|
version 1.5.2.3, 2005/08/09 21:04:07
|
Line 87 dynlist_make_filter( Operation *op, stru
|
Line 87 dynlist_make_filter( Operation *op, stru
|
|
|
char *ptr; |
char *ptr; |
|
|
assert( oldf ); |
assert( oldf != NULL ); |
assert( newf ); |
assert( newf != NULL ); |
assert( !BER_BVISNULL( oldf ) ); |
assert( !BER_BVISNULL( oldf ) ); |
assert( !BER_BVISEMPTY( oldf ) ); |
assert( !BER_BVISEMPTY( oldf ) ); |
|
|
Line 289 dynlist_send_entry( Operation *op, SlapR
|
Line 289 dynlist_send_entry( Operation *op, SlapR
|
SlapReply r = { REP_SEARCH }; |
SlapReply r = { REP_SEARCH }; |
struct berval *url; |
struct berval *url; |
Entry *e; |
Entry *e; |
int e_flags; |
slap_mask_t e_flags; |
int opattrs, |
int opattrs, |
userattrs; |
userattrs; |
dynlist_sc_t dlc = { 0 }; |
dynlist_sc_t dlc = { 0 }; |