Lines Matching refs:MBSTRING_API
26 # undef MBSTRING_API
28 # define MBSTRING_API __declspec(dllexport) macro
30 # define MBSTRING_API __declspec(dllimport) macro
32 # define MBSTRING_API /* nothing special */ macro
35 # undef MBSTRING_API
36 # define MBSTRING_API __attribute__ ((visibility("default"))) macro
38 # undef MBSTRING_API
39 # define MBSTRING_API /* nothing special */ macro
56 MBSTRING_API char *php_mb_safe_strrchr_ex(const char *s, unsigned int c,
58 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c,
61 MBSTRING_API char *php_mb_convert_encoding_ex(
64 MBSTRING_API char * php_mb_convert_encoding(
68 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc);
69 MBSTRING_API size_t php_mb_mbchar_bytes(const char *s);
71 MBSTRING_API size_t php_mb_stripos(int mode, const char *old_haystack, size_t old_haystack_len, con…
72 MBSTRING_API int php_mb_check_encoding(const char *input, size_t length, const mbfl_encoding *encod…