Home
last modified time | relevance | path

Searched refs:PHPAPI (Results 26 – 50 of 232) sorted by relevance

12345678910

/PHP-7.4/ext/spl/
H A Dspl_heap.h25 extern PHPAPI zend_class_entry *spl_ce_SplHeap;
26 extern PHPAPI zend_class_entry *spl_ce_SplMinHeap;
27 extern PHPAPI zend_class_entry *spl_ce_SplMaxHeap;
29 extern PHPAPI zend_class_entry *spl_ce_SplPriorityQueue;
H A Dspl_observer.h25 extern PHPAPI zend_class_entry *spl_ce_SplObserver;
26 extern PHPAPI zend_class_entry *spl_ce_SplSubject;
27 extern PHPAPI zend_class_entry *spl_ce_SplObjectStorage;
28 extern PHPAPI zend_class_entry *spl_ce_MultipleIterator;
H A Dspl_dllist.h25 extern PHPAPI zend_class_entry *spl_ce_SplDoublyLinkedList;
26 extern PHPAPI zend_class_entry *spl_ce_SplQueue;
27 extern PHPAPI zend_class_entry *spl_ce_SplStack;
H A Dspl_directory.h25 extern PHPAPI zend_class_entry *spl_ce_SplFileInfo;
26 extern PHPAPI zend_class_entry *spl_ce_DirectoryIterator;
27 extern PHPAPI zend_class_entry *spl_ce_FilesystemIterator;
28 extern PHPAPI zend_class_entry *spl_ce_RecursiveDirectoryIterator;
29 extern PHPAPI zend_class_entry *spl_ce_GlobIterator;
30 extern PHPAPI zend_class_entry *spl_ce_SplFileObject;
31 extern PHPAPI zend_class_entry *spl_ce_SplTempFileObject;
46 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, size_t *len);
H A Dspl_array.h26 extern PHPAPI zend_class_entry *spl_ce_ArrayObject;
27 extern PHPAPI zend_class_entry *spl_ce_ArrayIterator;
28 extern PHPAPI zend_class_entry *spl_ce_RecursiveArrayIterator;
/PHP-7.4/ext/standard/
H A Dmd5.h23 PHPAPI void make_digest(char *md5str, const unsigned char *digest);
24 PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, int len);
49 PHPAPI void PHP_MD5Init(PHP_MD5_CTX *ctx);
50 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size);
51 PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx);
H A Ddl.h24 PHPAPI int php_load_extension(char *filename, int type, int start_now);
25 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now);
26 PHPAPI void *php_load_shlib(char *path, char **errp);
29 PHPAPI PHP_FUNCTION(dl);
H A Dsha1.h31 PHPAPI void PHP_SHA1Init(PHP_SHA1_CTX *);
32 PHPAPI void PHP_SHA1Update(PHP_SHA1_CTX *, const unsigned char *, size_t);
33 PHPAPI void PHP_SHA1Final(unsigned char[20], PHP_SHA1_CTX *);
34 PHPAPI void make_sha1_digest(char *sha1str, unsigned char *digest);
H A Dphp_mt_rand.h35 PHPAPI void php_mt_srand(uint32_t seed);
36 PHPAPI uint32_t php_mt_rand(void);
37 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max);
38 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max);
H A Dphp_password.h60 PHPAPI int php_password_algo_register(const char*, const php_password_algo*);
61 PHPAPI void php_password_algo_unregister(const char*);
62 PHPAPI const php_password_algo* php_password_algo_default();
63 PHPAPI zend_string *php_password_algo_extract_ident(const zend_string*);
64 PHPAPI const php_password_algo* php_password_algo_find(const zend_string*);
66 PHPAPI const php_password_algo* php_password_algo_identify_ex(const zend_string*, const php_passwor…
H A Dphp_fopen_wrappers.h26 extern PHPAPI const php_stream_wrapper php_stream_http_wrapper;
27 extern PHPAPI const php_stream_wrapper php_stream_ftp_wrapper;
28 extern PHPAPI const php_stream_wrapper php_stream_php_wrapper;
29 extern PHPAPI /*const*/ php_stream_wrapper php_plain_files_wrapper;
H A Dbasic_functions.h157 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers);
158 PHPAPI int _php_error_log_ex(int opt_err, char *message, size_t message_len, char *opt, char *heade…
159 PHPAPI int php_prefix_varname(zval *result, const zval *prefix, const char *var_name, size_t var_na…
243 PHPAPI extern int basic_globals_id;
246 PHPAPI extern php_basic_globals basic_globals;
258 PHPAPI double php_get_nan(void);
259 PHPAPI double php_get_inf(void);
267 PHPAPI extern zend_bool remove_user_shutdown_function(char *function_name, size_t function_len);
268 PHPAPI extern zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function…
270 PHPAPI void php_call_shutdown_functions(void);
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_block_alloc.h23 PHPAPI MYSQLND_MEMORY_POOL * mysqlnd_mempool_create(size_t arena_size);
24 PHPAPI void mysqlnd_mempool_destroy(MYSQLND_MEMORY_POOL * pool);
25 PHPAPI void mysqlnd_mempool_save_state(MYSQLND_MEMORY_POOL * pool);
26 PHPAPI void mysqlnd_mempool_restore_state(MYSQLND_MEMORY_POOL * pool);
H A Dmysqlnd_result.h23 PHPAPI MYSQLND_RES * mysqlnd_result_init(const unsigned int field_count);
24 PHPAPI MYSQLND_RES_UNBUFFERED * mysqlnd_result_unbuffered_init(MYSQLND_RES * result, const unsigned…
25 PHPAPI MYSQLND_RES_BUFFERED_ZVAL * mysqlnd_result_buffered_zval_init(MYSQLND_RES * result, const un…
26 PHPAPI MYSQLND_RES_BUFFERED_C * mysqlnd_result_buffered_c_init(MYSQLND_RES * result, const unsigned…
H A Dmysqlnd_connection.h23 PHPAPI extern const char * const mysqlnd_out_of_sync;
24 PHPAPI extern const char * const mysqlnd_server_gone;
25 PHPAPI extern const char * const mysqlnd_out_of_memory;
70 PHPAPI enum_func_status mysqlnd_error_info_init(MYSQLND_ERROR_INFO * const info, const zend_bool pe…
71 PHPAPI void mysqlnd_error_info_free_contents(MYSQLND_ERROR_INFO * const info);
76 PHPAPI void mysqlnd_connection_state_init(struct st_mysqlnd_connection_state * const state);
H A Dmysqlnd_result_meta.h24 PHPAPI MYSQLND_RES_METADATA * mysqlnd_result_meta_init(MYSQLND_RES * result, unsigned int field_cou…
25 PHPAPI struct st_mysqlnd_res_meta_methods * mysqlnd_result_metadata_get_methods();
26 PHPAPI void ** _mysqlnd_plugin_get_plugin_result_metadata_data(const MYSQLND_RES_METADATA * meta, u…
H A Dmysqlnd_reverse_api.c32 PHPAPI void
41 PHPAPI void
50 PHPAPI HashTable *
59 PHPAPI void
68 PHPAPI MYSQLND *
/PHP-7.4/main/
H A Dphp_network.h65 PHPAPI zend_string *php_socket_error_str(long err);
207 PHPAPI void _php_emit_fd_setsize_warning(int max_fd);
242 PHPAPI void php_network_freeaddresses(struct sockaddr **sal);
249 PHPAPI int php_network_connect_socket(php_socket_t sockfd,
274 PHPAPI int php_network_get_sock_name(php_socket_t sock,
280 PHPAPI int php_network_get_peer_name(php_socket_t sock,
287 PHPAPI int php_sockaddr_size(php_sockaddr_storage *addr);
298 PHPAPI extern const php_stream_ops php_stream_socket_ops;
307 PHPAPI void php_network_populate_name_from_sockaddr(
320 PHPAPI struct hostent* php_network_gethostbyname(char *name);
[all …]
H A Dphp_open_temporary_file.h34 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p);
35 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, …
36 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p);
37 PHPAPI const char *php_get_temporary_directory(void);
H A Dreentrancy.c59 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r()
66 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r()
82 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm) in php_localtime_r()
89 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r()
96 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r()
103 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r()
135 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r()
156 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r()
177 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r()
265 PHPAPI int
[all …]
H A Dphp_reentrancy.h54 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm);
65 PHPAPI char *php_ctime_r(const time_t *clock, char *buf);
76 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf);
87 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm);
96 PHPAPI char *php_strtok_r(char *s, const char *delim, char **last);
105 PHPAPI int php_rand_r(unsigned int *seed);
/PHP-7.4/main/streams/
H A Dphp_stream_glob_wrapper.h19 PHPAPI extern const php_stream_wrapper php_glob_stream_wrapper;
20 PHPAPI extern const php_stream_ops php_glob_stream_ops;
24 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, size_t *plen STREAMS_DC);
27 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, size_t *plen STREAMS_DC);
30 PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC);
/PHP-7.4/ext/session/
H A Dphp_session.h254 PHPAPI int php_session_destroy(void);
255 PHPAPI void php_add_session_var(zend_string *name);
257 PHPAPI zval *php_get_session_var(zend_string *name);
265 PHPAPI void php_session_set_id(char *id);
266 PHPAPI int php_session_start(void);
267 PHPAPI int php_session_flush(int write);
269 PHPAPI const ps_module *_php_find_ps_module(char *name);
272 PHPAPI int php_session_valid_key(const char *key);
273 PHPAPI int php_session_reset_id(void);
307 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(ps)
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.h201 PHPAPI time_t php_time();
204 PHPAPI zend_long php_parse_date(char *string, zend_long *now);
206 PHPAPI int php_idate(char format, time_t ts, int localtime);
214 PHPAPI void php_date_set_tzdb(timelib_tzdb *tzdb);
215 PHPAPI timelib_tzinfo *get_timezone_info(void);
218 PHPAPI zend_class_entry *php_date_get_date_ce(void);
219 PHPAPI zend_class_entry *php_date_get_immutable_ce(void);
220 PHPAPI zend_class_entry *php_date_get_interface_ce(void);
221 PHPAPI zend_class_entry *php_date_get_timezone_ce(void);
222 PHPAPI zend_class_entry *php_date_get_interval_ce(void);
[all …]
/PHP-7.4/win32/
H A Dtime.h47 PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);
50 PHPAPI extern int setitimer(int which, const struct itimerval *value,
53 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp );
55 PHPAPI int usleep(unsigned int useconds);

Completed in 57 milliseconds

12345678910