Lines Matching defs:stmt
58 static int pdo_odbc_utf82ucs2(pdo_stmt_t *stmt, int is_unicode, const char *buf, in pdo_odbc_utf82ucs2()
93 static int pdo_odbc_ucs22utf8(pdo_stmt_t *stmt, int is_unicode, const char *buf, in pdo_odbc_ucs22utf8()
124 static void free_cols(pdo_stmt_t *stmt, pdo_odbc_stmt *S) in free_cols()
140 static int odbc_stmt_dtor(pdo_stmt_t *stmt) in odbc_stmt_dtor()
161 static int odbc_stmt_execute(pdo_stmt_t *stmt) in odbc_stmt_execute()
281 static int odbc_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, in odbc_stmt_param_hook()
525 static int odbc_stmt_fetch(pdo_stmt_t *stmt, in odbc_stmt_fetch()
563 static int odbc_stmt_describe(pdo_stmt_t *stmt, int colno) in odbc_stmt_describe()
647 static int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller_… in odbc_stmt_get_col()
774 static int odbc_stmt_set_param(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_set_param()
801 static int odbc_stmt_get_attr(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_get_attr()
833 static int odbc_stmt_next_rowset(pdo_stmt_t *stmt) in odbc_stmt_next_rowset()
858 static int odbc_stmt_close_cursor(pdo_stmt_t *stmt) in odbc_stmt_close_cursor()