Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c39133 struct vxworksFileId *pId; /* Unique file ID */
39796 struct vxworksFileId { struct
39797 struct vxworksFileId *pNext; /* Next in a list of them all */ argument
39808 static struct vxworksFileId *vxworksFileList = 0; argument
39857 static struct vxworksFileId *vxworksFindFileId(const char *zAbsoluteName){ in vxworksFindFileId()
39858 struct vxworksFileId *pNew; /* search key and new file ID */ in vxworksFindFileId()
39859 struct vxworksFileId *pCandidate; /* For looping over existing file IDs */ in vxworksFindFileId()
39899 static void vxworksReleaseFileId(struct vxworksFileId *pId){ in vxworksReleaseFileId()
39904 struct vxworksFileId **pp; in vxworksReleaseFileId()
40014 struct vxworksFileId *pId; /* Unique file ID for vxworks. */