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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c27843 ** If successful, *pFd is set to the opened file descriptor and
27845 ** or SQLITE_CANTOPEN is returned and *pFd is set to an undefined
27859 ** *pFd set to a negative number.
27862 ** the file descriptor *pFd using close().
27864 static int openDirectory(const char *zFilename, int *pFd){ argument
27881 *pFd = fd;
28315 unixShmPurge(unixFile *pFd) argument
[all...]

Completed in 235 milliseconds