Home | History | Annotate | Download | only in dist

Lines Matching refs:zRec

52663       char *zRec;        /* Pointer to complete record-data */
54490 char *zRec; /* Pointer to complete record-data */
54518 u.am.zRec = 0;
54523 ** u.am.zRec is set to be the complete text of the record if it is available.
54527 ** If the data is unavailable, u.am.zRec is set to NULL.
54546 u.am.zRec = (char*)u.am.pC->aRow;
54565 u.am.zRec = u.am.pReg->z;
54567 assert( u.am.payloadSize==0 || u.am.zRec!=0 );
54600 if( u.am.zRec ){
54601 u.am.zData = u.am.zRec;
54615 u.am.zRec = u.am.zData;
54623 ** assert( u.am.zRec!=0 || u.am.avail>=u.am.payloadSize || u.am.avail>=9 ); */
54662 if( !u.am.zRec && u.am.avail<u.am.len ){
54723 if( u.am.zRec ){
54725 sqlite3VdbeSerialGet((u8 *)&u.am.zRec[u.am.aOffset[u.am.p2]], u.am.aType[u.am.p2], u.am.pDest);