Searched refs:nKey (Results 1 – 6 of 6) sorted by relevance
/third_party/openmax/api/1.1.2/ |
D | OMX_Component.h | 248 OMX_U8 nKey[128]; member 288 OMX_U8 nKey [128]; member
|
/third_party/sqlite/include/ |
D | sqlite3.h | 6073 const void *pKey, int nKey /* The key */ 6078 const void *pKey, int nKey /* The key */ 6091 const void *pKey, int nKey /* The new key */ 6096 const void *pKey, int nKey /* The new key */
|
/third_party/sqlite/src/ |
D | sqlite3.c | 6386 const void *pKey, int nKey /* The key */ 6391 const void *pKey, int nKey /* The key */ 6404 const void *pKey, int nKey /* The new key */ 6409 const void *pKey, int nKey /* The new key */ 14982 sqlite3_int64 nKey; /* Size of pKey for indexes. PRIMARY KEY for tabs */ member 65272 i64 nKey; /* The key for INTKEY tables, or nPayload otherwise */ 65333 i64 nKey; /* Size of pKey, or last integer key */ 66374 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){ 66492 pCur->nKey = sqlite3BtreeIntegerKey(pCur); 66501 pCur->nKey = sqlite3BtreePayloadSize(pCur); [all …]
|
D | shell.c | 9480 int nKey = STRLEN(zKey); in idxHashAdd() local 9481 int iHash = idxHashString(zKey, nKey); in idxHashAdd() 9486 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){ in idxHashAdd() 9490 pEntry = idxMalloc(pRc, sizeof(IdxHashEntry) + nKey+1 + nVal+1); in idxHashAdd() 9493 memcpy(pEntry->zKey, zKey, nKey); in idxHashAdd() 9495 pEntry->zVal = &pEntry->zKey[nKey+1]; in idxHashAdd() 9511 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind() argument 9514 if( nKey<0 ) nKey = STRLEN(zKey); in idxHashFind() 9515 iHash = idxHashString(zKey, nKey); in idxHashFind() 9518 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){ in idxHashFind() [all …]
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 95952 ** pIter += getVarint(pIter, (u64*)&pInfo->nKey); 96699 -** MovetoUnpacked() to seek cursor pCur to (pKey,nKey) has already 96700 +** sqlite3BtreeIndexMoveto() to seek cursor pCur to (pKey,nKey) has already 96777 assert( pPage->intKey || pX->nKey>=0 || (flags & BTREE_PREFORMAT) ); 96787 pCur->pgnoRoot, pX->nKey, pX->nData, pPage->pgno, 103735 for(i=0, iCol=nKey+bSeq-1; i<nColumn; i++){ 115019 + testcase( nKey==0 ); 115023 nKey = i; 115025 - if( nKey==0 ){ 115028 + if( nKey==0 ){ [all …]
|
D | 0004-3.2-Beta5.patch | 47161 for(i=0, iCol=nKey+bSeq-1; i<nColumn; i++){ 48023 for(i=0, iCol=nKey+bSeq-1; i<nColumn; i++){ 49520 for(i=0, iCol=nKey+bSeq-1; i<nColumn; i++){
|