Lines Matching refs:pElem
84686 Expr *pElem = (pExpr ? sqlite3VectorFieldSubexpr(pExpr, i) : 0);
84689 rc = stat4ValueFromExpr(pParse, pElem, aff, &alloc, &pVal);
124607 HashElem *pElem;
124614 for(pElem=sqliteHashFirst(pHash); pElem; pElem=sqliteHashNext(pElem)){
124615 Table *pTab = sqliteHashData(pElem);
124621 for(pElem=sqliteHashFirst(pHash); pElem; pElem=sqliteHashNext(pElem)){
124622 Index *pIdx = sqliteHashData(pElem);
127566 HashElem *pElem;
127575 for(pElem=sqliteHashFirst(&temp2); pElem; pElem=sqliteHashNext(pElem)){
127576 sqlite3DeleteTrigger(&xdb, (Trigger*)sqliteHashData(pElem));
127580 for(pElem=sqliteHashFirst(&temp1); pElem; pElem=sqliteHashNext(pElem)){
127581 Table *pTab = sqliteHashData(pElem);
194502 Fts3HashElem *pElem; /* The element that matches key (if any) */
194504 pElem = sqlite3Fts3HashFindElem(pH, pKey, nKey);
194505 return pElem ? pElem->data : 0;
197372 Fts3HashElem *pElem;
197374 for(pElem=fts3HashFirst(pHash); pElem; pElem=fts3HashNext(pElem)){
197375 PendingList *pList = (PendingList *)fts3HashData(pElem);
197802 Fts3HashElem *pElem = *(pReader->ppNextElem);
197805 if( pElem ){
197807 PendingList *pList = (PendingList *)fts3HashData(pElem);
197810 int nTerm = fts3HashKeysize(pElem);
197817 memcpy(pReader->zTerm, fts3HashKey(pElem), nTerm);