Home
last modified time | relevance | path

Searched refs:sg_maxThreads (Results 1 – 5 of 5) sorted by relevance

/dports/security/razorback-yaraNugget/yaraNugget-0.5.0/src/
H A Dyara.c25 static conf_int_t sg_maxThreads = 0; variable
38 {"Threads.Max", RZB_CONF_KEY_TYPE_INT, &sg_maxThreads, NULL },
236 &sg_InspectionHooks, sg_initThreads, sg_maxThreads);
/dports/security/razorback-clamavNugget/clamavNugget-0.5.0/src/
H A DClamAVNugget.c39 static conf_int_t sg_maxThreads = 0; variable
64 {"Threads.Max", RZB_CONF_KEY_TYPE_INT, &sg_maxThreads, NULL },
173 sg_initThreads, sg_maxThreads);
/dports/security/razorback-archiveInflate/archiveInflate-0.5.0/src/
H A Darchive.c37 static conf_int_t sg_maxThreads = 0; variable
75 {"Threads.Max", RZB_CONF_KEY_TYPE_INT, &sg_maxThreads, NULL},
117 &sg_InspectionHooks, sg_initThreads, sg_maxThreads)) == NULL)
/dports/security/razorback-scriptNugget/scriptNugget-0.5.0/src/
H A DscriptNugget.c29 static conf_int_t sg_maxThreads = 0; variable
46 {"Threads.Max", RZB_CONF_KEY_TYPE_INT, &sg_maxThreads, NULL },
552 &sg_InspectionHooks, sg_initThreads, sg_maxThreads)) == NULL) in registerScript()
/dports/security/razorback-swfScanner/swfScanner-0.5.0/src/
H A Dswf_scanner.c19 static conf_int_t sg_maxThreads = 0; variable
36 {"Threads.Max", RZB_CONF_KEY_TYPE_INT, &sg_maxThreads, NULL },
737 &sg_InspectionHooks, sg_initThreads, sg_maxThreads)) == NULL)