Home
last modified time | relevance | path

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

/dports/www/mod_security/modsecurity-2.9.3/apache2/
H A Dmsc_status_engine.c447 int beacon_str_len = 0; in msc_status_engine_call() local
453 beacon_str_len = msc_beacon_string(NULL, 0); in msc_status_engine_call()
455 beacon_str = malloc(sizeof(char) * beacon_str_len); in msc_status_engine_call()
459 msc_beacon_string(beacon_str, beacon_str_len); in msc_status_engine_call()
H A Dmsc_remote_rules.c280 int beacon_str_len = 0; in msc_remote_download_content() local
295 beacon_str_len = msc_beacon_string(NULL, 0); in msc_remote_download_content()
297 beacon_str = malloc(sizeof(char) * beacon_str_len + 1); in msc_remote_download_content()
305 msc_beacon_string(beacon_str, beacon_str_len); in msc_remote_download_content()