Home
last modified time | relevance | path

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

12345678910

/PHP-5.5/ext/standard/
H A Dbase64.c56 PHPAPI unsigned char *php_base64_encode(const unsigned char *str, int length, int *ret_length) /* {… in php_base64_encode()
137 PHPAPI unsigned char *php_base64_decode(const unsigned char *str, int length, int *ret_length) /* {… in php_base64_decode()
143 PHPAPI unsigned char *php_base64_decode_ex(const unsigned char *str, int length, int *ret_length, z… in php_base64_decode_ex()
H A Dinfo.c60 PHPAPI extern char *php_ini_opened_path;
61 PHPAPI extern char *php_ini_scanned_path;
62 PHPAPI extern char *php_ini_scanned_files;
287 PHPAPI char *php_info_html_esc(char *string TSRMLS_DC) in php_info_html_esc()
759 PHPAPI char *php_get_uname(char mode) in php_get_uname()
875 PHPAPI void php_print_info_htmlhead(TSRMLS_D) in php_print_info_htmlhead()
901 PHPAPI void php_print_info(int flag TSRMLS_DC) in php_print_info()
1177 PHPAPI void php_info_print_table_start(void) /* {{{ */ in php_info_print_table_start()
1187 PHPAPI void php_info_print_table_end(void) /* {{{ */ in php_info_print_table_end()
1213 PHPAPI void php_info_print_box_end(void) /* {{{ */ in php_info_print_box_end()
[all …]
H A Dcss.h24 PHPAPI void php_info_print_css(TSRMLS_D);
H A Dpageinfo.c60 PHPAPI void php_statpage(TSRMLS_D) in php_statpage()
169 PHPAPI long php_getlastmod(TSRMLS_D) in php_getlastmod()
H A Dincomplete_class.c117 PHPAPI zend_class_entry *php_create_incomplete_class(TSRMLS_D) in php_create_incomplete_class()
138 PHPAPI char *php_lookup_class_name(zval *object, zend_uint *nlen) in php_lookup_class_name()
161 PHPAPI void php_store_class_name(zval *object, const char *name, zend_uint len) in php_store_class_name()
H A Ddl.c54 PHPAPI PHP_FUNCTION(dl) in PHP_FUNCTION()
102 PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC) in php_load_extension()
265 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
283 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
H A Dimage.c42 PHPAPI const char php_sig_gif[3] = {'G', 'I', 'F'};
43 PHPAPI const char php_sig_psd[4] = {'8', 'B', 'P', 'S'};
44 PHPAPI const char php_sig_bmp[2] = {'B', 'M'};
45 PHPAPI const char php_sig_swf[3] = {'F', 'W', 'S'};
46 PHPAPI const char php_sig_swc[3] = {'C', 'W', 'S'};
47 PHPAPI const char php_sig_jpg[3] = {(char) 0xff, (char) 0xd8, (char) 0xff};
50 PHPAPI const char php_sig_tif_ii[4] = {'I','I', (char)0x2A, (char)0x00};
51 PHPAPI const char php_sig_tif_mm[4] = {'M','M', (char)0x00, (char)0x2A};
52 PHPAPI const char php_sig_jpc[3] = {(char)0xff, (char)0x4f, (char)0xff};
56 PHPAPI const char php_sig_iff[4] = {'F','O','R','M'};
[all …]
H A Ddatetime.h29 PHPAPI char *php_std_date(time_t t TSRMLS_DC);
H A Dphp_mail.h28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd T…
H A Dphp_filestat.h92 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename…
93 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val…
H A Dcredits.h40 PHPAPI void php_print_credits(int flag TSRMLS_DC);
H A Dphp_crypt.h26 PHPAPI int php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, char…
/PHP-5.5/main/
H A Dfopen_wrappers.c84 PHPAPI ZEND_INI_MH(OnUpdateBaseDir) in ZEND_INI_MH()
142 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path TSRMLS_DC)
286 PHPAPI int php_check_open_basedir(const char *path TSRMLS_DC)
293 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC)
359 PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle TSRMLS_DC)
473 PHPAPI char *php_resolve_path(const char *filename, int filename_length, const char *path TSRMLS_DC)
611 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **o…
690 PHPAPI char *php_strip_url_passwd(char *url)
730 PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC)
738 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
[all …]
H A Dphp_scandir.c53 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b) in php_alphasort()
60 PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const stru… in php_scandir()
/PHP-5.5/main/streams/
H A Dmemory.c24 PHPAPI int php_url_decode(char *str, int len);
25 PHPAPI unsigned char *php_base64_decode(const unsigned char *str, int length, int *ret_length);
281 PHPAPI php_stream_ops php_stream_memory_ops = {
293 PHPAPI php_stream *_php_stream_memory_create(int mode STREAMS_DC TSRMLS_DC) in _php_stream_memory_create()
313 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC TSRMLS_DC) in _php_stream_memory_open()
338 PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC TSRMLS_DC) in _php_stream_memory_get_buffer()
546 PHPAPI php_stream_ops php_stream_temp_ops = {
559 PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC TSRMLS_DC) in _php_stream_temp_create()
599 PHPAPI php_stream_ops php_stream_rfc2397_ops = {
742 PHPAPI php_stream_wrapper_ops php_stream_rfc2397_wops = {
[all …]
/PHP-5.5/win32/
H A Dinet.h4 PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
H A Dunistd.h3 PHPAPI int usleep(unsigned int useconds);
H A Dsockets.h26 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
H A Dphp_strtoi64.h5 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base);
H A Dselect.h21 PHPAPI int php_select(int max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv);
H A Dflock.h11 PHPAPI int flock(int fd, int op);
H A Dfnmatch.h52 PHPAPI int fnmatch(const char *pattern, const char *string, int flags);
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.h25 extern PHPAPI zend_class_entry *spl_ce_SplFixedArray;
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.h26 PHPAPI MYSQLND_RES * mysqlnd_result_init(unsigned int field_count, zend_bool persistent TSRMLS_DC);
/PHP-5.5/ext/phar/
H A Dphp_phar.h34 #define PHP_PHAR_API PHPAPI

Completed in 43 milliseconds

12345678910