Home
last modified time | relevance | path

Searched defs:stmt (Results 26 – 44 of 44) sorted by relevance

12

/PHP-7.2/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h66 sqlite3_stmt *stmt; member
/PHP-7.2/ext/mysqli/
H A Dmysqli_warning.c282 MY_STMT *stmt; local
H A Dmysqli_prop.c372 MY_STMT * stmt; in stmt_error_list_read() local
H A Dphp_mysqli_structs.h115 MYSQL_STMT *stmt; member
/PHP-7.2/ext/pdo_pgsql/
H A Dpgsql_driver.c77 int _pdo_pgsql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const cha… in _pdo_pgsql_error()
122 static int pdo_pgsql_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) /* {{{ */ in pdo_pgsql_fetch_error_func()
233 static int pgsql_handle_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt,… in pgsql_handle_preparer()
/PHP-7.2/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h103 isc_stmt_handle stmt; member
/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.c398 PDO_API int pdo_parse_params(pdo_stmt_t *stmt, char *inquery, size_t inquery_len, in pdo_parse_params()
H A Dphp_pdo_driver.h556 pdo_stmt_t *stmt; /* for convenience in dtor */ member
660 pdo_stmt_t *stmt; member
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c519 zval stmt; in PHP_METHOD() local
590 static void sqlite_value_to_zval(sqlite3_stmt *stmt, int column, zval *data) /* {{{ */ in sqlite_value_to_zval()
637 sqlite3_stmt *stmt; in PHP_METHOD() local
1415 …_bound_parameter_to_sqlite(struct php_sqlite3_bound_param *param, php_sqlite3_stmt *stmt) /* {{{ */ in register_bound_parameter_to_sqlite()
H A Dphp_sqlite3_structs.h125 sqlite3_stmt *stmt; member
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.c132 mysqlnd_plugin__get_plugin_stmt_data(const MYSQLND_STMT * stmt, const unsigned int plugin_id) in mysqlnd_plugin__get_plugin_stmt_data()
H A Dmysqlnd_ext_plugin.h46 #define mysqlnd_plugin_get_plugin_stmt_data(stmt, p_id) mysqlnd_plugin_area_getters.get_stmt_ar… argument
H A Dmysqlnd_result.c409 MYSQLND_STMT_DATA * stmt = s ? s->data : NULL; in mysqlnd_query_read_result_set_header() local
/PHP-7.2/ext/interbase/
H A Dibase_query.c51 isc_stmt_handle stmt; member
63 isc_stmt_handle stmt; member
119 static void _php_ibase_free_stmt_handle(ibase_db_link *link, isc_stmt_handle stmt) /* {{{ */ in _php_ibase_free_stmt_handle()
/PHP-7.2/ext/pdo_oci/
H A Dphp_pdo_oci_int.h64 OCIStmt *stmt; member
/PHP-7.2/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h148 PDO_ODBC_HSTMT stmt; member
/PHP-7.2/ext/odbc/
H A Dphp_odbc_includes.h244 ODBC_SQL_STMT_T stmt; member
/PHP-7.2/ext/oci8/
H A Dphp_oci8_int.h228 OCIStmt *stmt; /* statement handle */ member
H A Doci8_interface.c124 zval *stmt, *var; in PHP_FUNCTION() local

Completed in 99 milliseconds

12