Home
last modified time | relevance | path

Searched refs:pdo_param_type (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/pdo/
H A Dphp_pdo_driver.h39 enum pdo_param_type { enum
232 … (*pdo_dbh_quote_func)(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype);
338 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type);
547 enum pdo_param_type param_type; /* desired or suggested variable type */
H A Dpdo_sql_parser.re258 enum pdo_param_type param_type = param->param_type;
H A Dpdo_stmt.c487 static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, enum pdo_param_type *type_o… in fetch_value()
511 enum pdo_param_type pdo_param_str = PDO_PARAM_STR; in fetch_value()
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c256 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pdo_sqlite_stmt_get_col()
H A Dsqlite_driver.c223 …g* sqlite_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in sqlite_handle_quoter()
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c494 static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pgsql_stmt_get_col()
681 enum pdo_param_type param_type; in pgsql_stmt_get_column_meta()
H A Dpgsql_driver.c344 …ng* pgsql_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in pgsql_handle_quoter()
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c342 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()
H A Ddblib_driver.c145 …ng* dblib_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in dblib_handle_quoter()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c267 enum pdo_param_type param_type; in pdo_firebird_stmt_get_column_meta()
384 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pdo_firebird_stmt_get_col()
H A Dfirebird_driver.c720 … firebird_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in firebird_handle_quoter()
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c669 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) /* {{{ */ in pdo_mysql_stmt_get_col()
810 enum pdo_param_type param_type; in pdo_mysql_stmt_col_meta()
H A Dmysql_driver.c308 …g* mysql_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype ) in mysql_handle_quoter()
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c649 static int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in odbc_stmt_get_col()

Completed in 83 milliseconds