Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h3219 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
5653 const char *zFile, /* Name of the shared library containing extension */
H A Dsqlite3.c19974 const char *zFile, in sqlite3OsOpenMalloc() argument
72689 if( zFile==0 ){
72693 rc = sqlite3OsWrite(pMaster, zFile, sqlite3Strlen30(zFile)+1, offset);
96616 const char *zFile;
96628 if( zFile==0 ) zFile = "";
104639 if( zFile && sqlite3_load_extension(db, zFile, zProc, &zErrMsg) ){
139051 char *zFile;
139164 zOpt = &zFile[sqlite3Strlen30(zFile)+1];
139241 zFile[nUri] = '\0';
139254 zFile = 0;
[all …]

Completed in 542 milliseconds