OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mxPathname
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/sql/chromium/
SQLiteFileSystemChromiumWin.cpp
122
sqlite3_snprintf(vfs->
mxPathname
, absolutePath, "%s", relativePath);
149
win32_vfs->
mxPathname
,
SQLiteFileSystemChromiumPosix.cpp
150
sqlite3_snprintf(vfs->
mxPathname
, absolutePath, "%s", relativePath);
177
unix_vfs->
mxPathname
,
/external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h
635
** structure used by this VFS.
mxPathname
is the maximum length of
721
** SQLite will always allocate at least
mxPathname
+1 bytes for the
726
** to prevent this by setting
mxPathname
to a sufficiently large value.
743
int
mxPathname
; /* Maximum file pathname length */
[
all
...]
/external/sqlite/dist/
sqlite3.h
[
all
...]
sqlite3.h.orig
[
all
...]
sqlite3.c
[
all
...]
sqlite3.c.orig
[
all
...]
Completed in 394 milliseconds