Searched refs:NSLDAPI_CALLOC (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcache.c106 mods[i] = (LDAPMod *)NSLDAPI_CALLOC( 1, sizeof(LDAPMod) );
142 mods[i] = (LDAPMod *)NSLDAPI_CALLOC( 1, sizeof(LDAPMod) );
H A Dsrchpref.c264 if (( so = (struct ldap_searchobj *)NSLDAPI_CALLOC( 1,
377 if (( *sa = ( struct ldap_searchattr * )NSLDAPI_CALLOC( 1,
410 if (( *sm = ( struct ldap_searchmatch * )NSLDAPI_CALLOC( 1,
H A Ddsparse.c59 if (( toks = (char **)NSLDAPI_CALLOC( 1, sizeof( char * ))) == NULL ) {
H A Dgetfilter.c113 ( lfdp = (LDAPFiltDesc *)NSLDAPI_CALLOC(1, sizeof( LDAPFiltDesc)))
134 if (( nextflp = (LDAPFiltList *)NSLDAPI_CALLOC( 1,
170 if (( nextfip = (LDAPFiltInfo *)NSLDAPI_CALLOC( 1,
521 if (( words = (char **)NSLDAPI_CALLOC( 1, sizeof( char * ))) == NULL ) {
H A Ddisptmpl.c484 if (( tmpl = (struct ldap_disptmpl *)NSLDAPI_CALLOC( 1,
535 if (( ocp = (struct ldap_oclist *)NSLDAPI_CALLOC( 1,
614 if (( adp = (struct ldap_adddeflist *)NSLDAPI_CALLOC( 1,
648 if (( ip = (struct ldap_tmplitem *)NSLDAPI_CALLOC( 1,
698 if (( ip->ti_args = (char **)NSLDAPI_CALLOC( i + 1,
H A Dopen.c512 ((ld->ld_mutex = (void **) NSLDAPI_CALLOC( LDAP_MAX_LOCK, sizeof(void *))) == NULL )) {
609 if (( srv = (LDAPServer *)NSLDAPI_CALLOC( 1, sizeof( LDAPServer ))) ==
668 *statusp = NSLDAPI_CALLOC( 1, sizeof( struct ldap_x_hostlist_status ));
H A Durl.c201 if (( ludp = (LDAPURLDesc *)NSLDAPI_CALLOC( 1, sizeof( LDAPURLDesc )))
345 if (( ludp->lud_attrs = (char **)NSLDAPI_CALLOC( nattrs + 1,
440 if (( srv = (LDAPServer *)NSLDAPI_CALLOC( 1, sizeof( LDAPServer )))
H A Dgetdxbyname.c208 (char *)NSLDAPI_CALLOC( 1, txt_len + 1 ))
H A Dmemcache.c265 if ((*cachep = (LDAPMemCache*)NSLDAPI_CALLOC(1,
298 (*cachep)->ldmemc_basedns = (char**)NSLDAPI_CALLOC(i + 1,
426 pCur = (ldapmemcacheld*)NSLDAPI_CALLOC(1, sizeof(ldapmemcacheld));
648 if ((keystr = (char*)NSLDAPI_CALLOC(len, sizeof(char))) == NULL) {
1210 p->ber_buf = (char*)NSLDAPI_CALLOC(1, p->ber_len);
1247 if ((*ppCurNew = (LDAPMessage*)NSLDAPI_CALLOC(1,
1435 pRes = (ldapmemcacheRes*)NSLDAPI_CALLOC(1, sizeof(ldapmemcacheRes));
1811 if ((*ppTable = (HashTable*)NSLDAPI_CALLOC(1, sizeof(HashTable))) == NULL)
1814 (*ppTable)->table = (HashTableNode*)NSLDAPI_CALLOC(size_limit,
H A Dgetdn.c294 if (( rdns[ count-1 ] = (char *)NSLDAPI_CALLOC(
H A Drequest.c235 if (( lr = (LDAPRequest *)NSLDAPI_CALLOC( 1, sizeof( LDAPRequest ))) ==
372 if (( lc = (LDAPConn *)NSLDAPI_CALLOC( 1, sizeof( LDAPConn ))) == NULL
991 if (( srv = (LDAPServer *)NSLDAPI_CALLOC( 1, sizeof( LDAPServer )))
1314 if (( srv = (LDAPServer *)NSLDAPI_CALLOC( 1,
H A Dcontrol.c198 if (( newctrl = (struct ldapcontrol *)NSLDAPI_CALLOC( 1,
H A Dgetoption.c398 if (( aip->ldapai_extensions = NSLDAPI_CALLOC(
H A Dos-ip.c1054 if (( iosp = (NSLDAPIIOStatus *)NSLDAPI_CALLOC( 1,
1716 if (( csip = (NSLDAPICompatSocketInfo *)NSLDAPI_CALLOC( 1,
1766 if (( defcsip = (NSLDAPICompatSocketInfo *)NSLDAPI_CALLOC( 1,
1777 } else if (( ld->ld_io_fns_ptr = (struct ldap_io_fns *)NSLDAPI_CALLOC(
H A Dldap-int.h607 #define NSLDAPI_CALLOC( nelem, elsize ) ldap_x_calloc( nelem, elsize ) macro
H A Dresult.c699 if ( (new = (LDAPMessage*)NSLDAPI_CALLOC( 1, sizeof(struct ldapmsg) ))
1339 newlp = (LDAPPend *)NSLDAPI_CALLOC( 1,
H A Dsasl.c878 if ( (mech = NSLDAPI_CALLOC(1, slen)) == NULL) {

Completed in 41 milliseconds