HomeSort by: relevance | last modified time | path
    Searched refs:nIdx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]
shell.c 15955 int nIdx = 0;
15956 while( zIdx[nIdx]!='\0' && (zIdx[nIdx]!=' ' || zIdx[nIdx+1]!='(') ){
15957 nIdx++;
15959 zSql = idxHashSearch(&p->hIdx, zIdx, nIdx);
    [all...]

Completed in 75 milliseconds