Lines Matching defs:paRec
218739 u8 **paRec, /* If non-NULL, store record pointer here */
218747 assert( (paRec==0 && pnRec==0) || (paRec && pnRec) );
218800 if( paRec ){
218812 *paRec = &p->in.aData[p->in.iNext];
218873 ** If both paRec and pnRec are NULL, then this function works like the public
218877 ** Otherwise, if paRec and pnRec are not NULL, then a pointer to the change
218878 ** record is written to *paRec before returning and the number of bytes in
218888 u8 **paRec, /* If non-NULL, store record pointer here */
218896 rc = sessionChangesetNextOne(p, paRec, pnRec, pbNew, &bEmpty);