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.c44777 unixShmNode *pNode = pShm->pShmNode; in unixDescribeShm() local
44779 sqlite3_str_appendf(pStr, "{\"h\":%d", pNode->hShm); in unixDescribeShm()
44781 sqlite3_str_appendf(pStr, ",\"nRef\":%d", pNode->nRef); in unixDescribeShm()
44785 if( unixPosixAdvisoryLocks(pNode->hShm, aLck)==SQLITE_OK ){ in unixDescribeShm()
207879 NodeWriter *pNode = &pWriter->aNodeWriter[iLayer]; local
207889 nPrefix = fts3PrefixCompress(pNode->key.a, pNode->key.n, zTerm, nTerm);
207895 if( pNode->key.n==0 || (pNode->block.n + nSpace)<=p->nNodeSize ){
207900 Blob *pBlk = &pNode->block;
207909 blobGrowBuffer(&pNode->key, nTerm, &rc);
207912 if( pNode->key.n ){
[all …]