/PHP-5.3/ext/pdo_dblib/ |
H A D | dblib_driver.c | 91 static int dblib_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, z… in dblib_handle_preparer() 105 static long dblib_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in dblib_handle_doer()
|
/PHP-5.3/ext/pdo_firebird/ |
H A D | firebird_driver.c | 137 static int firebird_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, /* {{{ */ in firebird_handle_preparer() 223 static long firebird_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) /* {{{ */ in firebird_handle_doer() 396 static int firebird_alloc_prepare_stmt(pdo_dbh_t *dbh, const char *sql, long sql_len, /* {{{ */ in firebird_alloc_prepare_stmt()
|
/PHP-5.3/ext/pdo_odbc/ |
H A D | odbc_driver.c | 145 static int odbc_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zv… in odbc_handle_preparer() 223 static long odbc_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in odbc_handle_doer()
|
/PHP-5.3/ext/pdo_oci/ |
H A D | oci_driver.c | 249 static int oci_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zva… in oci_handle_preparer() 325 static long oci_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) /* {{{ */ in oci_handle_doer()
|
/PHP-5.3/ext/pdo_mysql/ |
H A D | mysql_driver.c | 186 static int mysql_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, z… in mysql_handle_preparer() 282 static long mysql_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in mysql_handle_doer()
|
/PHP-5.3/ext/sqlite3/ |
H A D | sqlite3.c | 213 char *sql, *errtext = NULL; local 427 char *sql, *ret; local 453 char *sql; local 502 char *sql, *errtext = NULL; local 612 char *sql, *errtext = NULL; local 1587 char *sql; local
|
/PHP-5.3/ext/sqlite/ |
H A D | sqlite.c | 1866 void sqlite_query(zval *object, struct php_sqlite_db *db, char *sql, long sql_len, int mode, int bu… in sqlite_query() 1943 char *sql; in PHP_FUNCTION() local 1995 char *tbl, *sql; in PHP_FUNCTION() local 2070 char *sql; in PHP_FUNCTION() local 2122 char *sql; in PHP_FUNCTION() local 2490 char *sql; in PHP_FUNCTION() local 2606 char *sql; in PHP_FUNCTION() local
|
H A D | pdo_sqlite2.c | 340 static int sqlite2_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt,… in sqlite2_handle_preparer() 359 static long sqlite2_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in sqlite2_handle_doer()
|
/PHP-5.3/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 178 static int sqlite_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, … in sqlite_handle_preparer() 206 static long sqlite_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in sqlite_handle_doer()
|
/PHP-5.3/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 213 static int pgsql_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, z… in pgsql_handle_preparer() 283 static long pgsql_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in pgsql_handle_doer()
|
/PHP-5.3/ext/pgsql/ |
H A D | pgsql.c | 5964 char *table, *sql = NULL; local 6120 char *table, *sql = NULL; local 6212 char *table, *sql = NULL; local 6353 char *table, *sql = NULL; local
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3ext.h | 192 const char *(*sql)(sqlite3_stmt*); member
|