Searched refs:inodeList (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dxslt.c551 if (cctxt->inodeList != NULL) {
552 xsltCompilerNodeInfoPtr tmp, cur = cctxt->inodeList;
2326 } else if ((cctxt->inode == NULL) && (cctxt->inodeList != NULL)) {
2327 inode = cctxt->inodeList;
2340 if (cctxt->inodeList == NULL)
2341 cctxt->inodeList = inode;
5663 cctxt->inode->litResElemInfo = cctxt->inodeList->litResElemInfo;
H A DxsltInternals.h1330 xsltCompilerNodeInfoPtr inodeList; member in struct:_xsltCompilerCtxt
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c25560 static unixInodeInfo *inodeList = 0; local
25685 assert( inodeList==pInode );
25686 inodeList = pInode->pNext;
25764 pInode = inodeList;
25776 pInode->pNext = inodeList;
25778 if( inodeList ) inodeList->pPrev = pInode;
25779 inodeList = pInode;
[all...]

Completed in 417 milliseconds