Home
last modified time | relevance | path

Searched refs:ber_alloc (Results 1 – 10 of 10) sorted by relevance

/onnv-gate/usr/src/lib/libldap4/include/
H A Dlber.h111 extern BerElement *ber_alloc();
195 BerElement *ber_alloc(void);
/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftASN1.c192 if ((key_asn = ber_alloc()) == NULLBER)
285 if ((p8obj_asn = ber_alloc()) == NULLBER) {
405 if ((key_asn = ber_alloc()) == NULLBER)
424 if ((p8obj_asn = ber_alloc()) == NULLBER) {
593 if ((key_asn = ber_alloc()) == NULLBER)
612 if ((p8obj_asn = ber_alloc()) == NULLBER) {
768 if ((key_asn = ber_alloc()) == NULLBER)
788 if ((p8obj_asn = ber_alloc()) == NULLBER) {
/onnv-gate/usr/src/lib/libldap4/ber/
H A Dio.c431 ber_alloc() in ber_alloc() function
447 if ( (new = ber_alloc()) == NULLBER ) in ber_dup()
462 if ((new = ber_alloc()) == NULLBER) in ber_init()
/onnv-gate/usr/src/cmd/ldap/common/
H A Detest.c61 if ( (ber = ber_alloc()) == NULLBER ) { in main()
/onnv-gate/usr/src/lib/libldap4/common/
H A Dmapfile-vers43 ber_alloc;
/onnv-gate/usr/src/head/
H A Dlber.h204 LDAP_API(BerElement*) LDAP_CALL ber_alloc(void);
/onnv-gate/usr/src/lib/libldap5/
H A Dmapfile-vers53 ber_alloc;
/onnv-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c449 ber_alloc() in ber_alloc() function
467 if ( (new = ber_alloc()) == NULL ) in ber_dup()
/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dllib-lldap345 BerElement *ber_alloc(void);
/onnv-gate/usr/src/lib/libnisdb/
H A Dldap_val.c348 BerElement *ber = ber_alloc(); in berEncode()