Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c75 int _pdo_pgsql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const cha… in _pdo_pgsql_error()
117 static int pdo_pgsql_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) /* {{… in pdo_pgsql_fetch_error_func()
225 static int pgsql_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, z… in pgsql_handle_preparer()
/PHP-5.5/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h66 sqlite3_stmt *stmt; member
/PHP-5.5/ext/mysqli/
H A Dmysqli_warning.c298 MY_STMT *stmt; local
H A Dmysqli_prop.c396 MY_STMT * stmt; in stmt_error_list_read() local
H A Dmysqli.c257 MY_STMT *stmt = (MY_STMT *)my_res->ptr; in mysqli_stmt_free_storage() local
1037 MY_STMT *stmt; in PHP_FUNCTION() local
H A Dphp_mysqli_structs.h115 MYSQL_STMT *stmt; member
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c437 PDO_API int pdo_parse_params(pdo_stmt_t *stmt, char *inquery, int inquery_len, in pdo_parse_params()
H A Dphp_pdo_driver.h538 pdo_stmt_t *stmt; /* for convenience in dtor */ member
/PHP-5.5/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h97 isc_stmt_handle stmt; member
/PHP-5.5/ext/pdo_oci/
H A Dphp_pdo_oci_int.h62 OCIStmt *stmt; member
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h156 #define SET_STMT_ERROR(stmt, a, b, c) SET_CLIENT_ERROR(*(stmt)->error_info, a, b, c) argument
H A Dmysqlnd_result.c355 MYSQLND_STMT_DATA * stmt = s ? s->data:NULL; in mysqlnd_query_read_result_set_header() local
/PHP-5.5/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h148 PDO_ODBC_HSTMT stmt; member
/PHP-5.5/ext/sqlite3/
H A Dphp_sqlite3_structs.h116 sqlite3_stmt *stmt; member
H A Dsqlite3.c501 zval *stmt = NULL; local
573 static zval* sqlite_value_to_zval(sqlite3_stmt *stmt, int column) /* {{{ */
615 sqlite3_stmt *stmt; local
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c2017 zval *stmt, **var; local
2118 zval *stmt; local
/PHP-5.5/ext/odbc/
H A Dphp_odbc_includes.h237 ODBC_SQL_STMT_T stmt; member
/PHP-5.5/ext/interbase/
H A Dibase_query.c51 isc_stmt_handle stmt; member
63 isc_stmt_handle stmt; member
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h193 OCIStmt *stmt; /* statement handle */ member
H A Doci8_interface.c52 zval *stmt, *var; in PHP_FUNCTION() local

Completed in 75 milliseconds

12