Searched defs:MAX_255 (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h254 The MAX_255 macro checks whether its pcre_uchar input is less than 256.
265 #define MAX_255(c) 1 macro
279 #define MAX_255(c) ((c) <= 255u) macro
280 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))
287 #define MAX_255(c) ((c) <= 255u) macro
288 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))

Completed in 63 milliseconds