Home | History | Annotate | Download | only in orig

Lines Matching refs:pContent

47992   void *pContent,            /* Content to be written */
47999 rc = sqlite3OsWrite(p->pFd, pContent, iFirstAmt, iOffset);
48003 pContent = (void*)(iFirstAmt + (char*)pContent);
48008 rc = sqlite3OsWrite(p->pFd, pContent, iAmt, iOffset);