maxdepth 1195 pcre/pcre_compile.cpp uint32_t maxdepth; // peak stack depth maxdepth 1226 pcre/pcre_compile.cpp fprintf(fp, "PCRE TypedStack depth = %u\n", unsigned(maxdepth)); maxdepth 1257 pcre/pcre_compile.cpp if (depth > maxdepth) maxdepth 1258 pcre/pcre_compile.cpp maxdepth = depth;