Searched defs:pOther (Results 1 - 8 of 8) sorted by relevance

/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.c2841 Index *pOther = pTab->pIndex; local
2842 while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){
2843 pOther = pOther->pNext;
2845 pIndex->pNext = pOther->pNext;
2846 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/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/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp550 FX_BOOL CTextBaseLine::CanMerge(CTextBaseLine* pOther) argument
553 if (!GetIntersection(m_Bottom, m_Top, pOther->m_Bottom, pOther->m_Top,
558 if (inter_h < (m_Top - m_Bottom) / 2 && inter_h < (pOther->m_Top - pOther->m_Bottom) / 2) {
561 FX_FLOAT dy = (FX_FLOAT)FXSYS_fabs(m_BaseLine - pOther->m_BaseLine);
565 for (int j = 0; j < pOther->m_TextList.GetSize(); j ++) {
566 CTextBox* pOtherText = (CTextBox*)pOther->m_TextList.GetAt(j);
584 void CTextBaseLine::Merge(CTextBaseLine* pOther) argument
586 for (int i = 0; i < pOther
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c79680 Index *pOther = pTab->pIndex; local
80885 FuncDef *pOther; local
98573 WhereTerm *pOther = &pOrWc->a[pOrTerm->iParent]; local
100859 WhereTerm *pOther = &pTerm->pWC->a[pTerm->iParent]; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c39343 PCache1 *pOther; local
89331 Index *pOther = pTab->pIndex; local
90661 FuncDef *pOther; local
111811 WhereTerm *pOther = &pOrWc->a[pOrTerm->iParent]; local
113325 WhereTerm *pOther = &pTerm->pWC->a[pTerm->iParent]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39363 PCache1 *pOther; local
89351 Index *pOther = pTab->pIndex; local
90681 FuncDef *pOther; local
111831 WhereTerm *pOther = &pOrWc->a[pOrTerm->iParent]; local
113345 WhereTerm *pOther = &pTerm->pWC->a[pTerm->iParent]; local
[all...]

Completed in 529 milliseconds