Home
last modified time | relevance | path

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

1234

/PHP-5.4/ext/phar/
H A Dphar_internal.h174 void (*orig_fopen)(INTERNAL_FUNCTION_PARAMETERS);
176 void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS);
177 void (*orig_is_link)(INTERNAL_FUNCTION_PARAMETERS);
178 void (*orig_is_dir)(INTERNAL_FUNCTION_PARAMETERS);
179 void (*orig_opendir)(INTERNAL_FUNCTION_PARAMETERS);
181 void (*orig_fileperms)(INTERNAL_FUNCTION_PARAMETERS);
183 void (*orig_filesize)(INTERNAL_FUNCTION_PARAMETERS);
189 void (*orig_filetype)(INTERNAL_FUNCTION_PARAMETERS);
193 void (*orig_lstat)(INTERNAL_FUNCTION_PARAMETERS);
194 void (*orig_readfile)(INTERNAL_FUNCTION_PARAMETERS);
[all …]
H A Dfunc_interceptors.c809 void fname(INTERNAL_FUNCTION_PARAMETERS) { \
1130 void (*orig_fopen)(INTERNAL_FUNCTION_PARAMETERS);
1132 void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS);
1133 void (*orig_is_link)(INTERNAL_FUNCTION_PARAMETERS);
1134 void (*orig_is_dir)(INTERNAL_FUNCTION_PARAMETERS);
1135 void (*orig_opendir)(INTERNAL_FUNCTION_PARAMETERS);
1139 void (*orig_filesize)(INTERNAL_FUNCTION_PARAMETERS);
1145 void (*orig_filetype)(INTERNAL_FUNCTION_PARAMETERS);
1149 void (*orig_lstat)(INTERNAL_FUNCTION_PARAMETERS);
1150 void (*orig_readfile)(INTERNAL_FUNCTION_PARAMETERS);
[all …]
/PHP-5.4/ext/pgsql/
H A Dphp_pgsql.h210 static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent);
211 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
212 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
214 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
215 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
216 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
/PHP-5.4/ext/mysqli/
H A Dmysqli_priv.h66 extern void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_ob…
150 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_real_connect, zend_bool in_ct…
152 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS);
/PHP-5.4/ext/intl/collator/
H A Dcollator_create.c28 static void collator_ctor(INTERNAL_FUNCTION_PARAMETERS) in collator_ctor() argument
/PHP-5.4/ext/intl/idn/
H A Didn.c136 static void php_intl_idn_to_46(INTERNAL_FUNCTION_PARAMETERS, in php_intl_idn_to_46() argument
204 static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS, in php_intl_idn_to() argument
262 static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_intl_idn_handoff() argument
/PHP-5.4/ext/date/
H A Dphp_date.h165 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt);
169 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);
/PHP-5.4/ext/gd/
H A Dgd.c149 static void php_image_filter_negate(INTERNAL_FUNCTION_PARAMETERS);
150 static void php_image_filter_grayscale(INTERNAL_FUNCTION_PARAMETERS);
151 static void php_image_filter_brightness(INTERNAL_FUNCTION_PARAMETERS);
152 static void php_image_filter_contrast(INTERNAL_FUNCTION_PARAMETERS);
153 static void php_image_filter_colorize(INTERNAL_FUNCTION_PARAMETERS);
154 static void php_image_filter_edgedetect(INTERNAL_FUNCTION_PARAMETERS);
155 static void php_image_filter_emboss(INTERNAL_FUNCTION_PARAMETERS);
159 static void php_image_filter_smooth(INTERNAL_FUNCTION_PARAMETERS);
160 static void php_image_filter_pixelate(INTERNAL_FUNCTION_PARAMETERS);
3640 static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_imagechar() argument
[all …]
H A Dgd_ctx.c77 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*fu… in _php_image_output_ctx() argument
/PHP-5.4/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
416 static void _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAMETERS, char operation) /* {{{ */ in _php_ibase_backup_restore() argument
486 static void _php_ibase_service_action(INTERNAL_FUNCTION_PARAMETERS, char svc_action) /* {{{ */ in _php_ibase_service_action() argument
H A Dphp_ibase_includes.h167 void _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAMETERS, zval **link_id,
/PHP-5.4/ext/intl/formatter/
H A Dformatter_main.c28 static void numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS) in numfmt_ctor() argument
/PHP-5.4/Zend/
H A Dzend_object_handlers.h90 typedef int (*zend_object_call_method_t)(const char *method, INTERNAL_FUNCTION_PARAMETERS);
174 ZEND_API void zend_std_call_user_call(INTERNAL_FUNCTION_PARAMETERS);
/PHP-5.4/ext/pdo/
H A Dphp_pdo_int.h46 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip_first_arg);
/PHP-5.4/ext/standard/
H A Dfsock.c32 static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_fsockopen_stream() argument
H A Dmicrotime.c53 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_gettimeofday() argument
H A Dtype.c201 static void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) in php_is_type() argument
/PHP-5.4/ext/calendar/
H A Deaster.c27 static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, int gm) in _cal_easter() argument
/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat.c29 static void msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS) in msgfmt_ctor() argument
/PHP-5.4/ext/oci8/
H A Dphp_oci8_int.h381 void php_oci_do_connect (INTERNAL_FUNCTION_PARAMETERS, int , int);
392 void php_oci_fetch_row(INTERNAL_FUNCTION_PARAMETERS, int, int);
460 php_oci_out_column *php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAMETERS, int need_data…
/PHP-5.4/ext/ereg/
H A Dereg.c289 static void php_ereg(INTERNAL_FUNCTION_PARAMETERS, int icase) in php_ereg() argument
550 static void php_do_ereg_replace(INTERNAL_FUNCTION_PARAMETERS, int icase) in php_do_ereg_replace() argument
629 static void php_split(INTERNAL_FUNCTION_PARAMETERS, int icase) in php_split() argument
/PHP-5.4/ext/intl/dateformat/
H A Ddateformat.c71 static void datefmt_ctor(INTERNAL_FUNCTION_PARAMETERS) in datefmt_ctor() argument
/PHP-5.4/ext/gmp/
H A Dgmp.c611 static inline void _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_op_t gmp_op, gmp_bina… in _gmp_binary_ui_op() argument
660 static inline void _gmp_unary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_ui_op_t gmp_op) in _gmp_unary_ui_op() argument
674 static inline void _gmp_unary_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_op_t gmp_op) in _gmp_unary_op() argument
688 static inline void _gmp_unary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_opl_t gmp_op) in _gmp_unary_opl() argument
706 static inline void _gmp_binary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_opl_t gmp_op) in _gmp_binary_opl() argument
/PHP-5.4/ext/bz2/
H A Dbz2.c305 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int);
592 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() argument
/PHP-5.4/ext/xmlreader/
H A Dphp_xmlreader.c413 static void php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_one_char_t intern… in php_xmlreader_string_arg() argument
446 static void php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_int_t internal_functi… in php_xmlreader_no_arg() argument
467 static void php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_char_t interna… in php_xmlreader_no_arg_string() argument
490 static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) { in php_xmlreader_set_relaxng_schema() argument

Completed in 138 milliseconds

1234