Searched refs:PHP_BZ2_API (Results 1 – 2 of 2) sorted by relevance
34 # define PHP_BZ2_API __declspec(dllexport) macro36 # define PHP_BZ2_API __declspec(dllimport) macro38 # define PHP_BZ2_API /* nothing special */ macro41 # define PHP_BZ2_API __attribute__ ((visibility("default"))) macro43 # define PHP_BZ2_API macro49 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, const char *path, const ch…50 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, const char *mode, php_stream *i…
162 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, in _php_stream_bz2open_from_BZFILE()178 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, in _php_stream_bz2open()
Completed in 10 milliseconds