Home
last modified time | relevance | path

Searched refs:MAX_USER_PROBLEMS (Results 1 – 2 of 2) sorted by relevance

/dports/security/pscan/pscan-1.3/
H A Dpscan.h36 #define MAX_USER_PROBLEMS 2048 macro
H A Dpscan.c91 static problem_t user_problem_functions[MAX_USER_PROBLEMS];
161 if (user_problems >= MAX_USER_PROBLEMS) { in read_problem_file()