Searched defs:NotUsed2 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmemjournal.c199 static int memjrnlSync(sqlite3_file *NotUsed, int NotUsed2){ argument
200 UNUSED_PARAMETER2(NotUsed, NotUsed2);
H A Dmalloc.c85 sqlite3_int64 NotUsed2,
88 UNUSED_PARAMETER2(NotUsed, NotUsed2);
83 softHeapLimitEnforcer( void *NotUsed, sqlite3_int64 NotUsed2, int allocSize ) argument
H A Dselect.c3387 static int exprWalkNoop(Walker *NotUsed, Expr *NotUsed2){ argument
3388 UNUSED_PARAMETER2(NotUsed, NotUsed2);
H A Dos_unix.c1815 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ argument
1816 UNUSED_PARAMETER2(NotUsed, NotUsed2);
1819 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ argument
1820 UNUSED_PARAMETER2(NotUsed, NotUsed2);
5477 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){ argument
5479 UNUSED_PARAMETER(NotUsed2);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7565 ** it is generally named "NotUsed" or "NotUsed2" to make things even clearer.
13829 sqlite3_value **NotUsed2
13831 UNUSED_PARAMETER2(NotUsed, NotUsed2);
13843 sqlite3_value **NotUsed2
13845 UNUSED_PARAMETER2(NotUsed, NotUsed2);
13857 sqlite3_value **NotUsed2
13859 UNUSED_PARAMETER2(NotUsed, NotUsed2);
17790 sqlite3_int64 NotUsed2,
17793 UNUSED_PARAMETER2(NotUsed, NotUsed2);
25956 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ argument
17788 softHeapLimitEnforcer( void *NotUsed, sqlite3_int64 NotUsed2, int allocSize ) argument
25960 nolockUnlock(sqlite3_file *NotUsed, int NotUsed2) argument
29618 unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3) argument
69335 memjrnlSync(sqlite3_file *NotUsed, int NotUsed2) argument
93309 exprWalkNoop(Walker *NotUsed, Expr *NotUsed2) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8768 ** it is generally named "NotUsed" or "NotUsed2" to make things even clearer.
15621 sqlite3_value **NotUsed2
15623 UNUSED_PARAMETER2(NotUsed, NotUsed2);
15635 sqlite3_value **NotUsed2
15637 UNUSED_PARAMETER2(NotUsed, NotUsed2);
15649 sqlite3_value **NotUsed2
15651 UNUSED_PARAMETER2(NotUsed, NotUsed2);
19828 sqlite3_int64 NotUsed2,
19831 UNUSED_PARAMETER2(NotUsed, NotUsed2);
26257 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ argument
19826 softHeapLimitEnforcer( void *NotUsed, sqlite3_int64 NotUsed2, int allocSize ) argument
26261 nolockUnlock(sqlite3_file *NotUsed, int NotUsed2) argument
30477 unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3) argument
76547 memjrnlSync(sqlite3_file *NotUsed, int NotUsed2) argument
105671 exprWalkNoop(Walker *NotUsed, Expr *NotUsed2) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8768 ** it is generally named "NotUsed" or "NotUsed2" to make things even clearer.
15621 sqlite3_value **NotUsed2
15623 UNUSED_PARAMETER2(NotUsed, NotUsed2);
15635 sqlite3_value **NotUsed2
15637 UNUSED_PARAMETER2(NotUsed, NotUsed2);
15649 sqlite3_value **NotUsed2
15651 UNUSED_PARAMETER2(NotUsed, NotUsed2);
19828 sqlite3_int64 NotUsed2,
19831 UNUSED_PARAMETER2(NotUsed, NotUsed2);
26275 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ argument
19826 softHeapLimitEnforcer( void *NotUsed, sqlite3_int64 NotUsed2, int allocSize ) argument
26279 nolockUnlock(sqlite3_file *NotUsed, int NotUsed2) argument
30497 unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3) argument
76567 memjrnlSync(sqlite3_file *NotUsed, int NotUsed2) argument
105691 exprWalkNoop(Walker *NotUsed, Expr *NotUsed2) argument
[all...]

Completed in 577 milliseconds