Home | History | Annotate | Download | only in native

Lines Matching refs:npar

3729 	int npar = sqlite3_bind_parameter_count((sqlite3_stmt *) v->vm);
3732 if (pos < 1 || pos > npar) {
3756 int npar = sqlite3_bind_parameter_count((sqlite3_stmt *) v->vm);
3759 if (pos < 1 || pos > npar) {
3783 int npar = sqlite3_bind_parameter_count((sqlite3_stmt *) v->vm);
3786 if (pos < 1 || pos > npar) {
3810 int npar = sqlite3_bind_parameter_count((sqlite3_stmt *) v->vm);
3815 if (pos < 1 || pos > npar) {
3860 int npar = sqlite3_bind_parameter_count((sqlite3_stmt *) v->vm);
3865 if (pos < 1 || pos > npar) {
3919 int npar = sqlite3_bind_parameter_count((sqlite3_stmt *) v->vm);
3922 if (pos < 1 || pos > npar) {
3946 int npar = sqlite3_bind_parameter_count((sqlite3_stmt *) v->vm);
3949 if (pos < 1 || pos > npar) {
3989 int npar = sqlite3_bind_parameter_count((sqlite3_stmt *) v->vm);
3992 if (pos < 1 || pos > npar) {