Searched refs:newdataitems (Results 1 – 1 of 1) sorted by relevance
578 void *newdataitems = NULL; in prldap_tsd_realloc() local598 newdataitems = (PRLDAP_ErrorInfo *)PR_Calloc( count, sizeof( void * )); in prldap_tsd_realloc()599 if ( newdataitems == NULL ) { in prldap_tsd_realloc()603 memcpy( newdataitems, tsdhdr->ptpdh_dataitems, in prldap_tsd_realloc()609 tsdhdr->ptpdh_dataitems = newdataitems; in prldap_tsd_realloc()