Searched refs:MAX_STACK_DEPTH (Results 1 – 1 of 1) sorted by relevance
43 #define MAX_STACK_DEPTH 10000 macro202 StackEntry calls[MAX_STACK_DEPTH];1174 char spaces[MAX_STACK_DEPTH+1]; in dumpTrace()1183 memset(spaces, '.', MAX_STACK_DEPTH); in dumpTrace()1184 spaces[MAX_STACK_DEPTH] = '\0'; in dumpTrace()1237 } else if (printDepth > MAX_STACK_DEPTH) { in dumpTrace()1238 printDepth = MAX_STACK_DEPTH; in dumpTrace()1253 spaces + (MAX_STACK_DEPTH - printDepth), in dumpTrace()1259 spaces + (MAX_STACK_DEPTH - printDepth), in dumpTrace()2366 if (pStack->top >= MAX_STACK_DEPTH) { in parseDataKeys()[all …]