Searched defs:colno (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/ext/pdo_sqlite/ |
H A D | sqlite_statement.c | 234 static int pdo_sqlite_stmt_describe(pdo_stmt_t *stmt, int colno) in pdo_sqlite_stmt_describe() 264 static int pdo_sqlite_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *c… in pdo_sqlite_stmt_get_col() 293 static int pdo_sqlite_stmt_col_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) in pdo_sqlite_stmt_col_meta()
|
/PHP-7.1/ext/pdo_dblib/ |
H A D | dblib_stmt.c | 215 static int pdo_dblib_stmt_describe(pdo_stmt_t *stmt, int colno) in pdo_dblib_stmt_describe() 255 static int pdo_dblib_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, 440 static int pdo_dblib_stmt_get_column_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value)
|
/PHP-7.1/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 470 static int pgsql_stmt_describe(pdo_stmt_t *stmt, int colno) in pgsql_stmt_describe() 531 static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller… in pgsql_stmt_get_col() 638 static int pgsql_stmt_get_column_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) in pgsql_stmt_get_column_meta()
|
/PHP-7.1/ext/pdo_mysql/ |
H A D | mysql_statement.c | 678 static int pdo_mysql_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ 725 static int pdo_mysql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller… 826 static int pdo_mysql_stmt_col_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) /* {{{ */
|
/PHP-7.1/ext/pdo_firebird/ |
H A D | firebird_statement.c | 198 static int firebird_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ in firebird_stmt_describe() 248 static int firebird_fetch_blob(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_fetch_blob() 325 static int firebird_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_stmt_get_col()
|
/PHP-7.1/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 564 static int odbc_stmt_describe(pdo_stmt_t *stmt, int colno) in odbc_stmt_describe() 648 static int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller_… in odbc_stmt_get_col()
|
/PHP-7.1/ext/pdo/ |
H A D | pdo_stmt.c | 538 static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, int *type_override) /* {{{ … in fetch_value() 831 int colno; in do_fetch() local 1794 zend_long colno; in PHP_METHOD() local 2491 int colno = -1; in row_prop_read() local 2547 int colno = -1; in row_prop_exists() local
|
/PHP-7.1/ext/pdo_oci/ |
H A D | oci_statement.c | 525 static int oci_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ in oci_stmt_describe() 762 static int oci_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees… in oci_stmt_get_col()
|
/PHP-7.1/ext/pgsql/ |
H A D | pgsql.c | 2942 zend_long colno=0; local
|
Completed in 66 milliseconds