Searched defs:nRet (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibevents.c315 UINT nRet; local
316 GetMouseMovePoints(ptLast, 1, &nRet);
317 if ( nRet == 1 ) {
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c710 int nRet; local
712 nRet = 2 + strlen(zInput)*2 + 1;
713 zRet = sqlite3_malloc(nRet);
2808 int nRet = 0; /* Length of aRet[] in bytes */ local
2846 nRet = nNew;
2847 nDoc = fts3DoclistCountDocids(0, aRet, nRet);
2850 MERGE_AND, 0, 0, aRet, &nRet, aRet, nRet, aNew, nNew, &nDoc
2860 *pnOut = nRet;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113950 int nRet; local
116048 int nRet = 0; /* Length of aRet[] in bytes */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13516 int nRet = 0; local
13522 sqlite3PagerCacheStat(pPager, op, resetFlag, &nRet);
13526 *pCurrent = nRet;
117377 int nRet; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13516 int nRet = 0; local
13522 sqlite3PagerCacheStat(pPager, op, resetFlag, &nRet);
13526 *pCurrent = nRet;
117413 int nRet; local
[all...]

Completed in 463 milliseconds