Searched refs:par_ind (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| D | proto-sql.h | 191 #define backsql_BindParamStr( sth, par_ind, io, str, maxlen ) \ argument 192 SQLBindParameter( (sth), (SQLUSMALLINT)(par_ind), \ 197 #define backsql_BindParamBerVal( sth, par_ind, io, bv ) \ argument 198 SQLBindParameter( (sth), (SQLUSMALLINT)(par_ind), \ 204 #define backsql_BindParamInt( sth, par_ind, io, val ) \ argument 205 SQLBindParameter( (sth), (SQLUSMALLINT)(par_ind), \ 209 #define backsql_BindParamNumID( sth, par_ind, io, val ) \ argument 210 SQLBindParameter( (sth), (SQLUSMALLINT)(par_ind), \ 215 #define backsql_BindParamID( sth, par_ind, io, id ) \ argument 216 backsql_BindParamBerVal( (sth), (par_ind), (io), (id) ) [all …]
|