Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c209 int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) in add_variable() local
214 if (sapi_module.input_filter(filter_arg, (char *)pKey, &new_val, valLen, &new_val_len)) { in add_variable()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c513 …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
516 if (sapi_module.input_filter(filter_arg, var, &val, strlen(val), &new_val_len)) { in cgi_php_load_env_var()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c659 …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
662 if (sapi_module.input_filter(filter_arg, var, &val, strlen(val), &new_val_len)) { in cgi_php_load_env_var()

Completed in 25 milliseconds