Lines Matching refs:PHPAPI
28 PHPAPI int php_request_startup(void);
29 PHPAPI void php_request_shutdown(void *dummy);
30 PHPAPI int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint32…
31 PHPAPI void php_module_shutdown(void);
32 PHPAPI int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals);
34 PHPAPI int php_register_extensions(zend_module_entry * const * ptr, int count);
36 PHPAPI int php_execute_script(zend_file_handle *primary_file);
37 PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval *ret);
38 PHPAPI int php_handle_special_queries(void);
39 PHPAPI int php_lint_script(zend_file_handle *file);
41 PHPAPI void php_handle_aborted_connection(void);
42 PHPAPI int php_handle_auth_data(const char *auth);
44 PHPAPI void php_html_puts(const char *str, size_t siz);
45 PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode);
52 PHPAPI void php_reserve_tsrm_memory(void);
53 PHPAPI int php_tsrm_startup(void);