Lines Matching refs:hh
108 handle hh; /* fake SQLite database handle */ member
2635 if (ret == SQLITE_DONE && v->hh.row1) { in Java_SQLite_Vm_step()
2722 if (ret == SQLITE_DONE && v->hh.row1) { in Java_SQLite_Vm_step()
2797 v->hh.cb = cb; in Java_SQLite_Vm_step()
2798 v->hh.env = env; in Java_SQLite_Vm_step()
2801 v->hh.stmt = (sqlite3_stmt *) v->vm; in Java_SQLite_Vm_step()
2805 v->hh.stmt = (sqlite3_stmt *) v->vm; in Java_SQLite_Vm_step()
2808 callback((void *) &v->hh, ncol, (char **) data, (char **) cols); in Java_SQLite_Vm_step()
2822 if (v->hh.row1 && cols) { in Java_SQLite_Vm_step()
2823 v->hh.cb = cb; in Java_SQLite_Vm_step()
2824 v->hh.env = env; in Java_SQLite_Vm_step()
2827 v->hh.stmt = (sqlite3_stmt *) v->vm; in Java_SQLite_Vm_step()
2831 v->hh.stmt = (sqlite3_stmt *) v->vm; in Java_SQLite_Vm_step()
2834 callback((void *) &v->hh, ncol, (char **) 0, (char **) cols); in Java_SQLite_Vm_step()
3001 v->hh.row1 = 1; in Java_SQLite_Vm_compile()
3149 v->is3 = v->hh.is3 = h->is3; in Java_SQLite_Database_vm_1compile()
3152 v->hh.sqlite = 0; in Java_SQLite_Database_vm_1compile()
3153 v->hh.haveutf = h->haveutf; in Java_SQLite_Database_vm_1compile()
3154 v->hh.ver = h->ver; in Java_SQLite_Database_vm_1compile()
3155 v->hh.bh = v->hh.cb = v->hh.ai = v->hh.tr = v->hh.ph = 0; in Java_SQLite_Database_vm_1compile()
3156 v->hh.row1 = 1; in Java_SQLite_Database_vm_1compile()
3157 v->hh.enc = h->enc; in Java_SQLite_Database_vm_1compile()
3158 v->hh.funcs = 0; in Java_SQLite_Database_vm_1compile()
3159 v->hh.vms = 0; in Java_SQLite_Database_vm_1compile()
3160 v->hh.env = 0; in Java_SQLite_Database_vm_1compile()
3354 v->is3 = v->hh.is3 = h->is3; in Java_SQLite_Database_vm_1compile_1args()
3358 v->hh.sqlite = 0; in Java_SQLite_Database_vm_1compile_1args()
3359 v->hh.haveutf = h->haveutf; in Java_SQLite_Database_vm_1compile_1args()
3360 v->hh.ver = h->ver; in Java_SQLite_Database_vm_1compile_1args()
3361 v->hh.bh = v->hh.cb = v->hh.ai = v->hh.tr = v->hh.ph = 0; in Java_SQLite_Database_vm_1compile_1args()
3362 v->hh.row1 = 1; in Java_SQLite_Database_vm_1compile_1args()
3363 v->hh.enc = h->enc; in Java_SQLite_Database_vm_1compile_1args()
3364 v->hh.funcs = 0; in Java_SQLite_Database_vm_1compile_1args()
3365 v->hh.vms = 0; in Java_SQLite_Database_vm_1compile_1args()
3366 v->hh.env = 0; in Java_SQLite_Database_vm_1compile_1args()
3524 v->hh.row1 = 1; in Java_SQLite_Stmt_prepare()
3613 v->is3 = v->hh.is3 = 1; in Java_SQLite_Database_stmt_1prepare()
3619 v->hh.sqlite = 0; in Java_SQLite_Database_stmt_1prepare()
3620 v->hh.haveutf = h->haveutf; in Java_SQLite_Database_stmt_1prepare()
3621 v->hh.ver = h->ver; in Java_SQLite_Database_stmt_1prepare()
3622 v->hh.bh = v->hh.cb = v->hh.ai = v->hh.tr = v->hh.ph = 0; in Java_SQLite_Database_stmt_1prepare()
3623 v->hh.row1 = 1; in Java_SQLite_Database_stmt_1prepare()
3624 v->hh.enc = h->enc; in Java_SQLite_Database_stmt_1prepare()
3625 v->hh.funcs = 0; in Java_SQLite_Database_stmt_1prepare()
3626 v->hh.vms = 0; in Java_SQLite_Database_stmt_1prepare()
3627 v->hh.env = 0; in Java_SQLite_Database_stmt_1prepare()