Searched refs:pOther (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Dmkkeywordhash.c379 Keyword *pOther = &aKeywordTable[j]; local
380 if( pOther->substrId ) continue;
381 if( pOther->len<=p->len ) continue;
382 for(k=0; k<=pOther->len-p->len; k++){
383 if( memcmp(p->zName, &pOther->zName[k], p->len)==0 ){
384 p->substrId = pOther->id;
397 Keyword *pOther; local
399 pOther = &aKeywordTable[j];
400 if( pOther->substrId ) continue;
401 for(k=p->longestSuffix+1; k<p->len && k<pOther
421 Keyword *pOther = &aKeywordTable[j]; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dcallback.c287 FuncDef *pOther; local
291 pOther = functionSearch(pHash, h, pDef->zName, nName);
292 if( pOther ){
293 assert( pOther!=pDef && pOther->pNext!=pDef );
294 pDef->pNext = pOther->pNext;
295 pOther->pNext = pDef;
H A Dbuild.c2844 Index *pOther = pTab->pIndex; local
2845 while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){
2846 pOther = pOther->pNext;
2848 pIndex->pNext = pOther->pNext;
2849 pOther->pNext = pIndex;
H A Dwhere.c919 WhereTerm *pOther = &pOrWc->a[pOrTerm->iParent]; local
920 b |= getMask(pMaskSet, pOther->leftCursor);
3205 WhereTerm *pOther = &pTerm->pWC->a[pTerm->iParent]; local
3206 if( (--pOther->nChild)==0 ){
3207 disableTerm(pLevel, pOther);
/external/chromium_org/third_party/icu/source/i18n/
H A Dplurrule_impl.h100 pOther, enumerator in enum:PluralKey
/external/icu4c/i18n/
H A Dplurrule_impl.h95 pOther, enumerator in enum:PluralKey
/external/sqlite/dist/orig/
H A Dsqlite3.c37616 PCache1 *pOther; local
84112 Index *pOther = pTab->pIndex; local
85299 FuncDef *pOther; local
103476 WhereTerm *pOther = &pOrWc->a[pOrTerm->iParent]; local
105947 WhereTerm *pOther = &pTerm->pWC->a[pTerm->iParent]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c37644 PCache1 *pOther; local
84148 Index *pOther = pTab->pIndex; local
85335 FuncDef *pOther; local
103512 WhereTerm *pOther = &pOrWc->a[pOrTerm->iParent]; local
105983 WhereTerm *pOther = &pTerm->pWC->a[pTerm->iParent]; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c79860 Index *pOther = pTab->pIndex; local
81092 FuncDef *pOther; local
98780 WhereTerm *pOther = &pOrWc->a[pOrTerm->iParent]; local
101066 WhereTerm *pOther = &pTerm->pWC->a[pTerm->iParent]; local
[all...]

Completed in 508 milliseconds