Home
last modified time | relevance | path

Searched refs:nBind (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c227640 int nBind = 0; /* Value to return via *pnBind */ local
227690 zImpPK, zCom, nBind, zCol, zOrder
227694 zImpCols, zCom, nBind, zCol, zType, zCollate
227697 "%z%s\"rbu_imp_%d%w\" IS ?", zWhere, zAnd, nBind, zCol
227702 nBind++;
227723 *pnBind = nBind;
227897 static char *rbuObjIterGetBindlist(sqlite3rbu *p, int nBind){ argument
227899 sqlite3_int64 nByte = 2*(sqlite3_int64)nBind + 1;
227904 for(i=0; i<nBind; i++){
227906 zRet[i*2+1] = (i+1==nBind) ? '\0' : ',';
[all …]