Home
last modified time | relevance | path

Searched refs:tagval (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs3207 I32 tagval = htonl(LOW_32BITS(ary[i])); in store_hook() local
3208 WRITE_I32(tagval); in store_hook()
3209 TRACEME(("object %d, tag #%d", i-1, ntohl(tagval))); in store_hook()
3495 I32 tagval; in store() local
3528 tagval = htonl(LOW_32BITS(((char *)svh)-1)); in store()
3530 tagval = htonl(LOW_32BITS(*svh)); in store()
3533 TRACEME(("object 0x%"UVxf" seen as #%d", PTR2UV(sv), ntohl(tagval))); in store()
3536 WRITE_I32(tagval); in store()