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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c578 void *newdataitems = NULL; local
598 newdataitems = (PRLDAP_ErrorInfo *)PR_Calloc( count, sizeof( void * ));
599 if ( newdataitems == NULL ) {
603 memcpy( newdataitems, tsdhdr->ptpdh_dataitems,
609 tsdhdr->ptpdh_dataitems = newdataitems;

Completed in 57 milliseconds