HomeSort by relevance Sort by last modified time
    Searched refs:aFrame (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
wal.c 656 u8 *aFrame /* OUT: Write encoded frame here */
661 sqlite3Put4byte(&aFrame[0], iPage);
662 sqlite3Put4byte(&aFrame[4], nTruncate);
663 memcpy(&aFrame[8], pWal->hdr.aSalt, 8);
666 walChecksumBytes(nativeCksum, aFrame, 8, aCksum, aCksum);
669 sqlite3Put4byte(&aFrame[16], aCksum[0]);
670 sqlite3Put4byte(&aFrame[20], aCksum[1]);
674 ** Check to see if the frame with header in aFrame[] and content
683 u8 *aFrame /* Frame data */
693 if( memcmp(&pWal->hdr.aSalt, &aFrame[8], 8)!=0 )
    [all...]
test_malloc.c 745 static void test_memdebug_callback(int nByte, int nFrame, void **aFrame){
758 memcpy(aKey, aFrame, nKey);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 52 milliseconds