Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.xs150 #define SX_SCALAR C(10) /* Scalar (binary, small) follows (length, data) */ macro
1120 #define STORE_SCALAR(pv, len) STORE_PV_LEN(pv, len, SX_SCALAR, SX_LSCALAR)
6667 case SX_SCALAR: in retrieve_code()