Home
last modified time | relevance | path

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

12345678910

/PHP-5.5/ext/pcre/
H A Dphp_pcre.h36 PHPAPI char *php_pcre_replace(char *regex, int regex_len, char *subject, int subject_len, zval *rep…
37 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC);
38 PHPAPI pcre* pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *co…
55 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(char *regex, int regex_len TSRMLS_DC);
57 PHPAPI void php_pcre_match_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
60 PHPAPI char *php_pcre_replace_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
63 PHPAPI void php_pcre_split_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
66 PHPAPI void php_pcre_grep_impl( pcre_cache_entry *pce, zval *input, zval *return_value,
/PHP-5.5/ext/standard/
H A Dmd5.h25 PHPAPI void make_digest(char *md5str, const unsigned char *digest);
26 PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, int len);
51 PHPAPI void PHP_MD5Init(PHP_MD5_CTX *ctx);
52 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size);
53 PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx);
H A Dsha1.h33 PHPAPI void PHP_SHA1Init(PHP_SHA1_CTX *);
34 PHPAPI void PHP_SHA1Update(PHP_SHA1_CTX *, const unsigned char *, unsigned int);
35 PHPAPI void PHP_SHA1Final(unsigned char[20], PHP_SHA1_CTX *);
36 PHPAPI void make_sha1_digest(char *sha1str, unsigned char *digest);
H A Dphp_var.h35 PHPAPI void php_var_dump(zval **struc, int level TSRMLS_DC);
36 PHPAPI void php_var_export(zval **struc, int level TSRMLS_DC);
37 PHPAPI void php_var_export_ex(zval **struc, int level, smart_str *buf TSRMLS_DC);
39 PHPAPI void php_debug_zval_dump(zval **struc, int level TSRMLS_DC);
52 PHPAPI void php_var_serialize(smart_str *buf, zval **struc, php_serialize_data_t *var_hash TSRMLS_D…
53 PHPAPI int php_var_unserialize(zval **rval, const unsigned char **p, const unsigned char *max, php_…
116 PHPAPI void var_replace(php_unserialize_data_t *var_hash, zval *ozval, zval **nzval);
117 PHPAPI void var_push_dtor(php_unserialize_data_t *var_hash, zval **val);
118 PHPAPI void var_push_dtor_no_addref(php_unserialize_data_t *var_hashx, zval **rval);
119 PHPAPI void var_destroy(php_unserialize_data_t *var_hash);
[all …]
H A Dphp_rand.h56 PHPAPI void php_srand(long seed TSRMLS_DC);
57 PHPAPI long php_rand(TSRMLS_D);
58 PHPAPI void php_mt_srand(php_uint32 seed TSRMLS_DC);
59 PHPAPI php_uint32 php_mt_rand(TSRMLS_D);
H A Dbase64.h27 PHPAPI extern unsigned char *php_base64_encode(const unsigned char *, int, int *);
28 PHPAPI extern unsigned char *php_base64_decode_ex(const unsigned char *, int, int *, zend_bool);
29 PHPAPI extern unsigned char *php_base64_decode(const unsigned char *, int, int *);
H A Ddl.h26 PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC);
27 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC);
30 PHPAPI PHP_FUNCTION(dl);
H A Dbasic_functions.h146 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC);
147 PHPAPI int _php_error_log_ex(int opt_err, char *message, int message_len, char *opt, char *headers …
148 PHPAPI int php_prefix_varname(zval *result, zval *prefix, char *var_name, int var_name_len, zend_bo…
237 PHPAPI extern int basic_globals_id;
240 PHPAPI extern php_basic_globals basic_globals;
252 PHPAPI double php_get_nan(void);
253 PHPAPI double php_get_inf(void);
260 PHPAPI extern zend_bool register_user_shutdown_function(char *function_name, size_t function_len, p…
261 PHPAPI extern zend_bool remove_user_shutdown_function(char *function_name, size_t function_len TSRM…
262 PHPAPI extern zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function…
H A Dphp_math.h25 PHPAPI char *_php_math_number_format(double, int, char, char);
26 PHPAPI char *_php_math_number_format_ex(double, int, char *, size_t, char *, size_t);
27 PHPAPI char * _php_math_longtobase(zval *arg, int base);
28 PHPAPI long _php_math_basetolong(zval *arg, int base);
29 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret);
30 PHPAPI char * _php_math_zvaltobase(zval *arg, int base TSRMLS_DC);
/PHP-5.5/main/
H A Dphp_variables.h38 extern PHPAPI void (*php_import_environment_variables)(zval *array_ptr TSRMLS_DC);
39 PHPAPI void php_register_variable(char *var, char *val, zval *track_vars_array TSRMLS_DC);
41 PHPAPI void php_register_variable_safe(char *var, char *val, int val_len, zval *track_vars_array TS…
42 PHPAPI void php_register_variable_ex(char *var, zval *val, zval *track_vars_array TSRMLS_DC);
44 PHPAPI int php_hash_environment(TSRMLS_D);
H A Dreentrancy.c61 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r()
68 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r()
91 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r()
98 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r()
105 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r()
116 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r()
128 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry, in php_readdir_r()
197 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r()
215 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r()
321 PHPAPI int
[all …]
H A Dphp_network.h65 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
121 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout);
193 PHPAPI void _php_emit_fd_setsize_warning(int max_fd);
228 PHPAPI void php_network_freeaddresses(struct sockaddr **sal);
235 PHPAPI int php_network_connect_socket(php_socket_t sockfd,
250 PHPAPI php_socket_t php_network_accept_incoming(php_socket_t srvsock,
259 PHPAPI int php_network_get_sock_name(php_socket_t sock,
265 PHPAPI int php_network_get_peer_name(php_socket_t sock,
272 PHPAPI int php_sockaddr_size(php_sockaddr_storage *addr);
283 PHPAPI extern php_stream_ops php_stream_socket_ops;
[all …]
H A Dphp_reentrancy.h57 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry,
63 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm);
74 PHPAPI char *php_ctime_r(const time_t *clock, char *buf);
85 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf);
96 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm);
105 PHPAPI char *php_strtok_r(char *s, const char *delim, char **last);
114 PHPAPI int php_rand_r(unsigned int *seed);
/PHP-5.5/ext/spl/
H A Dspl_heap.h27 extern PHPAPI zend_class_entry *spl_ce_SplHeap;
28 extern PHPAPI zend_class_entry *spl_ce_SplMinHeap;
29 extern PHPAPI zend_class_entry *spl_ce_SplMaxHeap;
31 extern PHPAPI zend_class_entry *spl_ce_SplPriorityQueue;
H A Dspl_observer.h27 extern PHPAPI zend_class_entry *spl_ce_SplObserver;
28 extern PHPAPI zend_class_entry *spl_ce_SplSubject;
29 extern PHPAPI zend_class_entry *spl_ce_SplObjectStorage;
30 extern PHPAPI zend_class_entry *spl_ce_MultipleIterator;
H A Dspl_directory.h27 extern PHPAPI zend_class_entry *spl_ce_SplFileInfo;
28 extern PHPAPI zend_class_entry *spl_ce_DirectoryIterator;
29 extern PHPAPI zend_class_entry *spl_ce_FilesystemIterator;
30 extern PHPAPI zend_class_entry *spl_ce_RecursiveDirectoryIterator;
31 extern PHPAPI zend_class_entry *spl_ce_GlobIterator;
32 extern PHPAPI zend_class_entry *spl_ce_SplFileObject;
33 extern PHPAPI zend_class_entry *spl_ce_SplTempFileObject;
48 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, int *len TSRMLS_DC);
H A Dspl_dllist.h27 extern PHPAPI zend_class_entry *spl_ce_SplDoublyLinkedList;
28 extern PHPAPI zend_class_entry *spl_ce_SplQueue;
29 extern PHPAPI zend_class_entry *spl_ce_SplStack;
H A Dspl_array.h28 extern PHPAPI zend_class_entry *spl_ce_ArrayObject;
29 extern PHPAPI zend_class_entry *spl_ce_ArrayIterator;
30 extern PHPAPI zend_class_entry *spl_ce_RecursiveArrayIterator;
/PHP-5.5/main/streams/
H A Dphp_stream_glob_wrapper.h21 PHPAPI extern php_stream_wrapper php_glob_stream_wrapper;
22 PHPAPI extern php_stream_ops php_glob_stream_ops;
26 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC…
29 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS…
32 PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC TSRMLS_DC);
H A Dphp_stream_context.h60 PHPAPI void php_stream_context_free(php_stream_context *context);
61 PHPAPI php_stream_context *php_stream_context_alloc(TSRMLS_D);
62 PHPAPI int php_stream_context_get_option(php_stream_context *context,
64 PHPAPI int php_stream_context_set_option(php_stream_context *context,
67 PHPAPI php_stream_notifier *php_stream_notification_alloc(void);
68 PHPAPI void php_stream_notification_free(php_stream_notifier *notifier);
88 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severit…
90 PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream_context *context);
/PHP-5.5/ext/dom/
H A Dxml_common.h38 # ifdef PHPAPI
39 # undef PHPAPI
42 # define PHPAPI __declspec(dllexport) macro
44 # define PHPAPI __declspec(dllimport) macro
47 # ifdef PHPAPI
48 # undef PHPAPI
50 # define PHPAPI __attribute__ ((visibility("default"))) macro
53 #define PHP_DOM_EXPORT PHPAPI
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_reverse_api.c33 PHPAPI void
42 PHPAPI void
51 PHPAPI HashTable *
60 PHPAPI void
70 PHPAPI MYSQLND *
H A Dmysqlnd_result_meta.h26 PHPAPI MYSQLND_RES_METADATA * mysqlnd_result_meta_init(unsigned int field_count, zend_bool persiste…
27 PHPAPI struct st_mysqlnd_res_meta_methods * mysqlnd_result_metadata_get_methods();
28 PHPAPI void ** _mysqlnd_plugin_get_plugin_result_metadata_data(const MYSQLND_RES_METADATA * meta, u…
/PHP-5.5/ext/date/
H A Dphp_date.h181 PHPAPI signed long php_parse_date(char *string, signed long *now);
182 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt);
183 PHPAPI int php_idate(char format, time_t ts, int localtime TSRMLS_DC);
186 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);
188 PHPAPI char *php_format_date(char *format, int format_len, time_t ts, int localtime TSRMLS_DC);
191 PHPAPI void php_date_set_tzdb(timelib_tzdb *tzdb);
192 PHPAPI timelib_tzinfo *get_timezone_info(TSRMLS_D);
195 PHPAPI zend_class_entry *php_date_get_date_ce(void);
196 PHPAPI zend_class_entry *php_date_get_immutable_ce(void);
197 PHPAPI zend_class_entry *php_date_get_timezone_ce(void);
[all …]
/PHP-5.5/win32/
H A Dtime.h45 PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);
48 PHPAPI extern int setitimer(int which, const struct itimerval *value,
51 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp );
53 PHPAPI int usleep(unsigned int useconds);

Completed in 73 milliseconds

12345678910