Home
last modified time | relevance | path

Searched refs:hook_echo (Results 1 – 3 of 3) sorted by relevance

/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/
H A Dsp_disabled_functions.h7 size_t hook_echo(const char *, size_t);
9 int hook_echo(const char *, size_t);
H A Dsp_disabled_functions.c630 size_t hook_echo(const char* str, size_t str_length) { function
632 int hook_echo(const char* str, size_t str_length) {
H A Dsnuffleupagus.c324 zend_write = hook_echo; in PHP_INI_MH()