Home
last modified time | relevance | path

Searched refs:pNode (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/byacc/test/
H A Dexpr.oxout.y52 void yyyUnsolvedInstSearchTrav(yyyGNT *pNode);
53 void yyyUnsolvedInstSearchTravAux(yyyGNT *pNode);
1401 rcp = pNode->refCountList; in yyyCheckUnsolvedInstTrav()
1402 i = pNode->refCountListLen; in yyyCheckUnsolvedInstTrav()
1405 yyyCLpdum = pNode->cL; in yyyCheckUnsolvedInstTrav()
1406 i = pNode->cLlen; in yyyCheckUnsolvedInstTrav()
1420 yyyCheckNodeInstancesSolved(pNode); in yyyUnsolvedInstSearchTravAux()
1421 yyyCLpdum = pNode->cL; in yyyUnsolvedInstSearchTravAux()
1422 i = pNode->cLlen; in yyyUnsolvedInstSearchTravAux()
1436 yyyCLpdum = pNode->cL; in yyyUnsolvedInstSearchTrav()
[all …]
/freebsd-12.1/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c141 void yyyUnsolvedInstSearchTrav(yyyGNT *pNode);
142 void yyyUnsolvedInstSearchTravAux(yyyGNT *pNode);
1598 rcp = pNode->refCountList; in yyyCheckUnsolvedInstTrav()
1599 i = pNode->refCountListLen; in yyyCheckUnsolvedInstTrav()
1602 yyyCLpdum = pNode->cL; in yyyCheckUnsolvedInstTrav()
1603 i = pNode->cLlen; in yyyCheckUnsolvedInstTrav()
1617 yyyCheckNodeInstancesSolved(pNode); in yyyUnsolvedInstSearchTravAux()
1618 yyyCLpdum = pNode->cL; in yyyUnsolvedInstSearchTravAux()
1619 i = pNode->cLlen; in yyyUnsolvedInstSearchTravAux()
1633 yyyCLpdum = pNode->cL; in yyyUnsolvedInstSearchTrav()
[all …]
/freebsd-12.1/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c161 void yyyUnsolvedInstSearchTrav(yyyGNT *pNode);
162 void yyyUnsolvedInstSearchTravAux(yyyGNT *pNode);
1747 rcp = pNode->refCountList; in yyyCheckUnsolvedInstTrav()
1748 i = pNode->refCountListLen; in yyyCheckUnsolvedInstTrav()
1751 yyyCLpdum = pNode->cL; in yyyCheckUnsolvedInstTrav()
1752 i = pNode->cLlen; in yyyCheckUnsolvedInstTrav()
1766 yyyCheckNodeInstancesSolved(pNode); in yyyUnsolvedInstSearchTravAux()
1767 yyyCLpdum = pNode->cL; in yyyUnsolvedInstSearchTravAux()
1768 i = pNode->cLlen; in yyyUnsolvedInstSearchTravAux()
1782 yyyCLpdum = pNode->cL; in yyyUnsolvedInstSearchTrav()
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c180200 pNode->n += sqlite3Fts3PutVarint(&pNode->a[pNode->n], nPrefix);
180202 pNode->n += sqlite3Fts3PutVarint(&pNode->a[pNode->n], nSuffix);
180207 pNode->n += sqlite3Fts3PutVarint(&pNode->a[pNode->n], nDoclist);
180212 assert( pNode->n<=pNode->nAlloc );
185000 pNode = pNode->u.pPatch;
185040 pNode = &pNode[pNode->u.iAppend];
185060 pNode = &pNode[pNode->u.iAppend];
187817 pNode->zData = (u8 *)&pNode[1];
187914 pNode->zData = (u8 *)&pNode[1];
214673 Fts5ExprNode *pNode = pPhrase->pNode;
[all …]
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c23355 pNode = pNode->pNext ) ;
23359 pNode = sqlite3_malloc( sizeof(*pNode) + cbShmName );
23361 memset(pNode, 0, sizeof(*pNode) );
23454 DosFreeMem(pNode->apRegion[pNode->nRegion]);
23551 pNode->shmBaseName, pNode->nRegion);
127294 #define NCELL(pNode) readInt16(&(pNode)->zData[2])
127480 pNode->zData = (u8 *)&pNode[1];
127527 pNode->zData = (u8 *)&pNode[1];
127604 writeInt16(&pNode->zData[2], NCELL(pNode)-1);
128132 RtreeNode *pNode = pCsr->pNode;
[all …]