Home
last modified time | relevance | path

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

/titanic_50/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) {
535 if (key_asn != NULLBER)
541 if (p8obj_asn != NULLBER)
[all …]
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dspagectrl.c32 if ((ber = ber_alloc_t(LBER_USE_DER)) == NULLBER){ in ldap_create_page_control()
60 if ((theBer = ber_init(&listCtrlp->ldctl_value)) == NULLBER){ in ldap_parse_page_control()
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 ) { in nsldapi_alloc_ber_with_options()
613 if ( lc->lconn_ber != NULLBER ) { in nsldapi_free_connection()
666 if ( lc->lconn_ber != NULLBER ) { in nsldapi_dump_connection()
/titanic_50/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 ) { in ber_init()
/titanic_50/usr/src/cmd/ldap/common/
H A Detest.c61 if ( (ber = ber_alloc()) == NULLBER ) { in main()
/titanic_50/usr/src/head/
H A Dlber.h96 #define NULLBER ((BerElement *)NULL) macro