Lines Matching refs:pdo_stmt_t
60 static int pdo_odbc_utf82ucs2(pdo_stmt_t *stmt, int is_unicode, const char *buf, in pdo_odbc_utf82ucs2()
95 static int pdo_odbc_ucs22utf8(pdo_stmt_t *stmt, int is_unicode, const char *buf, in pdo_odbc_ucs22utf8()
126 static void free_cols(pdo_stmt_t *stmt, pdo_odbc_stmt *S) in free_cols()
141 static int odbc_stmt_dtor(pdo_stmt_t *stmt) in odbc_stmt_dtor()
162 static int odbc_stmt_execute(pdo_stmt_t *stmt) in odbc_stmt_execute()
282 static int odbc_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, in odbc_stmt_param_hook()
526 static int odbc_stmt_fetch(pdo_stmt_t *stmt, in odbc_stmt_fetch()
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()
775 static int odbc_stmt_set_param(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_set_param()
802 static int odbc_stmt_get_attr(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_get_attr()
834 static int odbc_stmt_next_rowset(pdo_stmt_t *stmt) in odbc_stmt_next_rowset()