Searched refs:MAX_SEMPROC_VALUE (Results 1 – 4 of 4) sorted by relevance
36 #define MAX_SEMPROC_VALUE 512 /* was 300 */ macro50 LCHAR value[MAX_SEMPROC_VALUE];
110 if (LSTRLEN(value) >= MAX_SEMPROC_VALUE) in ST_putKeyValue()111 …("Warning: chopping length of value len %d > %d (%s)\n", LSTRLEN(value), MAX_SEMPROC_VALUE, value); in ST_putKeyValue()112 LSTRNCPY(buf, value, MAX_SEMPROC_VALUE); in ST_putKeyValue()113 buf[MAX_SEMPROC_VALUE-1] = 0; in ST_putKeyValue()
351 LCHAR result[MAX_SEMPROC_VALUE]; in handle_EndOfStatement()
1008 if (LSTRLEN(spo[i]) > MAX_SEMPROC_VALUE) in make_union_of_scripts()1009 …: won't be able to parse this script! len %d>%d %s\n", LSTRLEN(spo[i]), MAX_SEMPROC_VALUE, spo[i]); in make_union_of_scripts()