Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/test/
H A Dexpr.oxout.y52 void yyyUnsolvedInstSearchTrav(yyyGNT *pNode);
53 void yyyUnsolvedInstSearchTravAux(yyyGNT *pNode);
1395 void yyyCheckUnsolvedInstTrav(yyyGNT *pNode,long *nNZrc,long *cycleSum) in yyyCheckUnsolvedInstTrav() argument
1401 rcp = pNode->refCountList; in yyyCheckUnsolvedInstTrav()
1402 i = pNode->refCountListLen; in yyyCheckUnsolvedInstTrav()
1405 yyyCLpdum = pNode->cL; in yyyCheckUnsolvedInstTrav()
1406 i = pNode->cLlen; in yyyCheckUnsolvedInstTrav()
1416 void yyyUnsolvedInstSearchTravAux(yyyGNT *pNode) in yyyUnsolvedInstSearchTravAux() argument
1420 yyyCheckNodeInstancesSolved(pNode); in yyyUnsolvedInstSearchTravAux()
1421 yyyCLpdum = pNode->cL; in yyyUnsolvedInstSearchTravAux()
[all …]
/freebsd/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c141 void yyyUnsolvedInstSearchTrav(yyyGNT *pNode);
142 void yyyUnsolvedInstSearchTravAux(yyyGNT *pNode);
1594 void yyyCheckUnsolvedInstTrav(yyyGNT *pNode,long *nNZrc,long *cycleSum) in yyyCheckUnsolvedInstTrav() argument
1600 rcp = pNode->refCountList; in yyyCheckUnsolvedInstTrav()
1601 i = pNode->refCountListLen; in yyyCheckUnsolvedInstTrav()
1604 yyyCLpdum = pNode->cL; in yyyCheckUnsolvedInstTrav()
1605 i = pNode->cLlen; in yyyCheckUnsolvedInstTrav()
1615 void yyyUnsolvedInstSearchTravAux(yyyGNT *pNode) in yyyUnsolvedInstSearchTravAux() argument
1619 yyyCheckNodeInstancesSolved(pNode); in yyyUnsolvedInstSearchTravAux()
1620 yyyCLpdum = pNode->cL; in yyyUnsolvedInstSearchTravAux()
[all …]
/freebsd/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c161 void yyyUnsolvedInstSearchTrav(yyyGNT *pNode);
162 void yyyUnsolvedInstSearchTravAux(yyyGNT *pNode);
1744 void yyyCheckUnsolvedInstTrav(yyyGNT *pNode,long *nNZrc,long *cycleSum) in yyyCheckUnsolvedInstTrav() argument
1750 rcp = pNode->refCountList; in yyyCheckUnsolvedInstTrav()
1751 i = pNode->refCountListLen; in yyyCheckUnsolvedInstTrav()
1754 yyyCLpdum = pNode->cL; in yyyCheckUnsolvedInstTrav()
1755 i = pNode->cLlen; in yyyCheckUnsolvedInstTrav()
1765 void yyyUnsolvedInstSearchTravAux(yyyGNT *pNode) in yyyUnsolvedInstSearchTravAux() argument
1769 yyyCheckNodeInstancesSolved(pNode); in yyyUnsolvedInstSearchTravAux()
1770 yyyCLpdum = pNode->cL; in yyyUnsolvedInstSearchTravAux()
[all …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.c200343 NodeWriter *pNode = &pWriter->aNodeWriter[iLayer];
200353 nPrefix = fts3PrefixCompress(pNode->key.a, pNode->key.n, zTerm, nTerm);
200359 if( pNode->key.n==0 || (pNode->block.n + nSpace)<=p->nNodeSize ){
200364 Blob *pBlk = &pNode->block;
200373 blobGrowBuffer(&pNode->key, nTerm, &rc);
200376 if( pNode->key.n ){
200385 memcpy(pNode->key.a, zTerm, nTerm);
200386 pNode->key.n = nTerm;
200392 rc = fts3WriteSegment(p, pNode->iBlock, pNode->block.a, pNode->block.n);
200394 assert( pNode->block.nAlloc>=p->nNodeSize );
[all …]