Searched refs:odbc_bind_param (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/apr-util/dbd/ |
| H A D | apr_dbd_odbc.c | 523 static SQLRETURN odbc_bind_param(apr_pool_t *pool, in odbc_bind_param() function 1496 rc = odbc_bind_param(pool, statement, i + 1, statement->types[i], in odbc_pquery() 1547 rc = odbc_bind_param(pool, statement, i + 1, statement->types[i], in odbc_pselect() 1631 rc = odbc_bind_param(pool, statement, i + 1, statement->types[i], in odbc_pbquery() 1670 rc = odbc_bind_param(pool, statement, i + 1, statement->types[i], in odbc_pbselect()
|