Home
last modified time | relevance | path

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

1234

/php-src/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h112 void pgsqlCopyFromArray_internal(INTERNAL_FUNCTION_PARAMETERS);
113 void pgsqlCopyFromFile_internal(INTERNAL_FUNCTION_PARAMETERS);
114 void pgsqlCopyToArray_internal(INTERNAL_FUNCTION_PARAMETERS);
115 void pgsqlCopyToFile_internal(INTERNAL_FUNCTION_PARAMETERS);
116 void pgsqlLOBCreate_internal(INTERNAL_FUNCTION_PARAMETERS);
117 void pgsqlLOBOpen_internal(INTERNAL_FUNCTION_PARAMETERS);
118 void pgsqlLOBUnlink_internal(INTERNAL_FUNCTION_PARAMETERS);
119 void pgsqlGetNotify_internal(INTERNAL_FUNCTION_PARAMETERS);
120 void pgsqlGetPid_internal(INTERNAL_FUNCTION_PARAMETERS);
H A Dpgsql_driver.c591 void pgsqlCopyFromArray_internal(INTERNAL_FUNCTION_PARAMETERS) in pgsqlCopyFromArray_internal() argument
709 void pgsqlCopyFromFile_internal(INTERNAL_FUNCTION_PARAMETERS) in pgsqlCopyFromFile_internal() argument
811 void pgsqlCopyToFile_internal(INTERNAL_FUNCTION_PARAMETERS) in pgsqlCopyToFile_internal() argument
911 void pgsqlCopyToArray_internal(INTERNAL_FUNCTION_PARAMETERS) in pgsqlCopyToArray_internal() argument
991 void pgsqlLOBCreate_internal(INTERNAL_FUNCTION_PARAMETERS) in pgsqlLOBCreate_internal() argument
1024 void pgsqlLOBOpen_internal(INTERNAL_FUNCTION_PARAMETERS) in pgsqlLOBOpen_internal() argument
1080 void pgsqlLOBUnlink_internal(INTERNAL_FUNCTION_PARAMETERS) in pgsqlLOBUnlink_internal() argument
1120 void pgsqlGetNotify_internal(INTERNAL_FUNCTION_PARAMETERS) in pgsqlGetNotify_internal() argument
1205 void pgsqlGetPid_internal(INTERNAL_FUNCTION_PARAMETERS) in pgsqlGetPid_internal() argument
/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h83 void pdo_sqlite_create_function_internal(INTERNAL_FUNCTION_PARAMETERS);
84 void pdo_sqlite_create_aggregate_internal(INTERNAL_FUNCTION_PARAMETERS);
85 void pdo_sqlite_create_collation_internal(INTERNAL_FUNCTION_PARAMETERS, pdo_sqlite_create_collation…
/php-src/ext/pgsql/
H A Dphp_pgsql.h86 static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent);
87 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
88 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
89 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
90 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type, bool nullable_row);
91 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
/php-src/ext/curl/
H A Dcurl_file.c29 static void curlfile_ctor(INTERNAL_FUNCTION_PARAMETERS) in curlfile_ctor() argument
68 static void curlfile_get_property(const char *name, size_t name_len, INTERNAL_FUNCTION_PARAMETERS) in curlfile_get_property() argument
77 static void curlfile_set_property(const char *name, size_t name_len, INTERNAL_FUNCTION_PARAMETERS) in curlfile_set_property() argument
/php-src/ext/mysqli/
H A Dmysqli_priv.h52 extern void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_ob…
120 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, bool is_real_connect, bool in_ctor);
122 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, bool is_method);
/php-src/ext/intl/idn/
H A Didn.c61 static void php_intl_idn_to_46(INTERNAL_FUNCTION_PARAMETERS, in php_intl_idn_to_46() argument
117 static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_intl_idn_handoff() argument
/php-src/ext/dom/
H A Dcharacterdata.c162 static void dom_character_data_append_data(INTERNAL_FUNCTION_PARAMETERS, bool return_true) in dom_character_data_append_data() argument
197 static void dom_character_data_insert_data(INTERNAL_FUNCTION_PARAMETERS, bool return_true) in dom_character_data_insert_data() argument
268 static void dom_character_data_delete_data(INTERNAL_FUNCTION_PARAMETERS, bool return_true) in dom_character_data_delete_data() argument
340 static void dom_character_data_replace_data(INTERNAL_FUNCTION_PARAMETERS, bool return_true) in dom_character_data_replace_data() argument
H A Dxml_document.c130 static void load_from_helper(INTERNAL_FUNCTION_PARAMETERS, int mode) in load_from_helper() argument
H A Ddocument.c631 static void dom_document_create_processing_instruction(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_document_create_processing_instruction() argument
802 static void dom_modern_document_import_node(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *node_ce) in dom_modern_document_import_node() argument
1155 static void dom_document_adopt_node(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_document_adopt_node() argument
1484 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) in dom_parse_document() argument
1577 static void dom_document_save_xml(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *node_ce) in dom_document_save_xml() argument
1822 static void _dom_document_schema_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_schema_validate() argument
1933 static void _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_relaxNG_validate() argument
2034 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html() argument
2229 static void dom_document_register_node_class(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_document_register_node_class() argument
/php-src/ext/gd/
H A Dgd.c106 static void php_image_filter_negate(INTERNAL_FUNCTION_PARAMETERS);
107 static void php_image_filter_grayscale(INTERNAL_FUNCTION_PARAMETERS);
108 static void php_image_filter_brightness(INTERNAL_FUNCTION_PARAMETERS);
109 static void php_image_filter_contrast(INTERNAL_FUNCTION_PARAMETERS);
110 static void php_image_filter_colorize(INTERNAL_FUNCTION_PARAMETERS);
111 static void php_image_filter_edgedetect(INTERNAL_FUNCTION_PARAMETERS);
112 static void php_image_filter_emboss(INTERNAL_FUNCTION_PARAMETERS);
116 static void php_image_filter_smooth(INTERNAL_FUNCTION_PARAMETERS);
117 static void php_image_filter_pixelate(INTERNAL_FUNCTION_PARAMETERS);
118 static void php_image_filter_scatter(INTERNAL_FUNCTION_PARAMETERS);
[all …]
/php-src/ext/intl/collator/
H A Dcollator_create.c25 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *e… in collator_ctor() argument
/php-src/ext/date/
H A Dphp_date.h136 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, bool gmt);
141 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, bool gm);
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp46 INTERNAL_FUNCTION_PARAMETERS) in _breakiter_factory() argument
174 INTERNAL_FUNCTION_PARAMETERS) in _breakiter_no_args_ret_int32() argument
192 INTERNAL_FUNCTION_PARAMETERS) in _breakiter_int32_ret_int32() argument
H A Drulebasedbreakiterator_methods.cpp35 static void _php_intlrbbi_constructor_body(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error… in _php_intlrbbi_constructor_body() argument
/php-src/ext/standard/
H A Dfsock.c28 static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_fsockopen_stream() argument
H A Dmicrotime.c46 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_gettimeofday() argument
/php-src/ext/calendar/
H A Deaster.c29 static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, bool gm) in _cal_easter() argument
/php-src/ext/intl/formatter/
H A Dformatter_main.c27 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *err… in numfmt_ctor() argument
/php-src/ext/intl/dateformat/
H A Ddatepatterngenerator_methods.cpp33 static zend_result dtpg_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, boo… in dtpg_ctor() argument
H A Ddateformat_create.cpp48 static zend_result datefmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, … in datefmt_ctor() argument
/php-src/ext/intl/msgformat/
H A Dmsgformat.c28 static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *err… in msgfmt_ctor() argument
/php-src/ext/bz2/
H A Dbz2.c277 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int);
564 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() argument
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c364 static void php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_one_char_t intern… in php_xmlreader_string_arg() argument
397 static void php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_int_t internal_functi… in php_xmlreader_no_arg() argument
421 static void php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_char_t interna… in php_xmlreader_no_arg_string() argument
447 static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) { in php_xmlreader_set_relaxng_schema() argument
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c204 static void php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_one_char_t intern… in ZEND_GET_MODULE()
226 static void php_xmlwriter_end(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_int_t internal_function) in php_xmlwriter_end() argument
885 static void php_xmlwriter_flush(INTERNAL_FUNCTION_PARAMETERS, int force_string) { in php_xmlwriter_flush() argument

Completed in 66 milliseconds

1234