Home
last modified time | relevance | path

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

/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c225 int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) in add_variable() local
230 if (sapi_module.input_filter(filter_arg, (char *)pKey, &new_val, valLen, &new_val_len)) { in add_variable()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c553 …int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))?PARSE_ENV:PARSE_S… in cgi_php_load_env_var() local
556 if (sapi_module.input_filter(filter_arg, var, &val, strlen(val), &new_val_len)) { in cgi_php_load_env_var()
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c605 …int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))?PARSE_ENV:PARSE_S… in cgi_php_load_env_var() local
608 if (sapi_module.input_filter(filter_arg, var, &val, strlen(val), &new_val_len)) { in cgi_php_load_env_var()

Completed in 27 milliseconds