Home
last modified time | relevance | path

Searched defs:INTERNAL_FUNCTION_PARAMETERS (Results 1 – 25 of 76) sorted by relevance

1234

/PHP-5.3/ext/interbase/
H A Dibase_service.c136 static void _php_ibase_user(INTERNAL_FUNCTION_PARAMETERS, char operation) /* {{{ */ in _php_ibase_user() argument
273 static void _php_ibase_service_query(INTERNAL_FUNCTION_PARAMETERS, /* {{{ */ in _php_ibase_service_query() argument
418 static void _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAMETERS, char operation) /* {{{ */ in _php_ibase_backup_restore() argument
488 static void _php_ibase_service_action(INTERNAL_FUNCTION_PARAMETERS, char svc_action) /* {{{ */ in _php_ibase_service_action() argument
H A Dinterbase.c554 void _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAMETERS, /* {{{ */ in _php_ibase_get_link_trans() argument
895 static void _php_ibase_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) /* {{{ */ in _php_ibase_connect() argument
1312 static void _php_ibase_trans_end(INTERNAL_FUNCTION_PARAMETERS, int commit) /* {{{ */ in _php_ibase_trans_end() argument
/PHP-5.3/ext/intl/collator/
H A Dcollator_create.c28 static void collator_ctor(INTERNAL_FUNCTION_PARAMETERS) in collator_ctor() argument
/PHP-5.3/ext/intl/formatter/
H A Dformatter_main.c28 static void numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS) in numfmt_ctor() argument
/PHP-5.3/ext/calendar/
H A Deaster.c27 static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, int gm) in _cal_easter() argument
/PHP-5.3/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
H A Dfilestat.c394 static void php_do_chgrp(INTERNAL_FUNCTION_PARAMETERS, int do_lchgrp) /* {{{ */ in php_do_chgrp() argument
499 static void php_do_chown(INTERNAL_FUNCTION_PARAMETERS, int do_lchown) /* {{{ */ in php_do_chown() argument
/PHP-5.3/ext/gd/
H A Dgd.c3536 static void php_imagefontsize(INTERNAL_FUNCTION_PARAMETERS, int arg) in php_imagefontsize() argument
3598 static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_imagechar() argument
4749 static void php_image_filter_negate(INTERNAL_FUNCTION_PARAMETERS) in php_image_filter_negate() argument
4760 static void php_image_filter_grayscale(INTERNAL_FUNCTION_PARAMETERS) in php_image_filter_grayscale() argument
4771 static void php_image_filter_brightness(INTERNAL_FUNCTION_PARAMETERS) in php_image_filter_brightness() argument
4794 static void php_image_filter_contrast(INTERNAL_FUNCTION_PARAMETERS) in php_image_filter_contrast() argument
4817 static void php_image_filter_colorize(INTERNAL_FUNCTION_PARAMETERS) in php_image_filter_colorize() argument
4841 static void php_image_filter_edgedetect(INTERNAL_FUNCTION_PARAMETERS) in php_image_filter_edgedetect() argument
4852 static void php_image_filter_emboss(INTERNAL_FUNCTION_PARAMETERS) in php_image_filter_emboss() argument
4896 static void php_image_filter_smooth(INTERNAL_FUNCTION_PARAMETERS) in php_image_filter_smooth() argument
[all …]
H A Dgd_ctx.c50 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*fu… in _php_image_output_ctx() argument
/PHP-5.3/ext/intl/idn/
H A Didn.c57 static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_intl_idn_to() argument
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat.c29 static void msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS) in msgfmt_ctor() argument
/PHP-5.3/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.3/ext/snmp/
H A Dsnmp.c545 static void php_snmp_internal(INTERNAL_FUNCTION_PARAMETERS, int st, in php_snmp_internal() argument
776 static void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st, int version) in php_snmp() argument
1174 static void php_snmpv3(INTERNAL_FUNCTION_PARAMETERS, int st) argument
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat.c71 static void datefmt_ctor(INTERNAL_FUNCTION_PARAMETERS) in datefmt_ctor() argument
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c729 static void php_sybase_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_sybase_do_connect() argument
909 static int php_sybase_get_default_link(INTERNAL_FUNCTION_PARAMETERS) in php_sybase_get_default_link() argument
1425 static void php_sybase_query (INTERNAL_FUNCTION_PARAMETERS, int buffered) in php_sybase_query() argument
1792 static void php_sybase_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int numerics) in php_sybase_fetch_hash() argument
/PHP-5.3/ext/sysvsem/
H A Dsysvsem.c298 static void php_sysvsem_semop(INTERNAL_FUNCTION_PARAMETERS, int acquire) in php_sysvsem_semop() argument
/PHP-5.3/sapi/apache_hooks/
H A Dphp_apache.c182 static void apache_request_read_string_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_read_string_slot() argument
207 static void apache_request_string_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_string_slot() argument
238 static void apache_request_read_int_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_read_int_slot() argument
258 static void apache_request_int_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_int_slot() argument
577 static void add_header_to_table(table *t, INTERNAL_FUNCTION_PARAMETERS) in add_header_to_table() argument
/PHP-5.3/ext/gmp/
H A Dgmp.c637 static inline void _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_op_t gmp_op, gmp_bina… in _gmp_binary_ui_op() argument
686 static inline void _gmp_unary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_ui_op_t gmp_op) in _gmp_unary_ui_op() argument
700 static inline void _gmp_unary_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_op_t gmp_op) in _gmp_unary_op() argument
714 static inline void _gmp_unary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_opl_t gmp_op) in _gmp_unary_opl() argument
732 static inline void _gmp_binary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_opl_t gmp_op) in _gmp_binary_opl() argument
/PHP-5.3/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
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c690 static void php_mysql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) argument
1025 static int php_mysql_get_default_link(INTERNAL_FUNCTION_PARAMETERS) argument
1502 static void php_mysql_do_query(INTERNAL_FUNCTION_PARAMETERS, int use_store) argument
2017 static void php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, long result_type, int expected_args,… argument
2429 static void php_mysql_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
/PHP-5.3/ext/mbstring/
H A Dphp_mbregex.c690 static void _php_mb_regex_ereg_exec(INTERNAL_FUNCTION_PARAMETERS, int icase) in _php_mb_regex_ereg_exec() argument
787 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options) in _php_mb_regex_ereg_replace_exec() argument
1114 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_mb_regex_ereg_search_exec() argument
/PHP-5.3/ext/dba/
H A Ddba.c533 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_dba_update() argument
607 static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_dba_open() argument
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c913 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs() argument
999 void odbc_transact(INTERNAL_FUNCTION_PARAMETERS, int type) in odbc_transact() argument
1033 void odbc_column_lengths(INTERNAL_FUNCTION_PARAMETERS, int type) in odbc_column_lengths() argument
1658 static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) in php_odbc_fetch_hash() argument
2489 void odbc_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) in odbc_do_connect() argument
2948 static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_lasterror() argument

Completed in 104 milliseconds

1234