Home | History | Annotate | Download | only in sqlite

Lines Matching full:pbase

1048 +  unsigned char *pBase;   /* Buffer to collect record data into. */
1085 + pBase = sqlite3_malloc(nRequestBytes);
1086 + if( !pBase ){
1095 + memcpy(pBase + nBase, PageData(pPage, iRecordOffset + iRequestOffset),
1116 + sqlite3_free(pBase);
1121 + *ppBase = pBase;