Lines Matching refs:zend_result
108 typedef zend_result (*php_output_handler_context_func_t)(void **handler_context, php_output_context…
112 typedef zend_result (*php_output_handler_conflict_check_t)(const char *handler_name, size_t handler…
205 PHPAPI zend_result php_output_flush(void);
207 PHPAPI zend_result php_output_clean(void);
209 PHPAPI zend_result php_output_end(void);
211 PHPAPI zend_result php_output_discard(void);
214 PHPAPI zend_result php_output_get_contents(zval *p);
215 PHPAPI zend_result php_output_get_length(zval *p);
219 PHPAPI zend_result php_output_start_default(void);
220 PHPAPI zend_result php_output_start_devnull(void);
222 PHPAPI zend_result php_output_start_user(zval *output_handler, size_t chunk_size, int flags);
223 PHPAPI zend_result php_output_start_internal(const char *name, size_t name_len, php_output_handler_…
229 PHPAPI zend_result php_output_handler_start(php_output_handler *handler);
231 PHPAPI zend_result php_output_handler_hook(php_output_handler_hook_t type, void *arg);
236 PHPAPI zend_result php_output_handler_conflict_register(const char *handler_name, size_t handler_na…
237 PHPAPI zend_result php_output_handler_reverse_conflict_register(const char *handler_name, size_t ha…
240 PHPAPI zend_result php_output_handler_alias_register(const char *handler_name, size_t handler_name_…