• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/

Lines Matching defs:got

12534     /* We got the time */
21397 ULONG got;
21405 if( DosRead( pFile->h, pBuf, amt, &got ) != NO_ERROR ){
21408 if( got == (ULONG)amt )
21412 memset(&((char*)pBuf)[got], 0, amt-got);
21697 OSTRACE(( "LOCK FAILED %d trying for %d but got %d\n", pFile->h,
24256 /* got it, set the type and return ok */
24367 /* got the lock, unlock it */
24453 /* got it, set the type and return ok */
24635 /* got it, set the type and return ok */
25225 int got;
25231 got = pread(id->h, pBuf, cnt, offset);
25232 SimulateIOError( got = -1 );
25234 got = pread64(id->h, pBuf, cnt, offset);
25235 SimulateIOError( got = -1 );
25247 got = read(id->h, pBuf, cnt);
25250 if( got<0 ){
25253 OSTRACE(("READ %-3d %5d %7lld %llu\n", id->h, got, offset, TIMER_ELAPSED));
25254 return got;
25269 int got;
25281 got = seekAndRead(pFile, offset, pBuf, amt);
25282 if( got==amt ){
25284 }else if( got<0 ){
25290 memset(&((char*)pBuf)[got], 0, amt-got);
25303 int got;
25309 got = pwrite(id->h, pBuf, cnt, offset);
25311 got = pwrite64(id->h, pBuf, cnt, offset);
25322 got = write(id->h, pBuf, cnt);
25325 if( got<0 ){
25329 OSTRACE(("WRITE %-3d %5d %7lld %llu\n", id->h, got, offset, TIMER_ELAPSED));
25330 return got;
26310 OSTRACE(("SHM-LOCK shmid-%d, pid-%d got %03x,%03x\n",
30214 OSTRACE(("LOCK FAILED %d trying for %d but got %d\n", pFile->h,
30797 OSTRACE(("SHM-LOCK shmid-%d, pid-%d got %03x,%03x %s\n",
49957 ** wanted to be less than 4 but got rounded up to 4 on the leaf, then size
51960 "Bad ptr map entry key=%d expected=(%d,%d) got=(%d,%d)",
75561 ** in order to be certain that we got the right one.