Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/ext/reflection/
H A Dphp_reflection.h32 extern PHPAPI zend_class_entry *reflector_ptr;
33 extern PHPAPI zend_class_entry *reflection_exception_ptr;
34 extern PHPAPI zend_class_entry *reflection_ptr;
36 extern PHPAPI zend_class_entry *reflection_function_ptr;
37 extern PHPAPI zend_class_entry *reflection_parameter_ptr;
38 extern PHPAPI zend_class_entry *reflection_type_ptr;
40 extern PHPAPI zend_class_entry *reflection_class_ptr;
41 extern PHPAPI zend_class_entry *reflection_object_ptr;
42 extern PHPAPI zend_class_entry *reflection_method_ptr;
43 extern PHPAPI zend_class_entry *reflection_property_ptr;
[all …]
/PHP-7.4/main/
H A Dphp_main.h28 PHPAPI int php_request_startup(void);
29 PHPAPI void php_request_shutdown(void *dummy);
31 PHPAPI void php_module_shutdown(void);
36 PHPAPI int php_execute_script(zend_file_handle *primary_file);
38 PHPAPI int php_handle_special_queries(void);
39 PHPAPI int php_lint_script(zend_file_handle *file);
41 PHPAPI void php_handle_aborted_connection(void);
42 PHPAPI int php_handle_auth_data(const char *auth);
44 PHPAPI void php_html_puts(const char *str, size_t siz);
52 PHPAPI void php_reserve_tsrm_memory(void);
[all …]
H A Dphp_output.h187 PHPAPI void php_output_startup(void);
189 PHPAPI void php_output_shutdown(void);
194 PHPAPI int php_output_activate(void);
199 PHPAPI int php_output_get_status(void);
207 PHPAPI int php_output_flush(void);
208 PHPAPI void php_output_flush_all(void);
209 PHPAPI int php_output_clean(void);
211 PHPAPI int php_output_end(void);
212 PHPAPI void php_output_end_all(void);
213 PHPAPI int php_output_discard(void);
[all …]
H A Dfopen_wrappers.h26 PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle);
27 PHPAPI char *expand_filepath(const char *filepath, char *real_path);
28 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
31 PHPAPI int php_check_open_basedir(const char *path);
32 PHPAPI int php_check_open_basedir_ex(const char *path, int warn);
33 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path);
38 PHPAPI int php_check_safe_mode_include_dir(const char *path);
40 PHPAPI zend_string *php_resolve_path(const char *filename, size_t filename_len, const char *path);
42 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
44 PHPAPI char *php_strip_url_passwd(char *path);
[all …]
H A Dphp_ini.h25 PHPAPI void config_zval_dtor(zval *zvalue);
29 PHPAPI zval *cfg_get_entry_ex(zend_string *name);
30 PHPAPI zval *cfg_get_entry(const char *name, size_t name_length);
31 PHPAPI int cfg_get_long(const char *varname, zend_long *result);
32 PHPAPI int cfg_get_double(const char *varname, double *result);
33 PHPAPI int cfg_get_string(const char *varname, char **result);
36 PHPAPI int php_ini_has_per_dir_config(void);
37 PHPAPI int php_ini_has_per_host_config(void);
38 PHPAPI void php_ini_activate_per_dir_config(char *path, size_t path_len);
39 PHPAPI void php_ini_activate_per_host_config(const char *host, size_t host_len);
[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…
52 PHPAPI int php_stream_mode_from_str(const char *mode);
53 PHPAPI const char *_php_stream_mode_to_str(int mode);
57 extern PHPAPI const php_stream_ops php_stream_memory_ops;
58 extern PHPAPI const php_stream_ops php_stream_temp_ops;
59 extern PHPAPI const php_stream_ops php_stream_rfc2397_ops;
[all …]
H A Dsnprintf.h79 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) ZEND_ATTRIBUTE_FORMAT(pri…
80 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap);
81 PHPAPI int ap_php_snprintf(char *, size_t, const char *, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3, 4);
82 PHPAPI int ap_php_vsnprintf(char *, size_t, const char *, va_list ap);
83 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap);
84 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
85 PHPAPI char * php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf);
86 PHPAPI char * php_0cvt(double value, int ndigit, char dec_point, char exponent, char *buf);
87 PHPAPI char * php_conv_fp(char format, double num,
147 PHPAPI char * ap_php_conv_10(wide_int num, bool_int is_unsigned,
[all …]
H A Dphp.h63 # define PHPAPI __declspec(dllexport) macro
65 # define PHPAPI __declspec(dllimport) macro
73 # define PHPAPI macro
314 PHPAPI size_t php_write(void *buf, size_t size);
317 PHPAPI int php_get_module_initialized(void);
366 PHPAPI int php_register_internal_extensions(void);
369 PHPAPI void php_com_initialize(void);
370 PHPAPI char *php_get_current_user(void);
372 PHPAPI const char *php_get_internal_encoding(void);
373 PHPAPI const char *php_get_input_encoding(void);
[all …]
H A Dphp_variables.h36 extern PHPAPI void (*php_import_environment_variables)(zval *array_ptr);
37 PHPAPI void php_register_variable(char *var, char *val, zval *track_vars_array);
39 PHPAPI void php_register_variable_safe(char *var, char *val, size_t val_len, zval *track_vars_array…
40 PHPAPI void php_register_variable_ex(char *var, zval *val, zval *track_vars_array);
42 PHPAPI void php_build_argv(char *s, zval *track_vars_array);
43 PHPAPI int php_hash_environment(void);
H A Dphp_streams.h31 PHPAPI int php_file_le_stream(void);
32 PHPAPI int php_file_le_pstream(void);
33 PHPAPI int php_file_le_stream_filter(void);
305 PHPAPI zend_off_t _php_stream_tell(php_stream *stream);
325 PHPAPI int _php_stream_eof(php_stream *stream);
328 PHPAPI int _php_stream_getc(php_stream *stream);
331 PHPAPI int _php_stream_putc(php_stream *stream, int c);
334 PHPAPI int _php_stream_flush(php_stream *stream, int closing);
344 PHPAPI int _php_stream_puts(php_stream *stream, const char *buf);
593 PHPAPI HashTable *_php_get_stream_filters_hash(void);
[all …]
/PHP-7.4/ext/spl/
H A Dspl_exceptions.h25 extern PHPAPI zend_class_entry *spl_ce_LogicException;
26 extern PHPAPI zend_class_entry *spl_ce_BadFunctionCallException;
27 extern PHPAPI zend_class_entry *spl_ce_BadMethodCallException;
28 extern PHPAPI zend_class_entry *spl_ce_DomainException;
30 extern PHPAPI zend_class_entry *spl_ce_LengthException;
31 extern PHPAPI zend_class_entry *spl_ce_OutOfRangeException;
33 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
34 extern PHPAPI zend_class_entry *spl_ce_OutOfBoundsException;
35 extern PHPAPI zend_class_entry *spl_ce_OverflowException;
36 extern PHPAPI zend_class_entry *spl_ce_RangeException;
[all …]
H A Dspl_iterators.h33 extern PHPAPI zend_class_entry *spl_ce_RecursiveIterator;
36 extern PHPAPI zend_class_entry *spl_ce_FilterIterator;
38 extern PHPAPI zend_class_entry *spl_ce_ParentIterator;
39 extern PHPAPI zend_class_entry *spl_ce_SeekableIterator;
40 extern PHPAPI zend_class_entry *spl_ce_LimitIterator;
41 extern PHPAPI zend_class_entry *spl_ce_CachingIterator;
43 extern PHPAPI zend_class_entry *spl_ce_OuterIterator;
44 extern PHPAPI zend_class_entry *spl_ce_IteratorIterator;
47 extern PHPAPI zend_class_entry *spl_ce_EmptyIterator;
48 extern PHPAPI zend_class_entry *spl_ce_AppendIterator;
[all …]
H A Dspl_exceptions.c34 PHPAPI zend_class_entry *spl_ce_LogicException;
35 PHPAPI zend_class_entry *spl_ce_BadFunctionCallException;
36 PHPAPI zend_class_entry *spl_ce_BadMethodCallException;
37 PHPAPI zend_class_entry *spl_ce_DomainException;
39 PHPAPI zend_class_entry *spl_ce_LengthException;
40 PHPAPI zend_class_entry *spl_ce_OutOfRangeException;
41 PHPAPI zend_class_entry *spl_ce_RuntimeException;
42 PHPAPI zend_class_entry *spl_ce_OutOfBoundsException;
43 PHPAPI zend_class_entry *spl_ce_OverflowException;
44 PHPAPI zend_class_entry *spl_ce_RangeException;
[all …]
/PHP-7.4/ext/standard/
H A Dinfo.h64 PHPAPI zend_string *php_info_html_esc(char *string);
66 PHPAPI void php_print_info_htmlhead(void);
67 PHPAPI void php_print_info(int flag);
68 PHPAPI void php_print_style(void);
69 PHPAPI void php_info_print_style(void);
74 PHPAPI void php_info_print_table_start(void);
75 PHPAPI void php_info_print_table_end(void);
76 PHPAPI void php_info_print_box_start(int bg);
77 PHPAPI void php_info_print_box_end(void);
78 PHPAPI void php_info_print_hr(void);
[all …]
H A Dphp_var.h34 PHPAPI void php_var_dump(zval *struc, int level);
35 PHPAPI void php_var_export(zval *struc, int level);
36 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf);
38 PHPAPI void php_debug_zval_dump(zval *struc, int level);
48 PHPAPI php_serialize_data_t php_var_serialize_init(void);
49 PHPAPI void php_var_serialize_destroy(php_serialize_data_t d);
50 PHPAPI php_unserialize_data_t php_var_unserialize_init(void);
51 PHPAPI void php_var_unserialize_destroy(php_unserialize_data_t d);
72 PHPAPI void var_push_dtor(php_unserialize_data_t *var_hash, zval *val);
73 PHPAPI zval *var_tmp_var(php_unserialize_data_t *var_hashx);
[all …]
H A Dfile.h30 PHPAPI PHP_FUNCTION(fclose);
33 PHPAPI PHP_FUNCTION(feof);
34 PHPAPI PHP_FUNCTION(fread);
35 PHPAPI PHP_FUNCTION(fgetc);
36 PHPAPI PHP_FUNCTION(fgets);
38 PHPAPI PHP_FUNCTION(fgetss);
41 PHPAPI PHP_FUNCTION(fwrite);
42 PHPAPI PHP_FUNCTION(fflush);
43 PHPAPI PHP_FUNCTION(rewind);
44 PHPAPI PHP_FUNCTION(ftell);
[all …]
H A Dphp_string.h115 PHPAPI struct lconv *localeconv_r(struct lconv *out);
116 PHPAPI char *php_strtoupper(char *s, size_t len);
117 PHPAPI char *php_strtolower(char *s, size_t len);
118 PHPAPI zend_string *php_string_toupper(zend_string *s);
119 PHPAPI zend_string *php_string_tolower(zend_string *s);
121 PHPAPI zend_string *php_addslashes(zend_string *str);
122 PHPAPI void php_stripslashes(zend_string *str);
125 PHPAPI void php_stripcslashes(zend_string *str);
127 PHPAPI size_t php_dirname(char *str, size_t len);
128 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len);
[all …]
H A Durl.h33 PHPAPI void php_url_free(php_url *theurl);
34 PHPAPI php_url *php_url_parse(char const *str);
35 PHPAPI php_url *php_url_parse_ex(char const *str, size_t length);
36 PHPAPI php_url *php_url_parse_ex2(char const *str, size_t length, zend_bool *has_port);
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.h28 PHPAPI char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, con…
29 PHPAPI int php_url_scanner_add_session_var(char *name, size_t name_len, char *value, size_t value_l…
30 PHPAPI int php_url_scanner_reset_session_var(zend_string *name, int encode);
31 PHPAPI int php_url_scanner_reset_session_vars(void);
32 PHPAPI int php_url_scanner_add_var(char *name, size_t name_len, char *value, size_t value_len, int …
33 PHPAPI int php_url_scanner_reset_var(zend_string *name, int encode);
34 PHPAPI int php_url_scanner_reset_vars(void);
/PHP-7.4/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);
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);
32 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_error_info);
[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(const MYSQLND_REVERSE_API * apiext);
36 PHPAPI MYSQLND * zval_to_mysqlnd(zval * zv, const unsigned int client_api_capabilities, unsigned in…
/PHP-7.4/ext/pcre/
H A Dphp_pcre.h31 PHPAPI pcre2_code* pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count);
42 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex);
57 PHPAPI pcre2_match_context *php_pcre_mctx(void);
58 PHPAPI pcre2_general_context *php_pcre_gctx(void);
59 PHPAPI pcre2_compile_context *php_pcre_cctx(void);
60 PHPAPI void php_pcre_pce_incref(pcre_cache_entry *);
61 PHPAPI void php_pcre_pce_decref(pcre_cache_entry *);
62 PHPAPI pcre2_code *php_pcre_pce_re(pcre_cache_entry *);
64 PHPAPI pcre2_match_data *php_pcre_create_match_data(uint32_t, pcre2_code *);
65 PHPAPI void php_pcre_free_match_data(pcre2_match_data *);
[all …]
/PHP-7.4/main/streams/
H A Dphp_stream_filter_api.h70 PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket);
73 PHPAPI void php_stream_bucket_append(php_stream_bucket_brigade *brigade, php_stream_bucket *bucket);
74 PHPAPI void php_stream_bucket_unlink(php_stream_bucket *bucket);
75 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket);
125 PHPAPI void _php_stream_filter_prepend(php_stream_filter_chain *chain, php_stream_filter *filter);
127 PHPAPI void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter);
128 PHPAPI int php_stream_filter_append_ex(php_stream_filter_chain *chain, php_stream_filter *filter);
129 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish);
130 PHPAPI php_stream_filter *php_stream_filter_remove(php_stream_filter *filter, int call_dtor);
131 PHPAPI void php_stream_filter_free(php_stream_filter *filter);
[all …]
H A Dphp_stream_plain_wrapper.h22 PHPAPI extern php_stream_ops php_stream_stdio_ops;
23 PHPAPI extern /*const*/ php_stream_wrapper php_plain_files_wrapper;
28 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_p…
31 PHPAPI php_stream *_php_stream_fopen_with_path(const char *filename, const char *mode, const char *…
34 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC);
37 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id ST…
40 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC);
43 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC);
46 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *…
52 PHPAPI FILE * _php_stream_open_wrapper_as_file(char * path, char * mode, int options, zend_string *…
[all …]
H A Dphp_stream_transport.h37 PHPAPI int php_stream_xport_unregister(const char *protocol);
60 PHPAPI int php_stream_xport_bind(php_stream *stream,
66 PHPAPI int php_stream_xport_connect(php_stream *stream,
75 PHPAPI int php_stream_xport_listen(php_stream *stream,
82 PHPAPI int php_stream_xport_accept(php_stream *stream, php_stream **client,
90 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer,
102 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen,
119 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how);
197 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate);
216 PHPAPI HashTable *php_stream_xport_get_hash(void);
[all …]

Completed in 48 milliseconds

12345678910