Home
last modified time | relevance | path

Searched refs:INTERNAL_FUNCTION_PARAMETERS (Results 1 – 25 of 88) sorted by relevance

1234

/PHP-7.0/ext/phar/
H A Dphar_internal.h160 void (*orig_fopen)(INTERNAL_FUNCTION_PARAMETERS);
162 void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS);
163 void (*orig_is_link)(INTERNAL_FUNCTION_PARAMETERS);
164 void (*orig_is_dir)(INTERNAL_FUNCTION_PARAMETERS);
165 void (*orig_opendir)(INTERNAL_FUNCTION_PARAMETERS);
167 void (*orig_fileperms)(INTERNAL_FUNCTION_PARAMETERS);
169 void (*orig_filesize)(INTERNAL_FUNCTION_PARAMETERS);
175 void (*orig_filetype)(INTERNAL_FUNCTION_PARAMETERS);
179 void (*orig_lstat)(INTERNAL_FUNCTION_PARAMETERS);
180 void (*orig_readfile)(INTERNAL_FUNCTION_PARAMETERS);
[all …]
H A Dfunc_interceptors.c806 void fname(INTERNAL_FUNCTION_PARAMETERS) { \
1127 void (*orig_fopen)(INTERNAL_FUNCTION_PARAMETERS);
1129 void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS);
1130 void (*orig_is_link)(INTERNAL_FUNCTION_PARAMETERS);
1131 void (*orig_is_dir)(INTERNAL_FUNCTION_PARAMETERS);
1132 void (*orig_opendir)(INTERNAL_FUNCTION_PARAMETERS);
1136 void (*orig_filesize)(INTERNAL_FUNCTION_PARAMETERS);
1142 void (*orig_filetype)(INTERNAL_FUNCTION_PARAMETERS);
1146 void (*orig_lstat)(INTERNAL_FUNCTION_PARAMETERS);
1147 void (*orig_readfile)(INTERNAL_FUNCTION_PARAMETERS);
[all …]
/PHP-7.0/ext/mysqli/
H A Dmysqli_priv.h66 extern void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_ob…
147 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_real_connect, zend_bool in_ct…
149 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method);
/PHP-7.0/ext/pgsql/
H A Dphp_pgsql.h225 static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent);
226 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
227 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
229 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
230 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
231 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
/PHP-7.0/ext/curl/
H A Dcurl_file.c32 static void curlfile_ctor(INTERNAL_FUNCTION_PARAMETERS) in curlfile_ctor() argument
73 static void curlfile_get_property(char *name, INTERNAL_FUNCTION_PARAMETERS) in curlfile_get_property() argument
85 static void curlfile_set_property(char *name, INTERNAL_FUNCTION_PARAMETERS) in curlfile_set_property() argument
/PHP-7.0/ext/intl/idn/
H A Didn.c136 static void php_intl_idn_to_46(INTERNAL_FUNCTION_PARAMETERS, in php_intl_idn_to_46() argument
201 static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS, in php_intl_idn_to() argument
257 static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_intl_idn_handoff() argument
/PHP-7.0/ext/intl/collator/
H A Dcollator_create.c28 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in collator_ctor() argument
/PHP-7.0/ext/pdo/
H A Dphp_pdo_int.h48 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip_first_arg);
/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp45 INTERNAL_FUNCTION_PARAMETERS) in _breakiter_factory() argument
184 INTERNAL_FUNCTION_PARAMETERS) in _breakiter_no_args_ret_int32() argument
207 INTERNAL_FUNCTION_PARAMETERS) in _breakiter_int32_ret_int32() argument
H A Drulebasedbreakiterator_methods.cpp33 static void _php_intlrbbi_constructor_body(INTERNAL_FUNCTION_PARAMETERS) in _php_intlrbbi_constructor_body() argument
/PHP-7.0/ext/gd/
H A Dgd.c121 static void php_image_filter_negate(INTERNAL_FUNCTION_PARAMETERS);
122 static void php_image_filter_grayscale(INTERNAL_FUNCTION_PARAMETERS);
123 static void php_image_filter_brightness(INTERNAL_FUNCTION_PARAMETERS);
124 static void php_image_filter_contrast(INTERNAL_FUNCTION_PARAMETERS);
125 static void php_image_filter_colorize(INTERNAL_FUNCTION_PARAMETERS);
126 static void php_image_filter_edgedetect(INTERNAL_FUNCTION_PARAMETERS);
127 static void php_image_filter_emboss(INTERNAL_FUNCTION_PARAMETERS);
131 static void php_image_filter_smooth(INTERNAL_FUNCTION_PARAMETERS);
132 static void php_image_filter_pixelate(INTERNAL_FUNCTION_PARAMETERS);
3541 static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_imagechar() argument
[all …]
H A Dgd_ctx.c82 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*fu… in _php_image_output_ctx() argument
/PHP-7.0/ext/interbase/
H A Dibase_service.c134 static void _php_ibase_user(INTERNAL_FUNCTION_PARAMETERS, char operation) /* {{{ */ in _php_ibase_user() argument
271 static void _php_ibase_service_query(INTERNAL_FUNCTION_PARAMETERS, /* {{{ */ in _php_ibase_service_query() argument
417 static void _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAMETERS, char operation) /* {{{ */ in _php_ibase_backup_restore() argument
487 static void _php_ibase_service_action(INTERNAL_FUNCTION_PARAMETERS, char svc_action) /* {{{ */ in _php_ibase_service_action() argument
H A Dphp_ibase_includes.h169 void _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAMETERS, zval *link_id,
/PHP-7.0/ext/calendar/
H A Deaster.c27 static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, zend_long gm) in _cal_easter() argument
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_module.c40 static void (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS) = NULL;
41 static void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS) = NULL;
42 static void (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS) = NULL;
354 static int accel_file_in_cache(INTERNAL_FUNCTION_PARAMETERS) argument
367 static void accel_file_exists(INTERNAL_FUNCTION_PARAMETERS) argument
376 static void accel_is_file(INTERNAL_FUNCTION_PARAMETERS) argument
385 static void accel_is_readable(INTERNAL_FUNCTION_PARAMETERS) argument
/PHP-7.0/ext/date/
H A Dphp_date.h209 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt);
213 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);
/PHP-7.0/ext/intl/formatter/
H A Dformatter_main.c28 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in numfmt_ctor() argument
/PHP-7.0/ext/standard/
H A Dfsock.c32 static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_fsockopen_stream() argument
H A Dmicrotime.c54 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_gettimeofday() argument
H A Dtype.c201 static inline void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) in php_is_type() argument
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat.c30 static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in msgfmt_ctor() argument
/PHP-7.0/ext/oci8/
H A Dphp_oci8_int.h424 void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive);
432 void php_oci_fetch_row(INTERNAL_FUNCTION_PARAMETERS, int mode, int expected_args);
498 php_oci_out_column *php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAMETERS, int need_data…
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_create.cpp52 static int datefmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in datefmt_ctor() argument
/PHP-7.0/Zend/
H A Dzend_object_handlers.h94 …zend_object_call_method_t)(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS);

Completed in 73 milliseconds

1234