HomeSort by relevance Sort by last modified time
    Searched defs:nField (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 49 int nField; /* Number of fields in the header */
vdbe.c 191 int nField, /* Number of fields in the table or index */
220 2*nField*sizeof(u32);
231 pCx->nField = nField;
232 if( nField ){
237 &pMem->z[ROUND8(sizeof(VdbeCursor))+2*nField*sizeof(u32)];
    [all...]
vdbeaux.c 733 int nField, nByte;
735 nField = ((KeyInfo*)zP4)->nField;
736 nByte = sizeof(*pKeyInfo) + (nField-1)*sizeof(pKeyInfo->aColl[0]) + nField;
741 memcpy((char*)pKeyInfo, zP4, nByte - nField);
744 pKeyInfo->aSortOrder = (unsigned char*)&pKeyInfo->aColl[nField];
745 memcpy(pKeyInfo->aSortOrder, aSortOrder, nField);
860 sqlite3_snprintf(nTemp, zTemp, "keyinfo(%d", pKeyInfo->nField);
862 for(j=0; j<pKeyInfo->nField; j++)
    [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 128 milliseconds