Home
last modified time | relevance | path

Searched refs:PHPAPI (Results 101 – 125 of 237) sorted by relevance

12345678910

/php-src/ext/standard/
H A Ddl.c42 PHPAPI PHP_FUNCTION(dl) in PHP_FUNCTION()
83 PHPAPI void *php_load_shlib(const char *path, char **errp) in php_load_shlib()
110 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
264 PHPAPI void *php_load_shlib(const char *path, char **errp) in php_load_shlib()
271 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
281 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl()
H A Dbase64.h67 PHPAPI extern zend_string *php_base64_encode_ex(const unsigned char *, size_t, zend_long flags);
68 PHPAPI extern zend_string *php_base64_decode_ex(const unsigned char *, size_t, bool);
H A Dphp_filestat.h43 PHPAPI void php_clear_stat_cache(bool clear_realpath_cache, const char *filename, size_t filename_l…
44 PHPAPI void php_stat(zend_string *filename, int type, zval *return_value);
H A Dinfo.c50 PHPAPI extern char *php_ini_opened_path;
51 PHPAPI extern char *php_ini_scanned_path;
52 PHPAPI extern char *php_ini_scanned_files;
242 PHPAPI ZEND_COLD void ZEND_COLD php_info_print_style(void) in php_info_print_style()
653 PHPAPI zend_string *php_get_uname(char mode) in php_get_uname()
738 PHPAPI ZEND_COLD void php_print_info_htmlhead(void) in php_print_info_htmlhead()
760 PHPAPI ZEND_COLD void php_print_info(int flag) in php_print_info()
1062 PHPAPI ZEND_COLD void php_info_print_table_start(void) /* {{{ */ in php_info_print_table_start()
1072 PHPAPI ZEND_COLD void php_info_print_table_end(void) /* {{{ */ in php_info_print_table_end()
1098 PHPAPI ZEND_COLD void php_info_print_box_end(void) /* {{{ */ in php_info_print_box_end()
[all …]
H A Dcss.h20 PHPAPI void php_info_print_css(void);
H A Ddatetime.h21 PHPAPI char *php_std_date(time_t t);
H A Dphp_net.h23 PHPAPI zend_string* php_inet_ntop(const struct sockaddr *addr);
/php-src/main/
H A Dphp_ini.c63 PHPAPI char *php_ini_opened_path=NULL;
65 PHPAPI char *php_ini_scanned_path=NULL;
66 PHPAPI char *php_ini_scanned_files=NULL;
116 PHPAPI ZEND_COLD void display_ini_entries(zend_module_entry *module) in display_ini_entries()
166 PHPAPI void config_zval_dtor(zval *zvalue) in config_zval_dtor()
815 PHPAPI int php_ini_has_per_dir_config(void) in php_ini_has_per_dir_config()
864 PHPAPI int php_ini_has_per_host_config(void)
885 PHPAPI zval *cfg_get_entry_ex(zend_string *name)
899 PHPAPI int cfg_get_long(const char *varname, zend_long *result)
913 PHPAPI int cfg_get_double(const char *varname, double *result)
[all …]
H A Dphp_syslog.c35 PHPAPI void php_syslog_str(int priority, const zend_string* message) in php_syslog_str()
87 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog()
106 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog()
H A Dphp_ticks.c49 PHPAPI void php_add_tick_function(void (*func)(int, void*), void * arg) in php_add_tick_function()
55 PHPAPI void php_remove_tick_function(void (*func)(int, void *), void * arg) in php_remove_tick_function()
H A Dmain.c94 PHPAPI int core_globals_id;
95 PHPAPI size_t core_globals_offset;
100 PHPAPI const char *php_version(void) in php_version()
105 PHPAPI unsigned int php_version_id(void) in php_version_id()
837 PHPAPI bool php_during_module_startup(void) in php_during_module_startup()
844 PHPAPI bool php_during_module_shutdown(void) in php_during_module_shutdown()
851 PHPAPI bool php_get_module_initialized(void) in php_get_module_initialized()
1477 PHPAPI char *php_get_current_user(void) in php_get_current_user()
2005 PHPAPI void php_com_initialize(void) in php_com_initialize()
2734 PHPAPI void php_reserve_tsrm_memory(void) in php_reserve_tsrm_memory()
[all …]
H A Dnetwork.c133 PHPAPI void php_network_freeaddresses(struct sockaddr **sal) in php_network_freeaddresses()
305 PHPAPI int php_network_connect_socket(php_socket_t sockfd,
602 PHPAPI void php_network_populate_name_from_sockaddr(
665 PHPAPI int php_network_get_peer_name(php_socket_t sock,
685 PHPAPI int php_network_get_sock_name(php_socket_t sock,
716 PHPAPI php_socket_t php_network_accept_incoming(php_socket_t srvsock,
986 PHPAPI socklen_t php_sockaddr_size(php_sockaddr_storage *addr)
1011 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize)
1045 PHPAPI zend_string *php_socket_error_str(long err)
1144 PHPAPI void _php_emit_fd_setsize_warning(int max_fd)
[all …]
H A Dphp_scandir.c45 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b) in php_alphasort()
52 PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const stru… in php_scandir()
H A Drfc1867.h85 PHPAPI void destroy_uploaded_files_hash(void);
86 extern PHPAPI zend_result (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extr…
/php-src/docs-old/
H A Dstreams.md27 PHPAPI size_t php_stream_printf(php_stream * stream,
29 PHPAPI int php_stream_eof(php_stream * stream);
30 PHPAPI int php_stream_getc(php_stream * stream);
32 PHPAPI int php_stream_close(php_stream * stream);
33 PHPAPI int php_stream_flush(php_stream * stream);
35 PHPAPI off_t php_stream_tell(php_stream * stream);
36 PHPAPI int php_stream_lock(php_stream * stream, int mode);
78 PHPAPI php_stream *php_stream_fopen_tmpfile(void);
107 PHPAPI size_t php_stream_copy_to_stream(php_stream *src,
168 PHPAPI int php_stream_supports_lock(php_stream * stream);
[all …]
/php-src/ext/mysqlnd/
H A Dmysqlnd_statistics.c197 PHPAPI void
214 PHPAPI void
228 PHPAPI void
244 PHPAPI void
H A Dmysqlnd_statistics.h95 PHPAPI void mysqlnd_stats_init(MYSQLND_STATS ** stats, const size_t statistic_count, const bool per…
96 PHPAPI void mysqlnd_stats_end(MYSQLND_STATS * stats, const bool persistent);
98 PHPAPI void mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names…
H A Dmysqlnd_read_buffer.h21 PHPAPI MYSQLND_READ_BUFFER * mysqlnd_create_read_buffer(const size_t count);
/php-src/main/streams/
H A Dmemory.c23 PHPAPI size_t php_url_decode(char *str, size_t len);
255 PHPAPI const php_stream_ops php_stream_memory_ops = {
266 PHPAPI int php_stream_mode_from_str(const char *mode) in php_stream_mode_from_str()
278 PHPAPI const char *_php_stream_mode_to_str(int mode) in _php_stream_mode_to_str()
290 PHPAPI php_stream *_php_stream_memory_create(int mode STREAMS_DC) in _php_stream_memory_create()
308 PHPAPI php_stream *_php_stream_memory_open(int mode, zend_string *buf STREAMS_DC) in _php_stream_memory_open()
323 PHPAPI zend_string *_php_stream_memory_get_buffer(php_stream *stream STREAMS_DC) in _php_stream_memory_get_buffer()
535 PHPAPI const php_stream_ops php_stream_temp_ops = {
597 PHPAPI const php_stream_ops php_stream_rfc2397_ops = {
749 PHPAPI const php_stream_wrapper_ops php_stream_rfc2397_wops = {
[all …]
/php-src/ext/random/
H A Dgammasection.c74 PHPAPI double php_random_gammasection_closed_open(php_random_algo_with_state engine, double min, do… in php_random_gammasection_closed_open()
102 PHPAPI double php_random_gammasection_closed_closed(php_random_algo_with_state engine, double min, … in php_random_gammasection_closed_closed()
134 PHPAPI double php_random_gammasection_open_closed(php_random_algo_with_state engine, double min, do… in php_random_gammasection_open_closed()
162 PHPAPI double php_random_gammasection_open_open(php_random_algo_with_state engine, double min, doub… in php_random_gammasection_open_open()
H A Dcsprng.c69 ZEND_ATTRIBUTE_NONNULL PHPAPI zend_result php_random_bytes_ex(void *bytes, size_t size, char *errst… in php_random_bytes_ex()
213 ZEND_ATTRIBUTE_NONNULL PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_th… in php_random_bytes()
225 ZEND_ATTRIBUTE_NONNULL PHPAPI zend_result php_random_int(zend_long min, zend_long max, zend_long *r… in php_random_int()
267 PHPAPI void php_random_csprng_shutdown(void) in php_random_csprng_shutdown()
H A Dengine_xoshiro256starstar.c85 PHPAPI inline void php_random_xoshiro256starstar_seed256(php_random_status_state_xoshiro256starstar… in php_random_xoshiro256starstar_seed256()
93 PHPAPI inline void php_random_xoshiro256starstar_seed64(php_random_status_state_xoshiro256starstar … in php_random_xoshiro256starstar_seed64()
157 PHPAPI const php_random_algo php_random_algo_xoshiro256starstar = {
165 PHPAPI void php_random_xoshiro256starstar_jump(php_random_status_state_xoshiro256starstar *state) in php_random_xoshiro256starstar_jump()
171 PHPAPI void php_random_xoshiro256starstar_jump_long(php_random_status_state_xoshiro256starstar *sta… in php_random_xoshiro256starstar_jump_long()
/php-src/win32/
H A Dnice.h20 PHPAPI int nice(zend_long);
H A Dunistd.h3 PHPAPI int usleep(unsigned int useconds);
/php-src/ext/spl/
H A Dspl_fixedarray.h21 extern PHPAPI zend_class_entry *spl_ce_SplFixedArray;

Completed in 90 milliseconds

12345678910