Lines Matching refs:PHPAPI
26 PHPAPI zend_result php_request_startup(void);
27 PHPAPI void php_request_shutdown(void *dummy);
28 PHPAPI zend_result php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_module);
29 PHPAPI void php_module_shutdown(void);
30 PHPAPI int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals);
32 PHPAPI zend_result php_register_extensions(zend_module_entry * const * ptr, int count);
34 PHPAPI bool php_execute_script(zend_file_handle *primary_file);
35 PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval *ret);
36 PHPAPI zend_result php_lint_script(zend_file_handle *file);
38 PHPAPI void php_handle_aborted_connection(void);
39 PHPAPI int php_handle_auth_data(const char *auth);
41 PHPAPI void php_html_puts(const char *str, size_t siz);
42 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode);
49 PHPAPI void php_reserve_tsrm_memory(void);
50 PHPAPI bool php_tsrm_startup(void);