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

  /external/chromium_org/third_party/sqlite/src/src/
callback.c 287 FuncDef *pOther;
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;
build.c     [all...]
where.c     [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
mkkeywordhash.c 379 Keyword *pOther = &aKeywordTable[j];
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;
399 pOther = &aKeywordTable[j];
400 if( pOther->substrId ) continue;
401 for(k=p->longestSuffix+1; k<p->len && k<pOther->len; k++)
    [all...]
  /external/icu4c/i18n/
plurrule_impl.h 95 pOther,
  /external/chromium_org/third_party/icu/source/i18n/
plurrule_impl.h 100 pOther,
  /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 551 milliseconds