Home
last modified time | relevance | path

Searched refs:LDAP_CALLOC (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dopen.c144 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 Dschema.c1202 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 Dderef.c198 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 Dfree.c64 return LDAP_CALLOC( n, s ); in ldap_memcalloc()
H A Dcontrols.c200 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 Drq.c56 entry = (struct re_s *) LDAP_CALLOC( 1, sizeof( struct re_s )); in ldap_pvt_runqueue_insert()
H A Dtpool.c246 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 Dvc.c145 tctrl = LDAP_CALLOC(1, sizeof(LDAPControl)); in ldap_parse_verify_credentials()
H A Drdwr.c88 rw = (struct ldap_int_thread_rdwr_s *) LDAP_CALLOC( 1, in ldap_pvt_thread_rdwr_init()
H A Durl.c886 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 Drequest.c353 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 Dldap-int.h663 #define LDAP_CALLOC(n,s) (ber_memcalloc_x((n),(s),NULL)) macro
H A Dos-ip.c1189 sip = (struct selectinfo *)LDAP_CALLOC( 1, sizeof( struct selectinfo )); in ldap_new_select_info()
H A Dresult.c989 newmsg = (LDAPMessage *) LDAP_CALLOC( 1, sizeof(LDAPMessage) ); in try_read1msg()
H A Dcyrus.c1257 mutex = (ldap_pvt_thread_mutex_t *) LDAP_CALLOC( 1, in ldap_pvt_sasl_mutex_new()