Searched refs:LDAP_CALLOC (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | open.c | 144 if ( (ld = (LDAP *) LDAP_CALLOC( 1, sizeof(LDAP) )) == NULL ) { in ldap_create() 148 if ( (ld->ldc = (struct ldap_common *) LDAP_CALLOC( 1, in ldap_create() 575 lr = (LDAPRequest *)LDAP_CALLOC( 1, sizeof( LDAPRequest )); in ldap_open_internal_connection() 632 if ( (ld = (LDAP *) LDAP_CALLOC( 1, sizeof(LDAP) )) == NULL ) { in ldap_dup()
|
H A D | schema.c | 1202 res = LDAP_CALLOC(3,sizeof(char *)); in parse_qdescrs() 1238 res = LDAP_CALLOC(2,sizeof(char *)); in parse_qdescrs() 1358 res = LDAP_CALLOC(3,sizeof(char *)); in parse_oids() 1423 res = LDAP_CALLOC(2,sizeof(char *)); in parse_oids() 1447 ext = LDAP_CALLOC(1, sizeof(LDAPSchemaExtensionItem)); in add_extension() 1455 LDAP_CALLOC(2, sizeof(LDAPSchemaExtensionItem *)); in add_extension() 1524 syn = LDAP_CALLOC(1,sizeof(LDAPSyntax)); in ldap_str2syntax() 1670 mr = LDAP_CALLOC(1,sizeof(LDAPMatchingRule)); in ldap_str2matchingrule() 1870 mru = LDAP_CALLOC(1,sizeof(LDAPMatchingRuleUse)); in ldap_str2matchingruleuse() 2078 at = LDAP_CALLOC(1,sizeof(LDAPAttributeType)); in ldap_str2attributetype() [all …]
|
H A D | deref.c | 198 dr = LDAP_CALLOC( 1, sizeof(LDAPDerefRes) ); in ldap_parse_derefresponse_control() 220 dv = LDAP_CALLOC( 1, sizeof(LDAPDerefVal) ); in ldap_parse_derefresponse_control()
|
H A D | free.c | 64 return LDAP_CALLOC( n, s ); in ldap_memcalloc()
|
H A D | controls.c | 200 tctrl = LDAP_CALLOC( 1, sizeof(LDAPControl) ); in ldap_pvt_get_controls() 495 ctrl = (LDAPControl *) LDAP_CALLOC( sizeof(LDAPControl), 1 ); in ldap_control_create()
|
H A D | rq.c | 56 entry = (struct re_s *) LDAP_CALLOC( 1, sizeof( struct re_s )); in ldap_pvt_runqueue_insert()
|
H A D | tpool.c | 246 pool = (ldap_pvt_thread_pool_t) LDAP_CALLOC(1, in ldap_pvt_thread_pool_init_q() 258 char *ptr = LDAP_CALLOC(1, sizeof(struct ldap_int_thread_poolq_s) + CACHELINE-1); in ldap_pvt_thread_pool_init_q() 596 char *ptr = LDAP_CALLOC(1, sizeof(struct ldap_int_thread_poolq_s) + CACHELINE-1); in ldap_pvt_thread_pool_queues()
|
H A D | vc.c | 145 tctrl = LDAP_CALLOC(1, sizeof(LDAPControl)); in ldap_parse_verify_credentials()
|
H A D | rdwr.c | 88 rw = (struct ldap_int_thread_rdwr_s *) LDAP_CALLOC( 1, in ldap_pvt_thread_rdwr_init()
|
H A D | url.c | 886 ludp = (LDAPURLDesc *)LDAP_CALLOC( 1, sizeof( LDAPURLDesc )); in ldap_url_parse_ext() 1384 ludp = LDAP_CALLOC( 1, sizeof(LDAPURLDesc) ); in ldap_url_parsehosts()
|
H A D | request.c | 353 lr = (LDAPRequest *)LDAP_CALLOC( 1, sizeof( LDAPRequest ) ); in ldap_send_server_request() 468 lc = (LDAPConn *)LDAP_CALLOC( 1, sizeof( LDAPConn ) ); in ldap_new_connection()
|
H A D | ldap-int.h | 663 #define LDAP_CALLOC(n,s) (ber_memcalloc_x((n),(s),NULL)) macro
|
H A D | os-ip.c | 1189 sip = (struct selectinfo *)LDAP_CALLOC( 1, sizeof( struct selectinfo )); in ldap_new_select_info()
|
H A D | result.c | 989 newmsg = (LDAPMessage *) LDAP_CALLOC( 1, sizeof(LDAPMessage) ); in try_read1msg()
|
H A D | cyrus.c | 1257 mutex = (ldap_pvt_thread_mutex_t *) LDAP_CALLOC( 1, in ldap_pvt_sasl_mutex_new()
|