Searched refs:to_null (Results 1 – 1 of 1) sorted by relevance
108 SSize_t to_null = 0; /* How many elements to Zero */ in Perl_av_extend_guts() local117 to_null = *arrayp - *allocp; in Perl_av_extend_guts()119 *maxp += to_null; in Perl_av_extend_guts()131 to_null = *maxp - AvFILLp(av); in Perl_av_extend_guts()184 to_null += newmax - *maxp; /* Initialize all new elements in Perl_av_extend_guts()213 to_null = *maxp+1; /* Initialize all new array elements */ in Perl_av_extend_guts()219 Zero(*allocp + ary_offset,to_null,SV*); in Perl_av_extend_guts()