Lines Matching refs:pElem
77399 Expr *pElem = (pExpr ? sqlite3VectorFieldSubexpr(pExpr, i) : 0);
77402 rc = stat4ValueFromExpr(pParse, pElem, aff, &alloc, &pVal);
112917 HashElem *pElem;
112924 for(pElem=sqliteHashFirst(pHash); pElem; pElem=sqliteHashNext(pElem)){
112925 Table *pTab = sqliteHashData(pElem);
112931 for(pElem=sqliteHashFirst(pHash); pElem; pElem=sqliteHashNext(pElem)){
112932 Index *pIdx = sqliteHashData(pElem);
115713 HashElem *pElem;
115720 for(pElem=sqliteHashFirst(&temp2); pElem; pElem=sqliteHashNext(pElem)){
115721 sqlite3DeleteTrigger(0, (Trigger*)sqliteHashData(pElem));
115725 for(pElem=sqliteHashFirst(&temp1); pElem; pElem=sqliteHashNext(pElem)){
115726 Table *pTab = sqliteHashData(pElem);
174403 Fts3HashElem *pElem; /* The element that matches key (if any) */
174405 pElem = sqlite3Fts3HashFindElem(pH, pKey, nKey);
174406 return pElem ? pElem->data : 0;
177267 Fts3HashElem *pElem;
177269 for(pElem=fts3HashFirst(pHash); pElem; pElem=fts3HashNext(pElem)){
177270 PendingList *pList = (PendingList *)fts3HashData(pElem);
177697 Fts3HashElem *pElem = *(pReader->ppNextElem);
177700 if( pElem ){
177702 PendingList *pList = (PendingList *)fts3HashData(pElem);
177704 pReader->zTerm = (char *)fts3HashKey(pElem);
177705 pReader->nTerm = fts3HashKeysize(pElem);