Lines Matching refs:PHPAPI

52 #		define PHPAPI __declspec(dllexport)  macro
54 # define PHPAPI __declspec(dllimport) macro
60 # define PHPAPI __attribute__ ((visibility("default"))) macro
62 # define PHPAPI macro
125 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz);
133 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz);
283 PHPAPI int php_write(void *buf, uint size TSRMLS_DC);
284 PHPAPI int php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1,
286 PHPAPI int php_get_module_initialized(void);
287 PHPAPI void php_log_err(char *log_message TSRMLS_DC);
302 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis…
311 PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
313 PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const cha…
315 PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, const char *param2,…
318 PHPAPI void php_win32_docref2_from_error(DWORD error, const char *param1, const char *param2 TSRMLS…
335 PHPAPI extern int (*php_register_internal_extensions_func)(TSRMLS_D);
336 PHPAPI int php_register_internal_extensions(TSRMLS_D);
337 PHPAPI int php_mergesort(void *base, size_t nmemb, register size_t size, int (*cmp)(const void *, c…
338 PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userdata);
339 PHPAPI void php_com_initialize(TSRMLS_D);
340 PHPAPI char *php_get_current_user(TSRMLS_D);