Home
last modified time | relevance | path

Searched refs:PHPAPI (Results 151 – 175 of 237) sorted by relevance

12345678910

/php-src/win32/
H A Dgetrusage.h112 PHPAPI int getrusage(int who, struct rusage *usage);
H A Dglobals.c22 PHPAPI int php_win32_core_globals_id;
H A Dgetrusage.c38 PHPAPI int getrusage(int who, struct rusage *usage) in getrusage()
/php-src/ext/opcache/
H A DZendAccelerator.h58 #ifndef PHPAPI
60 # define PHPAPI __declspec(dllimport) macro
62 # define PHPAPI macro
/php-src/ext/dom/
H A Dxml_common.h48 #elif defined(PHPAPI)
49 # define PHP_DOM_EXPORT PHPAPI
/php-src/ext/standard/
H A Dfile.c757 PHPAPI PHP_FUNCTION(fclose) in PHP_FUNCTION()
856 PHPAPI PHP_FUNCTION(feof) in PHP_FUNCTION()
876 PHPAPI PHP_FUNCTION(fgets) in PHP_FUNCTION()
927 PHPAPI PHP_FUNCTION(fgetc) in PHP_FUNCTION()
990 PHPAPI PHP_FUNCTION(fwrite) in PHP_FUNCTION()
1032 PHPAPI PHP_FUNCTION(fflush) in PHP_FUNCTION()
1053 PHPAPI PHP_FUNCTION(rewind) in PHP_FUNCTION()
1072 PHPAPI PHP_FUNCTION(ftell) in PHP_FUNCTION()
1093 PHPAPI PHP_FUNCTION(fseek) in PHP_FUNCTION()
1216 PHPAPI PHP_FUNCTION(fpassthru) in PHP_FUNCTION()
[all …]
H A Dcrc32.c108 PHPAPI uint32_t php_crc32_bulk_update(uint32_t crc, const char *p, size_t nr) in php_crc32_bulk_update()
131 PHPAPI zend_result php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr) in php_crc32_stream_bulk_update()
H A Durl.c32 PHPAPI void php_url_free(php_url *theurl) in php_url_free()
67 PHPAPI php_url *php_url_parse(char const *str) in php_url_parse()
84 PHPAPI php_url *php_url_parse_ex(char const *str, size_t length) in php_url_parse_ex()
92 PHPAPI php_url *php_url_parse_ex2(char const *str, size_t length, bool *has_port) in php_url_parse_ex2()
546 PHPAPI zend_string *php_url_encode(char const *s, size_t len) in php_url_encode()
582 PHPAPI size_t php_url_decode(char *str, size_t len) in php_url_decode()
608 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len) in php_raw_url_encode()
644 PHPAPI size_t php_raw_url_decode(char *str, size_t len) in php_raw_url_decode()
H A Dmath.c34 PHPAPI zend_class_entry *rounding_mode_ce;
167 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round()
307 PHPAPI int php_math_round_mode_from_enum(zend_object *mode) in php_math_round_mode_from_enum()
752 PHPAPI zend_long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong()
796 PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret) in _php_math_basetozval()
875 PHPAPI zend_string * _php_math_longtobase(zend_long arg, int base) in _php_math_longtobase()
941 PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) in _php_math_zvaltobase()
1098 PHPAPI zend_string *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) in _php_math_number_format()
1103 PHPAPI zend_string *_php_math_number_format_ex(double d, int dec, const char *dec_point, in _php_math_number_format_ex()
1221 PHPAPI zend_string *_php_math_number_format_long(zend_long num, zend_long dec, const char *dec_poin… in _php_math_number_format_long()
H A Duuencode.c64 PHPAPI zend_string *php_uuencode(const char *src, size_t src_len) /* {{{ */ in php_uuencode()
129 PHPAPI zend_string *php_uudecode(const char *src, size_t src_len) /* {{{ */ in php_uudecode()
H A Dcredits.c24 PHPAPI ZEND_COLD void php_print_credits(int flag) /* {{{ */ in php_print_credits()
H A Dversioning.c27 PHPAPI char *
120 PHPAPI int
H A Dbase64.c410 PHPAPI zend_string *php_base64_encode_ex(const unsigned char *str, size_t length, zend_long flags) …
411 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) __at…
469 PHPAPI zend_string *(*php_base64_encode_ptr)(const unsigned char *str, size_t length, zend_long fla…
470 PHPAPI zend_string *(*php_base64_decode_ex_ptr)(const unsigned char *str, size_t length, bool stric…
472 PHPAPI zend_string *php_base64_encode_ex(const unsigned char *str, size_t length, zend_long flags) { in php_base64_encode_ex()
475 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) { in php_base64_decode_ex()
907 PHPAPI zend_string *php_base64_encode_ex(const unsigned char *str, size_t length, zend_long flags) in php_base64_encode_ex()
1080 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex()
1189 PHPAPI zend_string *php_base64_encode_ex(const unsigned char *str, size_t length, zend_long flags) in php_base64_encode_default()
1210 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_default()
H A Dmd5.c22 PHPAPI void make_digest(char *md5str, const unsigned char *digest) /* {{{ */ in make_digest()
28 PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, int len) /* {{{ */ in make_digest_ex()
293 PHPAPI void PHP_MD5InitArgs(PHP_MD5_CTX *ctx, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_MD5InitArgs()
304 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size) in PHP_MD5Update()
339 PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx) in PHP_MD5Final()
H A Dquot_print.c46 PHPAPI zend_string *php_quot_print_decode(const unsigned char *str, size_t length, int replace_us_b… in php_quot_print_decode()
140 PHPAPI zend_string *php_quot_print_encode(const unsigned char *str, size_t length) /* {{{ */ in php_quot_print_encode()
/php-src/main/
H A Dgetopt.c53 PHPAPI int php_optidx = -1;
55 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt… in php_getopt()
/php-src/main/streams/
H A Dglob_wrapper.c49 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */ in _php_glob_stream_get_path()
67 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */ in _php_glob_stream_get_pattern()
90 PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC) /* {{{ */ in _php_glob_stream_get_count()
H A Dcast.c194 PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show_err) in _php_stream_cast()
350 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file()
373 PHPAPI int _php_stream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STRE… in _php_stream_make_seekable()
/php-src/ext/random/
H A Dengine_user.c76 PHPAPI const php_random_algo php_random_algo_user = {
H A Dzend_utils.c24 ZEND_ATTRIBUTE_NONNULL PHPAPI void php_random_bytes_insecure_for_zend( in php_random_bytes_insecure_for_zend()
/php-src/ext/mysqlnd/
H A Dmysqlnd_driver.c55 PHPAPI void mysqlnd_library_end(void) in mysqlnd_library_end()
69 PHPAPI void mysqlnd_library_init(void) in mysqlnd_library_init()
286 PHPAPI MYSQLND_CLASS_METHODS_START(mysqlnd_object_factory)
H A Dmysqlnd_read_buffer.c71 PHPAPI MYSQLND_READ_BUFFER *
H A Dmysqlnd_alloc.h21 PHPAPI extern const char * mysqlnd_debug_std_no_trace_funcs[];
41 PHPAPI extern struct st_mysqlnd_allocator_methods mysqlnd_allocator;
H A Dmysqlnd_ext_plugin.h35 PHPAPI extern struct st_mysqlnd_plugin__plugin_area_getters mysqlnd_plugin_area_getters;
123 PHPAPI extern struct st_mysqlnd_plugin_methods_xetters mysqlnd_plugin_methods_xetters;
/php-src/sapi/apache2handler/
H A Dphp_apache.h88 # define AP_MODULE_DECLARE_DATA PHPAPI

Completed in 84 milliseconds

12345678910