Lines Matching refs:PHPAPI

51 #		define PHPAPI __declspec(dllexport)  macro
53 # define PHPAPI __declspec(dllimport) macro
59 # define PHPAPI __attribute__ ((visibility("default"))) macro
61 # define PHPAPI macro
124 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz);
132 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz);
280 PHPAPI int php_write(void *buf, uint size TSRMLS_DC);
281 PHPAPI int php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1,
283 PHPAPI int php_get_module_initialized(void);
284 PHPAPI void php_log_err(char *log_message TSRMLS_DC);
299 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis…
308 PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
310 PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const cha…
312 PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, const char *param2,…
315 PHPAPI void php_win32_docref2_from_error(DWORD error, const char *param1, const char *param2 TSRMLS…
332 PHPAPI extern int (*php_register_internal_extensions_func)(TSRMLS_D);
333 PHPAPI int php_register_internal_extensions(TSRMLS_D);
334 PHPAPI int php_mergesort(void *base, size_t nmemb, register size_t size, int (*cmp)(const void *, c…
335 PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userdata);
336 PHPAPI void php_com_initialize(TSRMLS_D);
337 PHPAPI char *php_get_current_user(TSRMLS_D);