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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c25316 static struct vxworksFileId *vxworksFileList = 0; local
25383 for(pCandidate=vxworksFileList; pCandidate; pCandidate=pCandidate->pNext){
25397 pNew->pNext = vxworksFileList;
25398 vxworksFileList = pNew;
25413 for(pp=&vxworksFileList; *pp && *pp!=pId; pp = &((*pp)->pNext)){}
[all...]

Completed in 464 milliseconds