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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c24599 struct vxworksFileId *pId; /* Unique file ID */
25087 ** vxworksFileId objects used by this file, all of which may be
25304 struct vxworksFileId { struct
25305 struct vxworksFileId *pNext; /* Next in a list of them all */
25316 static struct vxworksFileId *vxworksFileList = 0;
25356 ** a pointer to the vxworksFileId object. This pointer is the unique
25359 ** The nRef field of the vxworksFileId object is incremented before
25360 ** the object is returned. A new vxworksFileId object is created
25365 static struct vxworksFileId *vxworksFindFileId(const char *zAbsoluteName){
25366 struct vxworksFileId *pNe
[all...]

Completed in 432 milliseconds