Searched refs:NULLBER (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dspagectrl.c32 if ((ber = ber_alloc_t(LBER_USE_DER)) == NULLBER){
60 if ((theBer = ber_init(&listCtrlp->ldctl_value)) == NULLBER){
H A Dresult.c514 if ( lc->lconn_ber == NULLBER && nsldapi_alloc_ber_with_options( ld,
545 lc->lconn_ber = NULLBER;
597 ber = NULLBER;
645 ber = NULLBER;
675 if ( ber != NULLBER ) {
677 ber = NULLBER;
694 if ( ber == NULLBER ) {
H A Drequest.c65 if (( *berp = ber_alloc_t( ld->ld_lberoptions )) == NULLBER ) {
613 if ( lc->lconn_ber != NULLBER ) {
666 if ( lc->lconn_ber != NULLBER ) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftASN1.c149 BerElement *key_asn = NULLBER, *p8obj_asn = NULLBER;
193 if ((key_asn = ber_alloc()) == NULLBER)
286 if ((p8obj_asn = ber_alloc()) == NULLBER) {
346 if (key_asn != NULLBER)
352 if (p8obj_asn != NULLBER)
366 BerElement *key_asn = NULLBER, *p8obj_asn = NULLBER;
406 if ((key_asn = ber_alloc()) == NULLBER)
425 if ((p8obj_asn = ber_alloc()) == NULLBER) {
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h153 #define NULLBER ((BerElement *)NULL) macro
215 ( (ber) != NULLBER )
H A Dio.c1278 if (( ber = ber_alloc_t( 0 )) != NULLBER ) {
/illumos-gate/usr/src/cmd/ldap/common/
H A Detest.c61 if ( (ber = ber_alloc()) == NULLBER ) {
/illumos-gate/usr/src/head/
H A Dlber.h96 #define NULLBER ((BerElement *)NULL) macro

Completed in 82 milliseconds