Searched refs:pNode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dclean.c2116 Node *pNode;
2123 pNode = pParent->content;
2124 while (NULL != pNode )
2127 Node *pNext = pNode->next;
2128 FixBrakes( pDoc, pNode );
2129 pNode = pNext;
2136 for ( pNode = pParent->last;
2137 NULL != pNode && nodeIsBR( pNode );
2138 pNode
2158 Node *pNode; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c23277 os2ShmNode *pNode, /* Apply locks to this open shared-memory segment */
23287 assert( sqlite3_mutex_held(pNode->mutex) || pNode->nRef==0 );
23300 rc = DosSetFileLocks(pNode->hLockFile,
23305 rc = DosSetFileLocks(pNode->hLockFile,
23311 pNode->hLockFile,
23316 ERR_TRACE(rc, ("os2ShmSystemLock: %d %s\n", rc, pNode->shmBaseName))
23329 os2ShmNode *pNode; local
23353 for( pNode = os2ShmNodeList;
23354 pNode
23276 os2ShmSystemLock( os2ShmNode *pNode, int lockType, int ofst, int nByte ) argument
23433 os2ShmNode *pNode; local
23521 os2ShmNode *pNode; local
23614 os2ShmNode *pNode = pLink->pShmNode; local
127241 RtreeNode *pNode; /* Node cursor is currently pointing at */ member in struct:RtreeCursor
127448 nodeHashInsert(Rtree *pRtree, RtreeNode *pNode) argument
127459 nodeHashDelete(Rtree *pRtree, RtreeNode *pNode) argument
127476 RtreeNode *pNode; local
127501 RtreeNode *pNode; local
127581 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
127599 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
127615 nodeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
127640 nodeWrite(Rtree *pRtree, RtreeNode *pNode) argument
127666 nodeRelease(Rtree *pRtree, RtreeNode *pNode) argument
127693 nodeGetRowid( Rtree *pRtree, RtreeNode *pNode, int iCell ) argument
127705 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
127719 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
128080 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument
128101 nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex) argument
128132 RtreeNode *pNode = pCsr->pNode; local
128592 RtreeNode *pNode; local
128677 AdjustTree( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
129172 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
129191 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
129369 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
129418 fixBoundingBox(Rtree *pRtree, RtreeNode *pNode) argument
129445 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
129476 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
129579 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
129618 reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode) argument
[all...]

Completed in 228 milliseconds