Lines Matching defs:stmt
56 static int pdo_odbc_utf82ucs2(pdo_stmt_t *stmt, int is_unicode, const char *buf, in pdo_odbc_utf82ucs2()
91 static int pdo_odbc_ucs22utf8(pdo_stmt_t *stmt, int is_unicode, zval *result) in pdo_odbc_ucs22utf8()
119 static void free_cols(pdo_stmt_t *stmt, pdo_odbc_stmt *S) in free_cols()
135 static int odbc_stmt_dtor(pdo_stmt_t *stmt) in odbc_stmt_dtor()
156 static int odbc_stmt_execute(pdo_stmt_t *stmt) in odbc_stmt_execute()
285 static int odbc_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, in odbc_stmt_param_hook()
523 static int odbc_stmt_fetch(pdo_stmt_t *stmt, in odbc_stmt_fetch()
561 static int odbc_stmt_describe(pdo_stmt_t *stmt, int colno) in odbc_stmt_describe()
642 static int odbc_stmt_get_column_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) in odbc_stmt_get_column_meta()
649 static int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in odbc_stmt_get_col()
766 static int odbc_stmt_set_param(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_set_param()
793 static int odbc_stmt_get_attr(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_get_attr()
825 static int odbc_stmt_next_rowset(pdo_stmt_t *stmt) in odbc_stmt_next_rowset()
850 static int odbc_stmt_close_cursor(pdo_stmt_t *stmt) in odbc_stmt_close_cursor()