Searched refs:zNewRecord (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c2408 u8 *zNewRecord; /* A buffer to hold the data for the new record */ local
2421 int i; /* Space used in zNewRecord[] */
2497 zNewRecord = (u8 *)pOut->z;
2500 i = putVarint32(zNewRecord, nHdr);
2503 i += putVarint32(&zNewRecord[i], serial_type); /* serial type */
2506 i += sqlite3VdbeSerialPut(&zNewRecord[i], (int)(nByte-i), pRec,file_format);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62576 u8 *zNewRecord; /* A buffer to hold the data for the new record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c70605 u8 *zNewRecord; /* A buffer to hold the data for the new record */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c70625 u8 *zNewRecord; /* A buffer to hold the data for the new record */ local
[all...]

Completed in 587 milliseconds