Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c968 struct vxworksFileId *pCandidate; /* For looping over existing file IDs */ in vxworksFindFileId() local
984 for(pCandidate=vxworksFileList; pCandidate; pCandidate=pCandidate->pNext){ in vxworksFindFileId()
985 if( pCandidate->nName==n in vxworksFindFileId()
986 && memcmp(pCandidate->zCanonicalName, pNew->zCanonicalName, n)==0 in vxworksFindFileId()
989 pCandidate->nRef++; in vxworksFindFileId()
991 return pCandidate; in vxworksFindFileId()