Searched refs:av_clear (Results 1 – 23 of 23) sorted by relevance
7 Attempt to clear deleted array [av_clear]
29 av_clear(keys);30 av_clear(placeholder);
1089 av_clear(av); in PP()1137 av_clear(av); in PP()1222 av_clear(av); in S_sortcv_stacked()1225 av_clear(av); in S_sortcv_stacked()
1456 av_clear(MUTABLE_AV(sv)); in Perl_leave_scope()
4446 av_clear(args); in Perl_init_dbargs()4698 av_clear(GvAVn(PL_argvgv)); in Perl_init_argv_symbols()
6983 av_clear(ary);7018 av_clear(ary);7658 av_clear((AV*)targ);
3067 av_clear(ary); in PP()3522 av_clear((AV*)lsv); in PP()
2002 av_clear(MUTABLE_AV(sv)); in Perl_magic_clearisa()
1108 av_clear((AV *)varsv);
136 # define av_clear(a) Perl_av_clear(aTHX_ a) macro
7636 av_clear(RExC_warn_text); \
10206 av_clear(GvAV(gv));
653 Adp |void |av_clear |NN AV *av
9 av_clear # T
1159 if (isav) av_clear((AV*) ssv); in sharedsv_array_mg_CLEAR()
1582 av_clear(postav);
1196 av_clear(spill); in pairmap()
478 av_clear(MY_CXT.cscav); in blockhook_csc_pre_end()3364 av_clear(MY_CXT.bhkav);4077 av_clear(MY_CXT.peep_recorder);4078 av_clear(MY_CXT.rpeep_recorder);
23 av_clear # T
587 void av_clear(AV*);591 The C<av_clear> function deletes all the elements in the AV* array, but
3399 B<values> are assigned to. In terms of the XS API, it means that C<av_clear()>
351 can also happen if XS code calls C<av_clear> from a custom magic
628 Apd |void |av_clear |NN AV *av