Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c44484 UnixUnusedFd *pUFd = pFile->pInode->pUnused; in unixFileControl() local
44486 while( pUFd ){ in unixFileControl()
44488 cSep, pUFd->fd, pUFd->flags); in unixFileControl()
44490 if( unixPosixAdvisoryLocks(pUFd->fd, aLck)==SQLITE_OK ){ in unixFileControl()
44494 pUFd = pUFd->pNext; in unixFileControl()