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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c25752 struct vxworksFileId *pCandidate; /* For looping over existing file IDs */ local
25768 for(pCandidate=vxworksFileList; pCandidate; pCandidate=pCandidate->pNext){
25769 if( pCandidate->nName==n
25770 && memcmp(pCandidate->zCanonicalName, pNew->zCanonicalName, n)==0
25773 pCandidate->nRef++;
25775 return pCandidate;
[all...]

Completed in 418 milliseconds