Home
last modified time | relevance | path

Searched refs:param_count (Results 26 – 41 of 41) sorted by relevance

12

/PHP-5.6/ext/libxml/
H A Dlibxml.c618 fci->param_count = sizeof(params)/sizeof(*params); in _php_libxml_external_entity_loader()
/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c731 fc->fci.param_count = fake_argc;
904 collation->fci.fci.param_count = 2;
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c2013 packet->param_count = uint2korr(p); in php_mysqlnd_prepare_read()
2026 packet->stmt_id, packet->field_count, packet->param_count); in php_mysqlnd_prepare_read()
H A Dmysqlnd_structs.h1134 unsigned int param_count; member
/PHP-5.6/ext/mysqli/
H A Dmysqli_api.c890 php_mysqli_stmt_copy_it(zval *** copies, zval *original, uint param_count, uint current) argument
893 *copies = ecalloc(param_count, sizeof(zval *));
H A Dmysqli.c1310 fci.param_count = 0; in php_mysqli_fetch_into_hash()
/PHP-5.6/main/streams/
H A Duserspace.c311 fci.param_count = 0; in user_stream_create_object()
/PHP-5.6/ext/xml/
H A Dxml.c530 fci.param_count = argc; in xml_call_handler()
/PHP-5.6/Zend/
H A Dzend_execute.c1520 fci->param_count, *fci->retval_ptr_ptr, fci->retval_ptr_ptr, in execute_internal()
/PHP-5.6/ext/mysql/
H A Dphp_mysql.c2179 fci.param_count = 0;
/PHP-5.6/ext/phar/
H A Dutil.c1452 fci.param_count = 3; in phar_call_openssl_signverify()
H A Dphar_object.c697 fci.param_count = 1; in PHP_METHOD()
/PHP-5.6/ext/standard/
H A Dbasic_functions.c4759 …ers(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) {
4889 …ers(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) {
/PHP-5.6/ext/spl/
H A Dspl_directory.c2125 fci.param_count = num_args; in spl_filesystem_file_call()
H A Dspl_iterators.c2024 fci->param_count = 3; in SPL_METHOD()
/PHP-5.6/ext/pgsql/
H A Dpgsql.c2799 fci.param_count = 0;

Completed in 136 milliseconds

12