OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zName
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h
651
** The
zName
field holds the name of the VFS module. The name must
745
const char *
zName
; /* Name of this virtual file system */
747
int (*xOpen)(sqlite3_vfs*, const char *
zName
, sqlite3_file*,
749
int (*xDelete)(sqlite3_vfs*, const char *
zName
, int syncDir);
750
int (*xAccess)(sqlite3_vfs*, const char *
zName
, int flags, int *pResOut);
751
int (*xFullPathname)(sqlite3_vfs*, const char *
zName
, int nOut, char *zOut);
[
all
...]
/external/sqlite/dist/
sqlite3.h
[
all
...]
sqlite3.c
[
all
...]
Completed in 43 milliseconds