Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Durl_scanner_ex.c979 static void php_url_scanner_output_handler(char *output, size_t output_len, char **handled_output, … in php_url_scanner_output_handler() argument
984 …*handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_… in php_url_scanner_output_handler()
996 *handled_output = estrndup(ZSTR_VAL(ctx->result.s), ZSTR_LEN(ctx->result.s)); in php_url_scanner_output_handler()
1002 *handled_output = estrndup(output, *handled_output_len = output_len); in php_url_scanner_output_handler()
1005 *handled_output = NULL; in php_url_scanner_output_handler()
H A Durl_scanner_ex.re496 static void php_url_scanner_output_handler(char *output, size_t output_len, char **handled_output, …
501 …*handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_…
513 *handled_output = estrndup(ZSTR_VAL(ctx->result.s), ZSTR_LEN(ctx->result.s));
519 *handled_output = estrndup(output, *handled_output_len = output_len);
522 *handled_output = NULL;
/PHP-7.0/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 13 milliseconds