Searched refs:ber_alloc (Results 1 – 10 of 10) sorted by relevance
111 extern BerElement *ber_alloc();195 BerElement *ber_alloc(void);
192 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) {
431 ber_alloc() in ber_alloc() function447 if ( (new = ber_alloc()) == NULLBER ) in ber_dup()462 if ((new = ber_alloc()) == NULLBER) in ber_init()
61 if ( (ber = ber_alloc()) == NULLBER ) { in main()
43 ber_alloc;
204 LDAP_API(BerElement*) LDAP_CALL ber_alloc(void);
53 ber_alloc;
449 ber_alloc() in ber_alloc() function467 if ( (new = ber_alloc()) == NULL ) in ber_dup()
345 BerElement *ber_alloc(void);
348 BerElement *ber = ber_alloc(); in berEncode()