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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dav.c45 key = AvARRAY(av) - AvALLOC(av);
47 AvALLOC(av)[--key] = &PL_sv_undef;
86 if (AvALLOC(av) != AvARRAY(av)) {
87 ary = AvALLOC(av) + AvFILLp(av) + 1;
88 tmp = AvARRAY(av) - AvALLOC(av);
89 Move(AvARRAY(av), AvALLOC(av), AvFILLp(av)+1, SV*);
91 SvPVX(av) = (char*)AvALLOC(av);
103 if (AvALLOC(av)) {
110 newmax = malloced_size((void*)AvALLOC(av))/sizeof(SV*) - 1;
119 Renew(AvALLOC(a
[all...]
H A Dav.h66 #define AvALLOC(av) ((XPVAV*) SvANY(av))->xav_alloc macro
H A Dcop.h173 AvMAX(ary) += AvARRAY(ary) - AvALLOC(ary); \
174 SvPVX(ary) = (char*)AvALLOC(ary); \
H A Ddump.c1199 if (AvARRAY(sv) != AvALLOC(sv)) {
1200 PerlIO_printf(file, " (offset=%"IVdf")\n", (IV)(AvARRAY(sv) - AvALLOC(sv)));
1201 Perl_dump_indent(aTHX_ level, file, " ALLOC = 0x%"UVxf"\n", PTR2UV(AvALLOC(sv)));
H A Dpp_sort.c1670 SV** ary = AvALLOC(av);
1672 AvMAX(av) += AvARRAY(av) - AvALLOC(av);
H A Dpp_ctl.c1548 int off = AvARRAY(ary) - AvALLOC(ary);
1560 Copy(AvALLOC(ary), AvARRAY(PL_dbargs), AvFILLp(ary) + 1 + off, SV*);
2288 ary = AvALLOC(av);
2290 AvMAX(av) += AvARRAY(av) - AvALLOC(av);
2296 AvALLOC(av) = ary;
H A Dscope.c77 AvALLOC(si->si_stack)[0] = &PL_sv_undef;
H A Dpp_hot.c2928 ary = AvALLOC(av);
2930 AvMAX(av) += AvARRAY(av) - AvALLOC(av);
2936 AvALLOC(av) = ary;
H A Dpp.c4092 if (!AvALLOC(ary))
4177 if (offset < after && diff <= AvARRAY(ary) - AvALLOC(ary)) {
H A Dsv.c1465 AvALLOC(sv) = 0;
10052 AvALLOC((AV*)dstr) = dst_ary;
10068 AvALLOC((AV*)dstr) = (SV**)NULL;

Completed in 80 milliseconds