Class-AutoDB
view release on metacpan or search on metacpan
docs/Developer/Dumper.xs view on Meta::CPAN
#
# This is the exact equivalent of Dump. Well, almost. The things that are
# different as of now (due to Laziness):
# * doesnt do double-quotes yet.
#
void
AutoDB_Dumper_Dumpxs(href, ...)
SV *href;
PROTOTYPE: $;$$
PPCODE:
{
HV *hv;
SV *retval, *valstr;
HV *seenhv = NULL;
AV *postav, *todumpav, *namesav;
I32 level = 0;
I32 indent, terse, i, imax, postlen;
SV **svp;
SV *val, *name, *pad, *xpad, *apad, *sep, *pair, *varname;
SV *freezer, *toaster, *bless, *sortkeys;
lib/Class/AutoDB/Dumper.xs view on Meta::CPAN
#
# This is the exact equivalent of Dump. Well, almost. The things that are
# different as of now (due to Laziness):
# * doesnt do double-quotes yet.
#
void
AutoDB_Dumper_Dumpxs(href, ...)
SV *href;
PROTOTYPE: $;$$
PPCODE:
{
HV *hv;
SV *retval, *valstr;
HV *seenhv = NULL;
AV *postav, *todumpav, *namesav;
I32 level = 0;
I32 indent, terse, i, imax, postlen;
SV **svp;
SV *val, *name, *pad, *xpad, *apad, *sep, *pair, *varname;
SV *freezer, *toaster, *bless, *sortkeys;
( run in 1.064 second using v1.01-cache-2.11-cpan-71847e10f99 )