Searched refs:nBind (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 1747 zImpPK, zCom, nBind, zCol, zOrder in rbuObjIterGetIndexCols() 1751 zImpCols, zCom, nBind, zCol, zType, zCollate in rbuObjIterGetIndexCols() 1759 nBind++; in rbuObjIterGetIndexCols() 1780 *pnBind = nBind; in rbuObjIterGetIndexCols() 1954 static char *rbuObjIterGetBindlist(sqlite3rbu *p, int nBind){ in rbuObjIterGetBindlist() argument 1956 sqlite3_int64 nByte = 2*(sqlite3_int64)nBind + 1; in rbuObjIterGetBindlist() 1961 for(i=0; i<nBind; i++){ in rbuObjIterGetBindlist() 1963 zRet[i*2+1] = (i+1==nBind) ? '\0' : ','; in rbuObjIterGetBindlist() 2343 int nBind = 0; in rbuObjIterPrepareAll() local 2350 zBind = rbuObjIterGetBindlist(p, nBind); in rbuObjIterPrepareAll() [all …]
|