Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs200 #define LG_BLESS 127 /* Large classname bless limit */ macro
4099 if (classnum <= LG_BLESS) { in store_blessed()
4111 if (len <= LG_BLESS) { in store_blessed()
4740 char buf[LG_BLESS + 1]; /* Avoid malloc() if possible */ in retrieve_blessed()
4818 char buf[LG_BLESS + 1]; /* Avoid malloc() if possible */ in retrieve_hook_common()
4963 else if (len > LG_BLESS) { /* security: signed len */ in retrieve_hook_common()