Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c228034 int nBind = 0; /* Value to return via *pnBind */ local
228084 zImpPK, zCom, nBind, zCol, zOrder
228088 zImpCols, zCom, nBind, zCol, zType, zCollate
228091 "%z%s\"rbu_imp_%d%w\" IS ?", zWhere, zAnd, nBind, zCol
228096 nBind++;
228117 *pnBind = nBind;
228291 static char *rbuObjIterGetBindlist(sqlite3rbu *p, int nBind){ argument
228293 sqlite3_int64 nByte = 2*(sqlite3_int64)nBind + 1;
228298 for(i=0; i<nBind; i++){
228300 zRet[i*2+1] = (i+1==nBind) ? '\0' : ',';
[all …]