Lines Matching defs:pBegin
76003 ** Finally, argument pBegin points to the byte immediately following the
76011 u8 *pBegin, /* End of cell-pointer array */
76034 if( (pData - pBegin)<sz ) return 1;
76142 u8 *pBegin = &pPg->aCellIdx[nNew * 2];
76170 if( pData<pBegin ) goto editpage_fail;
76181 pPg, pBegin, &pData, pCellptr,
76198 pPg, pBegin, &pData, pCellptr,
76208 pPg, pBegin, &pData, pCellptr,
120432 Token *pBegin, /* The CREATE token that begins the statement */
120496 n = (int)(sEnd.z - pBegin->z);
120498 z = pBegin->z;