Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c3955 static int unixFcntlExternalReader(unixFile*, int*);
4076 return unixFcntlExternalReader((unixFile*)id, (int*)pArg); in unixFileControl()
4335 static int unixFcntlExternalReader(unixFile *pFile, int *piOut){ in unixFcntlExternalReader() function