Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Durl_scanner_ex.c1100 …scanner_session_handler_impl(char *output, size_t output_len, char **handled_output, size_t *handl… in php_url_scanner_session_handler_impl() argument
1112 …*handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_… in php_url_scanner_session_handler_impl()
1124 *handled_output = estrndup(ZSTR_VAL(ctx->result.s), ZSTR_LEN(ctx->result.s)); in php_url_scanner_session_handler_impl()
1130 *handled_output = estrndup(output, *handled_output_len = output_len); in php_url_scanner_session_handler_impl()
1133 *handled_output = NULL; in php_url_scanner_session_handler_impl()
1137 static void php_url_scanner_session_handler(char *output, size_t output_len, char **handled_output,… in php_url_scanner_session_handler() argument
1139 …php_url_scanner_session_handler_impl(output, output_len, handled_output, handled_output_len, mode,… in php_url_scanner_session_handler()
1142 static void php_url_scanner_output_handler(char *output, size_t output_len, char **handled_output, … in php_url_scanner_output_handler() argument
1144 …php_url_scanner_session_handler_impl(output, output_len, handled_output, handled_output_len, mode,… in php_url_scanner_output_handler()
H A Durl_scanner_ex.re685 …scanner_session_handler_impl(char *output, size_t output_len, char **handled_output, size_t *handl…
697 …*handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_…
709 *handled_output = estrndup(ZSTR_VAL(ctx->result.s), ZSTR_LEN(ctx->result.s));
715 *handled_output = estrndup(output, *handled_output_len = output_len);
718 *handled_output = NULL;
722 static void php_url_scanner_session_handler(char *output, size_t output_len, char **handled_output,…
724 …php_url_scanner_session_handler_impl(output, output_len, handled_output, handled_output_len, mode,…
727 static void php_url_scanner_output_handler(char *output, size_t output_len, char **handled_output, …
729 …php_url_scanner_session_handler_impl(output, output_len, handled_output, handled_output_len, mode,…
/PHP-7.1/main/
H A Dphp_output.h108 typedef void (*php_output_handler_func_t)(char *output, size_t output_len, char **handled_output, s…

Completed in 45 milliseconds