version 1.110, 2009/10/28 22:00:27
|
version 1.111, 2009/11/04 10:17:51
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/include/lber.h,v 1.109 2009/08/12 20:14:35 hallvard Exp $ */ |
/* $OpenLDAP: pkg/ldap/include/lber.h,v 1.110 2009/10/28 22:00:27 hallvard 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-2009 The OpenLDAP Foundation. |
* Copyright 1998-2009 The OpenLDAP Foundation. |
Line 279 ber_get_stringb LDAP_P((
|
Line 279 ber_get_stringb LDAP_P((
|
#define LBER_BV_ALLOC 0x01 /* allocate/copy result, otherwise in-place */ |
#define LBER_BV_ALLOC 0x01 /* allocate/copy result, otherwise in-place */ |
#define LBER_BV_NOTERM 0x02 /* omit NUL-terminator if parsing in-place */ |
#define LBER_BV_NOTERM 0x02 /* omit NUL-terminator if parsing in-place */ |
#define LBER_BV_STRING 0x04 /* fail if berval contains embedded \0 */ |
#define LBER_BV_STRING 0x04 /* fail if berval contains embedded \0 */ |
|
/* LBER_BV_STRING currently accepts a terminating \0 in the berval, because |
|
* Active Directory sends that in at least the diagonsticMessage field. |
|
*/ |
|
|
LBER_F( ber_tag_t ) |
LBER_F( ber_tag_t ) |
ber_get_stringbv LDAP_P(( |
ber_get_stringbv LDAP_P(( |