Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h784 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
H A Dsqlite3.c1823 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
22274 return id->pMethods->xFileSize(id, pSize); in sqlite3OsFileSize()
36315 *pSize = buf.st_size;
36323 if( *pSize==1 ) *pSize = 0;
43664 assert( pSize!=0 );
43673 *pSize = info.EndOfFile.QuadPart;
43697 pFile->h, pSize, *pSize, sqlite3ErrName(rc)));
46946 *pSize = p->sz;
94791 *pSize = (sqlite_int64) p->endpoint.iOffset;
193246 if( rc==SQLITE_OK && *pSize==0
[all …]

Completed in 653 milliseconds