Lines Matching defs:ary
3892 AV * const ary = newAV_alloc_x(2);
3893 av_push_simple(ary, mg->mg_obj); /* takes the refcount */
3894 av_push_simple(ary, SvREFCNT_inc_simple_NN(dsv));
3895 mg->mg_obj = (SV *)ary;
4077 AV * const ary = newAV_alloc_xz(4);
4078 av_push_simple(ary, mg->mg_obj); /* takes the refcount */
4079 mg->mg_obj = (SV *)ary;
14380 PTR_TBL_ENT_t **ary = tbl->tbl_ary;
14388 Renew(ary, newsize, PTR_TBL_ENT_t*);
14389 Zero(&ary[oldsize], newsize-oldsize, PTR_TBL_ENT_t*);
14391 tbl->tbl_ary = ary;
14392 for (i=0; i < oldsize; i++, ary++) {
14393 PTR_TBL_ENT_t **entp = ary;
14394 PTR_TBL_ENT_t *ent = *ary;
14398 curentp = ary + oldsize;
15060 /* Fallthrough: duplicate lazysv.cur by using the ary.ary
15066 assert ((void *) &ncx->blk_loop.state_u.ary.ary ==
15070 ncx->blk_loop.state_u.ary.ary
15071 = av_dup_inc(ncx->blk_loop.state_u.ary.ary, param);