Searched refs:PS_BIN_MAX (Results 1 – 1 of 1) sorted by relevance
886 #define PS_BIN_MAX (PS_BIN_UNDEF-1) macro897 if (ZSTR_LEN(key) > PS_BIN_MAX) continue; in PS_SERIALIZER_ENCODE_FUNC()924 if (namelen < 0 || namelen > PS_BIN_MAX || (p + namelen) >= endptr) { in PS_SERIALIZER_DECODE_FUNC()
Completed in 10 milliseconds