Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs199 #define LG_SCALAR 255 /* Large scalar length limit */ macro
1100 if (len <= LG_SCALAR) { \
3879 if (((classnum == -1) ? len : classnum) > LG_SCALAR) in store_hook()
3883 if (len2 > LG_SCALAR) in store_hook()
3887 if (count > (LG_SCALAR + 1)) in store_hook()