Home
last modified time | relevance | path

Searched refs:PHPAPI (Results 1 – 25 of 228) sorted by relevance

12345678910

/PHP-7.1/main/
H A Dphp_main.h30 PHPAPI int php_request_startup(void);
31 PHPAPI void php_request_shutdown(void *dummy);
32 PHPAPI void php_request_shutdown_for_exec(void *dummy);
34 PHPAPI void php_module_shutdown(void);
35 PHPAPI void php_module_shutdown_for_exec(void);
37 PHPAPI int php_request_startup_for_hook(void);
38 PHPAPI void php_request_shutdown_for_hook(void *dummy);
44 PHPAPI int php_handle_special_queries(void);
45 PHPAPI int php_lint_script(zend_file_handle *file);
47 PHPAPI void php_handle_aborted_connection(void);
[all …]
H A Dphp_output.h189 PHPAPI void php_output_startup(void);
191 PHPAPI void php_output_shutdown(void);
196 PHPAPI int php_output_activate(void);
201 PHPAPI int php_output_get_status(void);
209 PHPAPI int php_output_flush(void);
210 PHPAPI void php_output_flush_all(void);
211 PHPAPI int php_output_clean(void);
213 PHPAPI int php_output_end(void);
214 PHPAPI void php_output_end_all(void);
215 PHPAPI int php_output_discard(void);
[all …]
H A Dfopen_wrappers.h28 PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle);
29 PHPAPI char *expand_filepath(const char *filepath, char *real_path);
30 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
33 PHPAPI int php_check_open_basedir(const char *path);
34 PHPAPI int php_check_open_basedir_ex(const char *path, int warn);
35 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path);
40 PHPAPI int php_check_safe_mode_include_dir(const char *path);
42 PHPAPI zend_string *php_resolve_path(const char *filename, int filename_len, const char *path);
44 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
46 PHPAPI char *php_strip_url_passwd(char *path);
[all …]
H A Dphp_ini.h27 PHPAPI void config_zval_dtor(zval *zvalue);
31 PHPAPI zval *cfg_get_entry_ex(zend_string *name);
32 PHPAPI zval *cfg_get_entry(const char *name, size_t name_length);
33 PHPAPI int cfg_get_long(const char *varname, zend_long *result);
34 PHPAPI int cfg_get_double(const char *varname, double *result);
35 PHPAPI int cfg_get_string(const char *varname, char **result);
38 PHPAPI int php_ini_has_per_dir_config(void);
39 PHPAPI int php_ini_has_per_host_config(void);
40 PHPAPI void php_ini_activate_per_dir_config(char *path, size_t path_len);
41 PHPAPI void php_ini_activate_per_host_config(const char *host, size_t host_len);
[all …]
H A Dsnprintf.h82 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap);
83 PHPAPI int ap_php_snprintf(char *, size_t, const char *, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3, 4);
84 PHPAPI int ap_php_vsnprintf(char *, size_t, const char *, va_list ap);
85 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap);
86 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
87 PHPAPI int php_sprintf (char* s, const char* format, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3);
88 PHPAPI char * php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf);
89 PHPAPI char * php_0cvt(double value, int ndigit, char dec_point, char exponent, char *buf);
90 PHPAPI char * php_conv_fp(char format, double num,
157 PHPAPI char * ap_php_conv_10(wide_int num, bool_int is_unsigned,
[all …]
H A Dphp_memory_streams.h44 PHPAPI php_stream *_php_stream_memory_create(int mode STREAMS_DC);
45 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC);
46 PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC);
48 PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC);
49 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir…
50 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t lengt…
53 extern PHPAPI php_stream_ops php_stream_memory_ops;
54 extern PHPAPI php_stream_ops php_stream_temp_ops;
55 extern PHPAPI php_stream_ops php_stream_rfc2397_ops;
56 extern PHPAPI php_stream_wrapper php_stream_rfc2397_wrapper;
H A Dphp_variables.h38 extern PHPAPI void (*php_import_environment_variables)(zval *array_ptr);
39 PHPAPI void php_register_variable(char *var, char *val, zval *track_vars_array);
41 PHPAPI void php_register_variable_safe(char *var, char *val, size_t val_len, zval *track_vars_array…
42 PHPAPI void php_register_variable_ex(char *var, zval *val, zval *track_vars_array);
44 PHPAPI void php_build_argv(char *s, zval *track_vars_array);
45 PHPAPI int php_hash_environment(void);
H A Dphp_streams.h33 PHPAPI int php_file_le_stream(void);
34 PHPAPI int php_file_le_pstream(void);
35 PHPAPI int php_file_le_stream_filter(void);
303 PHPAPI zend_off_t _php_stream_tell(php_stream *stream);
321 PHPAPI int _php_stream_eof(php_stream *stream);
324 PHPAPI int _php_stream_getc(php_stream *stream);
327 PHPAPI int _php_stream_putc(php_stream *stream, int c);
330 PHPAPI int _php_stream_flush(php_stream *stream, int closing);
463 PHPAPI size_t _php_stream_passthru(php_stream * src STREAMS_DC);
589 PHPAPI HashTable *_php_get_stream_filters_hash(void);
[all …]
H A Dphp.h52 # define PHPAPI __declspec(dllexport) macro
54 # define PHPAPI __declspec(dllimport) macro
60 # define PHPAPI __attribute__ ((visibility("default"))) macro
62 # define PHPAPI macro
125 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz);
133 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz);
290 PHPAPI size_t php_write(void *buf, size_t size);
293 PHPAPI int php_get_module_initialized(void);
343 PHPAPI int php_register_internal_extensions(void);
346 PHPAPI void php_com_initialize(void);
[all …]
/PHP-7.1/ext/reflection/
H A Dphp_reflection.h34 extern PHPAPI zend_class_entry *reflector_ptr;
35 extern PHPAPI zend_class_entry *reflection_exception_ptr;
36 extern PHPAPI zend_class_entry *reflection_ptr;
38 extern PHPAPI zend_class_entry *reflection_function_ptr;
39 extern PHPAPI zend_class_entry *reflection_parameter_ptr;
40 extern PHPAPI zend_class_entry *reflection_type_ptr;
42 extern PHPAPI zend_class_entry *reflection_class_ptr;
43 extern PHPAPI zend_class_entry *reflection_object_ptr;
44 extern PHPAPI zend_class_entry *reflection_method_ptr;
45 extern PHPAPI zend_class_entry *reflection_property_ptr;
[all …]
/PHP-7.1/ext/spl/
H A Dspl_exceptions.h27 extern PHPAPI zend_class_entry *spl_ce_LogicException;
28 extern PHPAPI zend_class_entry *spl_ce_BadFunctionCallException;
29 extern PHPAPI zend_class_entry *spl_ce_BadMethodCallException;
30 extern PHPAPI zend_class_entry *spl_ce_DomainException;
32 extern PHPAPI zend_class_entry *spl_ce_LengthException;
33 extern PHPAPI zend_class_entry *spl_ce_OutOfRangeException;
35 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
36 extern PHPAPI zend_class_entry *spl_ce_OutOfBoundsException;
37 extern PHPAPI zend_class_entry *spl_ce_OverflowException;
38 extern PHPAPI zend_class_entry *spl_ce_RangeException;
[all …]
H A Dspl_iterators.h39 extern PHPAPI zend_class_entry *spl_ce_FilterIterator;
41 extern PHPAPI zend_class_entry *spl_ce_ParentIterator;
42 extern PHPAPI zend_class_entry *spl_ce_SeekableIterator;
43 extern PHPAPI zend_class_entry *spl_ce_LimitIterator;
44 extern PHPAPI zend_class_entry *spl_ce_CachingIterator;
46 extern PHPAPI zend_class_entry *spl_ce_OuterIterator;
47 extern PHPAPI zend_class_entry *spl_ce_IteratorIterator;
50 extern PHPAPI zend_class_entry *spl_ce_EmptyIterator;
51 extern PHPAPI zend_class_entry *spl_ce_AppendIterator;
52 extern PHPAPI zend_class_entry *spl_ce_RegexIterator;
[all …]
H A Dspl_exceptions.c36 PHPAPI zend_class_entry *spl_ce_LogicException;
37 PHPAPI zend_class_entry *spl_ce_BadFunctionCallException;
38 PHPAPI zend_class_entry *spl_ce_BadMethodCallException;
39 PHPAPI zend_class_entry *spl_ce_DomainException;
41 PHPAPI zend_class_entry *spl_ce_LengthException;
42 PHPAPI zend_class_entry *spl_ce_OutOfRangeException;
43 PHPAPI zend_class_entry *spl_ce_RuntimeException;
44 PHPAPI zend_class_entry *spl_ce_OutOfBoundsException;
45 PHPAPI zend_class_entry *spl_ce_OverflowException;
46 PHPAPI zend_class_entry *spl_ce_RangeException;
[all …]
/PHP-7.1/ext/standard/
H A Dinfo.h66 PHPAPI zend_string *php_info_html_esc(char *string);
68 PHPAPI void php_print_info_htmlhead(void);
69 PHPAPI void php_print_info(int flag);
70 PHPAPI void php_print_style(void);
71 PHPAPI void php_info_print_style(void);
76 PHPAPI void php_info_print_table_start(void);
77 PHPAPI void php_info_print_table_end(void);
78 PHPAPI void php_info_print_box_start(int bg);
79 PHPAPI void php_info_print_box_end(void);
80 PHPAPI void php_info_print_hr(void);
[all …]
H A Dphp_var.h35 PHPAPI void php_var_dump(zval *struc, int level);
36 PHPAPI void php_var_export(zval *struc, int level);
37 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf);
39 PHPAPI void php_debug_zval_dump(zval *struc, int level);
49 PHPAPI php_serialize_data_t php_var_serialize_init(void);
50 PHPAPI void php_var_serialize_destroy(php_serialize_data_t d);
51 PHPAPI php_unserialize_data_t php_var_unserialize_init(void);
52 PHPAPI void php_var_unserialize_destroy(php_unserialize_data_t d);
69 PHPAPI void var_push_dtor(php_unserialize_data_t *var_hash, zval *val);
70 PHPAPI zval *var_tmp_var(php_unserialize_data_t *var_hashx);
[all …]
H A Dfile.h34 PHPAPI PHP_FUNCTION(fclose);
37 PHPAPI PHP_FUNCTION(feof);
38 PHPAPI PHP_FUNCTION(fread);
39 PHPAPI PHP_FUNCTION(fgetc);
40 PHPAPI PHP_FUNCTION(fgets);
42 PHPAPI PHP_FUNCTION(fgetss);
45 PHPAPI PHP_FUNCTION(fwrite);
46 PHPAPI PHP_FUNCTION(fflush);
47 PHPAPI PHP_FUNCTION(rewind);
48 PHPAPI PHP_FUNCTION(ftell);
[all …]
H A Dphp_string.h118 PHPAPI struct lconv *localeconv_r(struct lconv *out);
121 PHPAPI char *php_strtoupper(char *s, size_t len);
122 PHPAPI char *php_strtolower(char *s, size_t len);
123 PHPAPI zend_string *php_string_toupper(zend_string *s);
124 PHPAPI zend_string *php_string_tolower(zend_string *s);
126 PHPAPI zend_string *php_addslashes(zend_string *str, int should_free);
128 PHPAPI void php_stripslashes(zend_string *str);
129 PHPAPI void php_stripcslashes(zend_string *str);
131 PHPAPI size_t php_dirname(char *str, size_t len);
132 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len);
[all …]
H A Durl.h34 PHPAPI void php_url_free(php_url *theurl);
35 PHPAPI php_url *php_url_parse(char const *str);
36 PHPAPI php_url *php_url_parse_ex(char const *str, size_t length);
37 PHPAPI size_t php_url_decode(char *str, size_t len); /* return value: length of decoded string */
38 PHPAPI size_t php_raw_url_decode(char *str, size_t len); /* return value: length of decoded string …
39 PHPAPI zend_string *php_url_encode(char const *s, size_t len);
40 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len);
41 PHPAPI char *php_replace_controlchars_ex(char *str, size_t len);
H A Durl_scanner_ex.h30 PHPAPI char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, con…
31 PHPAPI int php_url_scanner_add_session_var(char *name, size_t name_len, char *value, size_t value_l…
32 PHPAPI int php_url_scanner_reset_session_var(zend_string *name, int encode);
33 PHPAPI int php_url_scanner_reset_session_vars(void);
34 PHPAPI int php_url_scanner_add_var(char *name, size_t name_len, char *value, size_t value_len, int …
35 PHPAPI int php_url_scanner_reset_var(zend_string *name, int encode);
36 PHPAPI int php_url_scanner_reset_vars(void);
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_priv.h22 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_object_factory);
23 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_conn);
24 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_conn_data);
25 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_res);
26 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_result_unbuffered);
27 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_result_buffered);
28 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_protocol_payload_decoder_factory);
29 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_protocol_packet_frame_codec);
30 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_vio);
31 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_upsert_status);
[all …]
H A Dmysqlnd_reverse_api.h30 PHPAPI void mysqlnd_reverse_api_init(void);
31 PHPAPI void mysqlnd_reverse_api_end(void);
33 PHPAPI HashTable * mysqlnd_reverse_api_get_api_list(void);
35 PHPAPI void mysqlnd_reverse_api_register_api(MYSQLND_REVERSE_API * apiext);
36 PHPAPI MYSQLND * zval_to_mysqlnd(zval * zv, const unsigned int client_api_capabilities, unsigned in…
/PHP-7.1/main/streams/
H A Dphp_stream_filter_api.h72 PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket);
75 PHPAPI void php_stream_bucket_append(php_stream_bucket_brigade *brigade, php_stream_bucket *bucket);
76 PHPAPI void php_stream_bucket_unlink(php_stream_bucket *bucket);
77 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket);
127 PHPAPI void _php_stream_filter_prepend(php_stream_filter_chain *chain, php_stream_filter *filter);
129 PHPAPI void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter);
130 PHPAPI int php_stream_filter_append_ex(php_stream_filter_chain *chain, php_stream_filter *filter);
131 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish);
132 PHPAPI php_stream_filter *php_stream_filter_remove(php_stream_filter *filter, int call_dtor);
133 PHPAPI void php_stream_filter_free(php_stream_filter *filter);
[all …]
H A Dphp_stream_plain_wrapper.h24 PHPAPI extern php_stream_ops php_stream_stdio_ops;
25 PHPAPI extern php_stream_wrapper php_plain_files_wrapper;
30 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_p…
33 PHPAPI php_stream *_php_stream_fopen_with_path(const char *filename, const char *mode, const char *…
36 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC);
39 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id ST…
42 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC);
45 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC);
48 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *…
54 PHPAPI FILE * _php_stream_open_wrapper_as_file(char * path, char * mode, int options, zend_string *…
H A Dphp_stream_transport.h38 PHPAPI int php_stream_xport_unregister(const char *protocol);
61 PHPAPI int php_stream_xport_bind(php_stream *stream,
67 PHPAPI int php_stream_xport_connect(php_stream *stream,
76 PHPAPI int php_stream_xport_listen(php_stream *stream,
83 PHPAPI int php_stream_xport_accept(php_stream *stream, php_stream **client,
91 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer,
103 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen,
120 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how);
196 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate);
215 PHPAPI HashTable *php_stream_xport_get_hash(void);
[all …]
/PHP-7.1/ext/pcre/
H A Dphp_pcre.h36 PHPAPI zend_string *php_pcre_replace(zend_string *regex, zend_string *subject_str, char *subject, i…
37 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *options);
38 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, …
60 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex);
62 PHPAPI void php_pcre_match_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
65 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *su…
68 PHPAPI void php_pcre_split_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
71 PHPAPI void php_pcre_grep_impl( pcre_cache_entry *pce, zval *input, zval *return_value,
84 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(pcre)

Completed in 47 milliseconds

12345678910