/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_ps.c | 75 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD() local 145 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD() local 213 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD() local 226 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD() local 255 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in mysqlnd_stmt_skip_metadata() local 296 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in mysqlnd_stmt_read_prepare_response() local 336 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in mysqlnd_stmt_prepare_read_eof() local 374 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD() local 478 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in mysqlnd_stmt_execute_parse_response() local 632 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD() local [all …]
|
H A D | mysqlnd.h | 163 #define mysqlnd_stmt_num_rows(stmt) (stmt)->m->get_num_rows((stmt)) argument 164 #define mysqlnd_stmt_param_count(stmt) (stmt)->m->get_param_count((stmt)) argument 168 #define mysqlnd_stmt_errno(stmt) (stmt)->m->get_error_no((stmt)) argument 169 #define mysqlnd_stmt_error(stmt) (stmt)->m->get_error_str((stmt)) argument 170 #define mysqlnd_stmt_sqlstate(stmt) (stmt)->m->get_sqlstate((stmt)) argument 215 #define mysqlnd_stmt_get_result(stmt) (stmt)->m->get_result((stmt)) argument 217 #define mysqlnd_stmt_next_result(stmt) (stmt)->m->next_result((stmt)) argument 220 #define mysqlnd_stmt_execute(stmt) (stmt)->m->execute((stmt)) argument 233 #define mysqlnd_stmt_free_result(stmt) (stmt)->m->free_result((stmt)) argument 235 #define mysqlnd_stmt_reset(stmt) (stmt)->m->reset((stmt)) argument [all …]
|
H A D | mysqlnd_ps_codec.c | 494 mysqlnd_stmt_free_copies(MYSQLND_STMT_DATA * stmt, zval *copies) in mysqlnd_stmt_free_copies() 537 mysqlnd_stmt_execute_prepare_param_types(MYSQLND_STMT_DATA * stmt, zval ** copies_param, int * rese… in mysqlnd_stmt_execute_prepare_param_types() 590 mysqlnd_stmt_execute_store_types(MYSQLND_STMT_DATA * stmt, zval * copies, zend_uchar ** p) in mysqlnd_stmt_execute_store_types() 634 mysqlnd_stmt_execute_calculate_param_values_size(MYSQLND_STMT_DATA * stmt, zval ** copies_param, si… in mysqlnd_stmt_execute_calculate_param_values_size() 728 mysqlnd_stmt_execute_store_param_values(MYSQLND_STMT_DATA * stmt, zval * copies, zend_uchar * buf, … in mysqlnd_stmt_execute_store_param_values() 802 MYSQLND_STMT_DATA * stmt = s->data; in mysqlnd_stmt_execute_store_params() local 878 MYSQLND_STMT_DATA * stmt = s->data; in mysqlnd_stmt_execute_generate_request() local
|
H A D | mysqlnd_result.c | 173 MYSQLND_STMT_DATA * stmt = s ? s->data : NULL; in mysqlnd_query_read_result_set_header() local 1143 …esult_unbuffered_init(MYSQLND_RES *result, const unsigned int field_count, MYSQLND_STMT_DATA *stmt) in mysqlnd_result_unbuffered_init() 1178 …result_buffered_init(MYSQLND_RES * result, const unsigned int field_count, MYSQLND_STMT_DATA *stmt) in mysqlnd_result_buffered_init()
|
H A D | mysqlnd_driver.c | 188 MYSQLND_STMT_DATA * stmt = NULL; in MYSQLND_METHOD() local
|
/PHP-8.3/ext/pdo_mysql/ |
H A D | mysql_statement.c | 69 static int pdo_mysql_stmt_dtor(pdo_stmt_t *stmt) /* {{{ */ in pdo_mysql_stmt_dtor() 119 static void pdo_mysql_stmt_set_row_count(pdo_stmt_t *stmt) /* {{{ */ in pdo_mysql_stmt_set_row_count() 129 static int pdo_mysql_fill_stmt_from_result(pdo_stmt_t *stmt) /* {{{ */ in pdo_mysql_fill_stmt_from_result() 162 static bool pdo_mysql_stmt_after_execute_prepared(pdo_stmt_t *stmt) { in pdo_mysql_stmt_after_execute_prepared() 265 static int pdo_mysql_stmt_execute_prepared_libmysql(pdo_stmt_t *stmt) /* {{{ */ in pdo_mysql_stmt_execute_prepared_libmysql() 290 static int pdo_mysql_stmt_execute_prepared_mysqlnd(pdo_stmt_t *stmt) /* {{{ */ in pdo_mysql_stmt_execute_prepared_mysqlnd() 306 static int pdo_mysql_stmt_execute(pdo_stmt_t *stmt) /* {{{ */ in pdo_mysql_stmt_execute() 339 static int pdo_mysql_stmt_next_rowset(pdo_stmt_t *stmt) /* {{{ */ in pdo_mysql_stmt_next_rowset() 626 static int pdo_mysql_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ in pdo_mysql_stmt_describe() 669 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) /* {{{ */ in pdo_mysql_stmt_get_col() [all …]
|
H A D | mysql_driver.c | 42 int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) in _pdo_mysql_error() 124 static void pdo_mysql_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in pdo_mysql_fetch_error_func() 170 static bool mysql_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_… in mysql_handle_preparer()
|
H A D | php_pdo_mysql_int.h | 125 MYSQLND_STMT *stmt; member 127 MYSQL_STMT *stmt; member
|
/PHP-8.3/ext/pdo_sqlite/ |
H A D | sqlite_statement.c | 30 static int pdo_sqlite_stmt_dtor(pdo_stmt_t *stmt) in pdo_sqlite_stmt_dtor() 42 static int pdo_sqlite_stmt_execute(pdo_stmt_t *stmt) in pdo_sqlite_stmt_execute() 75 static int pdo_sqlite_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, in pdo_sqlite_stmt_param_hook() 202 static int pdo_sqlite_stmt_fetch(pdo_stmt_t *stmt, in pdo_sqlite_stmt_fetch() 236 static int pdo_sqlite_stmt_describe(pdo_stmt_t *stmt, int colno) in pdo_sqlite_stmt_describe() 256 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pdo_sqlite_stmt_get_col() 302 static int pdo_sqlite_stmt_col_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) in pdo_sqlite_stmt_col_meta() 363 static int pdo_sqlite_stmt_cursor_closer(pdo_stmt_t *stmt) in pdo_sqlite_stmt_cursor_closer() 370 static int pdo_sqlite_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) in pdo_sqlite_stmt_get_attribute()
|
H A D | sqlite_driver.c | 31 int _pdo_sqlite_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) /* {{{ */ in _pdo_sqlite_error() 85 static void pdo_sqlite_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in pdo_sqlite_fetch_error_func() 175 static bool sqlite_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver… in sqlite_handle_preparer()
|
/PHP-8.3/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 56 static int pdo_odbc_utf82ucs2(pdo_stmt_t *stmt, int is_unicode, const char *buf, in pdo_odbc_utf82ucs2() 91 static int pdo_odbc_ucs22utf8(pdo_stmt_t *stmt, int is_unicode, zval *result) in pdo_odbc_ucs22utf8() 119 static void free_cols(pdo_stmt_t *stmt, pdo_odbc_stmt *S) in free_cols() 135 static int odbc_stmt_dtor(pdo_stmt_t *stmt) in odbc_stmt_dtor() 156 static int odbc_stmt_execute(pdo_stmt_t *stmt) in odbc_stmt_execute() 523 static int odbc_stmt_fetch(pdo_stmt_t *stmt, in odbc_stmt_fetch() 561 static int odbc_stmt_describe(pdo_stmt_t *stmt, int colno) in odbc_stmt_describe() 766 static int odbc_stmt_set_param(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_set_param() 793 static int odbc_stmt_get_attr(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_get_attr() 825 static int odbc_stmt_next_rowset(pdo_stmt_t *stmt) in odbc_stmt_next_rowset() [all …]
|
H A D | odbc_driver.c | 32 static void pdo_odbc_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in pdo_odbc_fetch_error_func() 55 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c… in pdo_odbc_error() 139 static bool odbc_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_o… in odbc_handle_preparer() 222 PDO_ODBC_HSTMT stmt; in odbc_handle_doer() local
|
/PHP-8.3/ext/pdo_dblib/ |
H A D | dblib_stmt.c | 93 static int pdo_dblib_stmt_cursor_closer(pdo_stmt_t *stmt) in pdo_dblib_stmt_cursor_closer() 106 static int pdo_dblib_stmt_dtor(pdo_stmt_t *stmt) in pdo_dblib_stmt_dtor() 117 static int pdo_dblib_stmt_next_rowset_no_cancel(pdo_stmt_t *stmt) in pdo_dblib_stmt_next_rowset_no_cancel() 149 static int pdo_dblib_stmt_next_rowset(pdo_stmt_t *stmt) in pdo_dblib_stmt_next_rowset() 170 static int pdo_dblib_stmt_execute(pdo_stmt_t *stmt) in pdo_dblib_stmt_execute() 195 static int pdo_dblib_stmt_fetch(pdo_stmt_t *stmt, in pdo_dblib_stmt_fetch() 218 static int pdo_dblib_stmt_describe(pdo_stmt_t *stmt, int colno) in pdo_dblib_stmt_describe() 257 static int pdo_dblib_stmt_should_stringify_col(pdo_stmt_t *stmt, int coltype) in pdo_dblib_stmt_should_stringify_col() 342 static int pdo_dblib_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *zv, enum pdo_param_type *type) in pdo_dblib_stmt_get_col() 464 static int pdo_dblib_stmt_get_column_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) in pdo_dblib_stmt_get_column_meta()
|
H A D | dblib_driver.c | 34 static void dblib_fetch_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in dblib_fetch_error() 94 static bool dblib_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_… in dblib_handle_preparer()
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_stmt.c | 175 static void pdo_stmt_reset_columns(pdo_stmt_t *stmt) { in pdo_stmt_reset_columns() 1878 static bool pdo_stmt_do_next_rowset(pdo_stmt_t *stmt) in pdo_stmt_do_next_rowset() 2099 PDO_API void php_pdo_free_statement(pdo_stmt_t *stmt) in php_pdo_free_statement() 2144 pdo_stmt_t *stmt = php_pdo_stmt_fetch_object(std); in pdo_dbstmt_free_storage() local 2150 pdo_stmt_t *stmt; in pdo_dbstmt_new() local 2249 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in pdo_stmt_iter_get() local 2298 pdo_stmt_t *stmt = row->stmt; in row_prop_read() local 2335 pdo_stmt_t *stmt = row->stmt; in row_dim_read() local 2372 pdo_stmt_t *stmt = row->stmt; in row_prop_exists() local 2397 pdo_stmt_t *stmt = row->stmt; in row_dim_exists() local [all …]
|
H A D | pdo_dbh.c | 68 void pdo_raise_impl_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, pdo_error_type sqlstate, const char *su… in pdo_raise_impl_error() 128 PDO_API void pdo_handle_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt) /* {{{ */ in pdo_handle_error() 458 static void pdo_stmt_construct(zend_execute_data *execute_data, pdo_stmt_t *stmt, zval *object, zen… in pdo_stmt_construct() 499 pdo_stmt_t *stmt; in PHP_METHOD() local 1097 pdo_stmt_t *stmt; in PHP_METHOD() local
|
/PHP-8.3/ext/pdo_firebird/ |
H A D | firebird_statement.c | 31 #define RECORD_ERROR(stmt) _firebird_error(NULL, stmt, __FILE__, __LINE__) argument 85 static int firebird_stmt_dtor(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_dtor() 113 static int firebird_stmt_execute(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_execute() 205 static int firebird_stmt_fetch(pdo_stmt_t *stmt, /* {{{ */ in firebird_stmt_fetch() 235 static int firebird_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ in firebird_stmt_describe() 265 static int firebird_stmt_get_column_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) in firebird_stmt_get_column_meta() 299 static int firebird_fetch_blob(pdo_stmt_t *stmt, int colno, zval *result, ISC_QUAD *blob_id) in firebird_fetch_blob() 385 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in firebird_stmt_get_col() 508 static int firebird_bind_blob(pdo_stmt_t *stmt, ISC_QUAD *blob_id, zval *param) in firebird_bind_blob() 794 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_set_attribute() [all …]
|
H A D | firebird_driver.c | 463 void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, zend_long line) /* {{{ */ in _firebird_error() 510 pdo_stmt_t *stmt, zval *driver_options) in firebird_handle_preparer() 597 isc_stmt_handle stmt = PDO_FIREBIRD_HANDLE_INITIALIZER; in firebird_handle_doer() local 991 static void pdo_firebird_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) /* {{{ */ in pdo_firebird_fetch_error_func()
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_api.c | 133 MY_STMT *stmt; in PHP_FUNCTION() local 187 MY_STMT *stmt; in PHP_FUNCTION() local 421 MY_STMT *stmt; in PHP_FUNCTION() local 622 MY_STMT *stmt; in mysqli_stmt_fetch_mysqlnd() local 1435 MY_STMT *stmt; in PHP_FUNCTION() local 1719 MY_STMT *stmt; in PHP_FUNCTION() local 1783 MY_STMT *stmt; in PHP_FUNCTION() local 1814 MY_STMT *stmt; in PHP_FUNCTION() local 1829 MY_STMT *stmt; in PHP_FUNCTION() local 1871 MY_STMT *stmt; in PHP_FUNCTION() local [all …]
|
H A D | mysqli_priv.h | 115 #define MYSQLI_REPORT_STMT_ERROR(stmt) \ argument
|
H A D | mysqli.c | 115 void php_clear_stmt_bind(MY_STMT *stmt) in php_clear_stmt_bind() 196 MY_STMT *stmt = (MY_STMT *)my_res->ptr; in mysqli_stmt_free_storage() local 645 MY_STMT *stmt; in ZEND_GET_MODULE() local
|
H A D | mysqli_nonapi.c | 496 MY_STMT *stmt; local 869 MY_STMT *stmt; local 918 MY_STMT *stmt; local
|
/PHP-8.3/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 57 static int pgsql_stmt_dtor(pdo_stmt_t *stmt) in pgsql_stmt_dtor() 131 static int pgsql_stmt_execute(pdo_stmt_t *stmt) in pgsql_stmt_execute() 264 static int pgsql_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, in pgsql_stmt_param_hook() 418 static int pgsql_stmt_fetch(pdo_stmt_t *stmt, in pgsql_stmt_fetch() 471 static int pgsql_stmt_describe(pdo_stmt_t *stmt, int colno) in pgsql_stmt_describe() 490 static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pgsql_stmt_get_col() 591 static int pgsql_stmt_get_column_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) in pgsql_stmt_get_column_meta() 681 static int pdo_pgsql_stmt_cursor_closer(pdo_stmt_t *stmt) in pdo_pgsql_stmt_cursor_closer()
|
/PHP-8.3/ext/pdo_oci/ |
H A D | oci_statement.c | 61 static int oci_stmt_dtor(pdo_stmt_t *stmt) /* {{{ */ in oci_stmt_dtor() 126 static int oci_stmt_execute(pdo_stmt_t *stmt) /* {{{ */ in oci_stmt_execute() 273 static int oci_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, enum pdo_param… in oci_stmt_param_hook() 454 static int oci_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset) /* {{… in oci_stmt_fetch() 513 static int oci_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ in oci_stmt_describe() 614 pdo_stmt_t *stmt; member 678 pdo_stmt_t *stmt = self->stmt; in oci_blob_close() local 725 static php_stream *oci_create_lob_stream(zval *dbh, pdo_stmt_t *stmt, OCILobLocator *lob) in oci_create_lob_stream() 755 static int oci_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) /… in oci_stmt_get_col() 789 static int oci_stmt_col_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) /* {{{ */ in oci_stmt_col_meta()
|
H A D | oci_driver.c | 32 static void pdo_oci_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) /* {{{ */ in pdo_oci_fetch_error_func() 54 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini… in _oci_error() 237 static bool oci_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_op… in oci_handle_preparer() 312 OCIStmt *stmt; in oci_handle_doer() local
|