Searched defs:pUnpacked (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeaux.c3090 ** the key string in pUnpacked. Write into *pRes a number
3092 ** or greater than pUnpacked. Return SQLITE_OK on success.
3094 ** pUnpacked is either created without a rowid or is truncated so that it
3101 UnpackedRecord *pUnpacked, /* Unpacked version of key to compare against */
3123 assert( pUnpacked->flags & UNPACKED_IGNORE_ROWID );
3124 *res = sqlite3VdbeRecordCompare(m.n, m.z, pUnpacked);
3099 sqlite3VdbeIdxKeyCompare( VdbeCursor *pC, UnpackedRecord *pUnpacked, int *res ) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c60224 sqlite3VdbeIdxKeyCompare( VdbeCursor *pC, UnpackedRecord *pUnpacked, int *res ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c66122 sqlite3VdbeIdxKeyCompare( VdbeCursor *pC, UnpackedRecord *pUnpacked, int *res ) argument
75106 UnpackedRecord *pUnpacked; /* Used to unpack keys */ member in struct:VdbeSorter
[all...]
/external/sqlite/dist/
H A Dsqlite3.c66142 sqlite3VdbeIdxKeyCompare( VdbeCursor *pC, UnpackedRecord *pUnpacked, int *res ) argument
75126 UnpackedRecord *pUnpacked; /* Used to unpack keys */ member in struct:VdbeSorter
[all...]

Completed in 402 milliseconds