Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h6719 int nParam; /* Size of array aParam[] */ member
H A Dsqlite3.c7266 int nParam; /* Size of array aParam[] */ member
119933 int nParam = sqlite3_bind_parameter_count(pStmt);
119934 for(i=0; rc==SQLITE_OK && i<nParam; i++){
124675 int nParam;
125598 || nBlob!=(int)(sizeof(RtreeMatchArg) + (p->nParam-1)*sizeof(double))
125605 pGeom->nParam = p->nParam;
127620 pBlob->nParam = nArg;

Completed in 270 milliseconds