Home
last modified time | relevance | path

Searched refs:PHPAPI (Results 76 – 100 of 228) sorted by relevance

12345678910

/PHP-7.1/main/streams/
H A Dstreams.c43 PHPAPI int php_file_le_stream(void) in php_file_le_stream()
48 PHPAPI int php_file_le_pstream(void) in php_file_le_pstream()
53 PHPAPI int php_file_le_stream_filter(void) in php_file_le_stream_filter()
58 PHPAPI HashTable *_php_stream_get_url_stream_wrappers_hash(void) in _php_stream_get_url_stream_wrappers_hash()
756 PHPAPI int _php_stream_eof(php_stream *stream) in _php_stream_eof()
773 PHPAPI int _php_stream_putc(php_stream *stream, int c) in _php_stream_putc()
783 PHPAPI int _php_stream_getc(php_stream *stream) in _php_stream_getc()
793 PHPAPI int _php_stream_puts(php_stream *stream, const char *buf) in _php_stream_puts()
1203 PHPAPI int _php_stream_flush(php_stream *stream, int closing) in _php_stream_flush()
1261 PHPAPI zend_off_t _php_stream_tell(php_stream *stream) in _php_stream_tell()
[all …]
/PHP-7.1/ext/standard/
H A Dscanf.h44 PHPAPI int ValidateFormat(char *format, int numVars, int *totalVars);
45 PHPAPI int php_sscanf_internal(char *string,char *format,int argCount,zval *args,
H A Drand.c34 PHPAPI void php_srand(zend_long seed) in php_srand()
42 PHPAPI zend_long php_rand(void) in php_rand()
H A Dflock_compat.h28 PHPAPI int php_flock(int fd, int operation);
35 PHPAPI int flock(int fd, int operation);
H A Dhead.h40 PHPAPI int php_header(void);
41 PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, …
H A Dphp_image.h63 PHPAPI int php_getimagetype(php_stream *stream, char *filetype);
65 PHPAPI char * php_image_type_to_mime_type(int image_type);
H A Dphp_rand.h75 PHPAPI void php_srand(zend_long seed);
76 PHPAPI zend_long php_rand(void);
H A Ddl.c54 PHPAPI PHP_FUNCTION(dl) in PHP_FUNCTION()
90 PHPAPI int php_load_extension(char *filename, int type, int start_now) in php_load_extension()
219 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl()
237 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl()
H A Dinfo.c58 PHPAPI extern char *php_ini_opened_path;
59 PHPAPI extern char *php_ini_scanned_path;
60 PHPAPI extern char *php_ini_scanned_files;
285 PHPAPI zend_string *php_info_html_esc(char *string) in php_info_html_esc()
680 PHPAPI zend_string *php_get_uname(char mode) in php_get_uname()
798 PHPAPI void php_print_info_htmlhead(void) in php_print_info_htmlhead()
824 PHPAPI void php_print_info(int flag) in php_print_info()
1099 PHPAPI void php_info_print_table_start(void) /* {{{ */ in php_info_print_table_start()
1109 PHPAPI void php_info_print_table_end(void) /* {{{ */ in php_info_print_table_end()
1135 PHPAPI void php_info_print_box_end(void) /* {{{ */ in php_info_print_box_end()
[all …]
H A Dincomplete_class.c115 PHPAPI zend_class_entry *php_create_incomplete_class(void) in php_create_incomplete_class()
136 PHPAPI zend_string *php_lookup_class_name(zval *object) in php_lookup_class_name()
153 PHPAPI void php_store_class_name(zval *object, const char *name, size_t len) in php_store_class_name()
H A Dbase64.c56 PHPAPI zend_string *php_base64_encode(const unsigned char *str, size_t length) /* {{{ */ in php_base64_encode()
130 PHPAPI zend_string *php_base64_decode(const unsigned char *str, size_t length) /* {{{ */ in php_base64_decode()
136 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict)… in php_base64_decode_ex()
/PHP-7.1/main/
H A Dphp_scandir.h45 PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const stru…
51 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b);
H A Dphp_ini.c66 PHPAPI char *php_ini_opened_path=NULL;
68 PHPAPI char *php_ini_scanned_path=NULL;
69 PHPAPI char *php_ini_scanned_files=NULL;
167 PHPAPI void display_ini_entries(zend_module_entry *module) in display_ini_entries()
193 PHPAPI void config_zval_dtor(zval *zvalue) in config_zval_dtor()
796 PHPAPI int php_ini_has_per_dir_config(void) in php_ini_has_per_dir_config()
847 PHPAPI int php_ini_has_per_host_config(void)
870 PHPAPI zval *cfg_get_entry_ex(zend_string *name)
886 PHPAPI int cfg_get_long(const char *varname, zend_long *result)
901 PHPAPI int cfg_get_double(const char *varname, double *result)
[all …]
H A Dphp_ticks.c53 PHPAPI void php_add_tick_function(void (*func)(int, void*), void * arg) in php_add_tick_function()
59 PHPAPI void php_remove_tick_function(void (*func)(int, void *), void * arg) in php_remove_tick_function()
H A Drfc1867.h79 PHPAPI void destroy_uploaded_files_hash(void);
81 extern PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra);
H A Dnetwork.c156 PHPAPI void php_network_freeaddresses(struct sockaddr **sal) in php_network_freeaddresses()
309 PHPAPI int php_network_connect_socket(php_socket_t sockfd,
614 PHPAPI void php_network_populate_name_from_sockaddr(
679 PHPAPI int php_network_get_peer_name(php_socket_t sock,
699 PHPAPI int php_network_get_sock_name(php_socket_t sock,
730 PHPAPI php_socket_t php_network_accept_incoming(php_socket_t srvsock,
1008 PHPAPI int php_sockaddr_size(php_sockaddr_storage *addr)
1081 PHPAPI zend_string *php_socket_error_str(long err)
1160 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block)
1193 PHPAPI void _php_emit_fd_setsize_warning(int max_fd)
[all …]
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_statistics.c199 PHPAPI void
216 PHPAPI void
235 PHPAPI void
250 PHPAPI mysqlnd_stat_trigger
267 PHPAPI mysqlnd_stat_trigger
285 PHPAPI void
H A Dmysqlnd_statistics.h113 PHPAPI void mysqlnd_stats_init(MYSQLND_STATS ** stats, const size_t statistic_count, const zend_boo…
114 PHPAPI void mysqlnd_stats_end(MYSQLND_STATS * stats, const zend_bool persistent);
116 PHPAPI void mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names…
118 PHPAPI mysqlnd_stat_trigger mysqlnd_stats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_col…
119 PHPAPI mysqlnd_stat_trigger mysqlnd_stats_reset_triggers(MYSQLND_STATS * const stats);
H A Dmysqlnd_charset.h24 PHPAPI zend_ulong mysqlnd_cset_escape_quotes(const MYSQLND_CHARSET * const charset, char *newstr,
27 PHPAPI zend_ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset, char *newstr,
H A Dmysqlnd_wireprotocol.h29 PHPAPI extern const char mysqlnd_read_header_name[];
30 PHPAPI extern const char mysqlnd_read_body_name[];
44 PHPAPI extern const char * const mysqlnd_command_to_text[COM_END];
300 PHPAPI extern const char * const mysqlnd_empty_string;
316 PHPAPI MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * mysqlnd_protocol_payload_decoder_factory_init(MYS…
317 PHPAPI void mysqlnd_protocol_payload_decoder_factory_free(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY …
/PHP-7.1/ext/spl/
H A Dspl_engine.c35 PHPAPI void spl_instantiate(zend_class_entry *pce, zval *object) in spl_instantiate()
41 PHPAPI zend_long spl_offset_convert_to_long(zval *offset) /* {{{ */ in spl_offset_convert_to_long()
/PHP-7.1/win32/
H A Dphp_win32_globals.h32 extern PHPAPI int php_win32_core_globals_id;
35 extern PHPAPI struct _php_win32_core_globals the_php_win32_core_globals;
H A Dglob.h100 PHPAPI int glob(const char *, int, int (*)(const char *, int), glob_t *);
101 PHPAPI void globfree(glob_t *);
H A Dtime.c85 PHPAPI int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info) in gettimeofday()
101 PHPAPI int usleep(unsigned int useconds) in usleep()
115 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep()
/PHP-7.1/
H A DREADME.STREAMS31 PHPAPI size_t php_stream_printf(php_stream * stream,
33 PHPAPI int php_stream_eof(php_stream * stream);
34 PHPAPI int php_stream_getc(php_stream * stream);
36 PHPAPI int php_stream_close(php_stream * stream);
37 PHPAPI int php_stream_flush(php_stream * stream);
39 PHPAPI off_t php_stream_tell(php_stream * stream);
40 PHPAPI int php_stream_lock(php_stream * stream, int mode);
79 PHPAPI php_stream *php_stream_fopen_tmpfile(void);
106 PHPAPI size_t php_stream_copy_to_stream(php_stream *src,
161 PHPAPI int php_stream_supports_lock(php_stream * stream);
[all …]

Completed in 56 milliseconds

12345678910