Home | History | Annotate | Download | only in dist

Lines Matching refs:pContent

58797   void *pContent,            /* Content to be written */
58804 rc = sqlite3OsWrite(p->pFd, pContent, iFirstAmt, iOffset);
58808 pContent = (void*)(iFirstAmt + (char*)pContent);
58813 rc = sqlite3OsWrite(p->pFd, pContent, iAmt, iOffset);